PDA

View Full Version : "Send Event to Girder on button up" doesn't...



owagner
February 13th, 2006, 03:16 PM
Hi,

I'm currently experimenting with NetRemote and NetRemote Designer. I've got some basic configuration working and can successfully send events to Girder.

Now I've tried to use the "Send Event to Girder on button up" action -- however, with absolutely no success. When I add this action as the sole action to a button, nothing happens (verified with tcpdump that NetRemote in fact doesn't send anything), when I add it as an addition to a normal button event, the normal event works fine, just nothing on button release.

This happens for me with both the current NetRemote release (1.1.0.44) and with the Emulator which comes with NetRemote Designer. It also happens with the current beta.

I'm probably overlooking something really stupid, but I can't figure it out...

I'm grateful for any help.

Olli

Ben S
February 13th, 2006, 07:12 PM
Hi Olli -
I don't see that NR is exposing the "send event to girder on button up" action. Am I missing something?

A workaround (for now): use the Execute LUA on Release, and enter 'NetRemote.ExecuteAction(-1,0,1,'Event.String')' for the lua code (where Event.String is your event.

owagner
February 14th, 2006, 02:39 AM
I've probably phrased this wrong. In NetRemote Designer, I can add an action "send event to Girder" and an action "send event to girder on button up" for the Girder plugin, this is what I'm refering to.

Olli