Hi there,

I have a field that I want to use to enable and disable a group of buttons:
- When the user puts text into the field the group will be enabled.
- When the user deletes the text (the field is empty) the group will be disabled

So far the first part works but I can't get the second part to work:

on Keydown
  enable group "test"
  pass keydown
end Keydown

Any suggestions?

Greetings,

William de Smet
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to