Search found 5 matches
- Wed Jul 30, 2008 9:05 pm
- Forum: Talking LiveCode
- Topic: Event when mouse leaves card or stack?
- Replies: 7
- Views: 5872
That works great thanks! Since my menu is fully covered by buttons I didn't have to actually use the timer hack but could just use the test and body on the bubbled up mouseLeave. Still sort of too bad though that there aren't card and stack level event generators. It seems like that would be a good ...
- Wed Jul 30, 2008 6:36 pm
- Forum: Talking LiveCode
- Topic: Event when mouse leaves card or stack?
- Replies: 7
- Views: 5872
- Wed Jul 30, 2008 3:44 pm
- Forum: Talking LiveCode
- Topic: Event when mouse leaves card or stack?
- Replies: 7
- Views: 5872
- Wed Jul 30, 2008 3:42 pm
- Forum: Talking LiveCode
- Topic: Event when mouse leaves card or stack?
- Replies: 7
- Views: 5872
- Wed Jul 30, 2008 2:54 pm
- Forum: Talking LiveCode
- Topic: Event when mouse leaves card or stack?
- Replies: 7
- Views: 5872
Event when mouse leaves card or stack?
Hi Guys, Im trying to implement a drop-down menu, as oppsoed to a pull down one. (A drop down activates on mouseEnter rather then mouseup) Using a separate stack for the menu and the "pulldown" keyword I have it coming up fine, but I need an event when the cursor leaves the screen area of the menu t...