Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Sticky Button Down State

From: rotenca:telvia:it at: 1-Jul-2003 19:33

> > Maybe the following could work: > > - Set button text to gray > > - Set feel to none at beginning of action block > > - Process actions > > - Reset feel to accept button clicks > > - Reset button text to original color > Yes it does stop events. If a face has no feel to > process events, then it is ignored by view's > event system.
It only works if you return to the event handling system. To kill events you can use one of functions in eat.r: http://www.reboltech.com/library/scripts/eat.r see it in http://www.reboltech.com/library/html/eat.html --- Ciao Romano