AW: How to hilite a checkbox with send mouseup?

2011-02-15 Thread Tiemo Hollmann TB
Hi Jim, thanks for your coaching. I wasn' t aware that sending the mousup message wouldn't trigger the needed event. So I was correct that I have to script both the message and the event. Thank you Tiemo -Ursprüngliche Nachricht- Von: use-livecode-boun...@lists.runrev.com

Re: AW: How to hilite a checkbox with send mouseup?

2011-02-15 Thread Robert Brenstein
On 15.02.11 at 17:24 +0100 Tiemo Hollmann TB apparently wrote: Hi Jim, thanks for your coaching. I wasn' t aware that sending the mousup message wouldn't trigger the needed event. So I was correct that I have to script both the message and the event. Thank you Tiemo In this case, you can use

Re: AW: How to hilite a checkbox with send mouseup?

2011-02-15 Thread Nonsanity
It would be better to do something like add another handler to the button: on MouseUpWithHilite set hilite of me to not hilite of me mouseup end MouseUpWithHilite And send THAT message to the button from afar. This way, the existing MouseUp handler in the button works as expected, and