Re: on mouseEnter

2010-04-09 Thread DunbarX
I wrote a helper stack that traps mouseEnter and then does stuff. The optionKey has to be down in my version, but it works pretty seamlessly. The stack is called "wizard" and was just updated at revOnLine. Look at the stack script, which is made a backscript when the stack is opened. It might g

Re: on mouseEnter

2010-04-09 Thread Andrew Kluthe
Well said Zryip! Thank you. :) This will make it much easier to be more comprehenisve. -- View this message in context: http://n4.nabble.com/on-mouseEnter-tp1819477p1819781.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: on mouseEnter

2010-04-09 Thread zryip theSlug
2010/4/9 Andrew Kluthe : > > Currently, I have a stack that attaches to whatever window is open and > provide help information for my application. > > In each object that I wanted help information for is a on mouseEnter handler > that changes the text of the help informatio

on mouseEnter

2010-04-09 Thread Andrew Kluthe
Currently, I have a stack that attaches to whatever window is open and provide help information for my application. In each object that I wanted help information for is a on mouseEnter handler that changes the text of the help information stack. I was thinking a better way to do this might be

on mouseEnter and mouseLeave

2003-10-31 Thread Sy Balsen
I thought this was going to be easy! When the mouse goes over a certain image image, I want it to show another image: on mouseEnter show image 1 end mouseEnter when the mouse moves away from the image, I want it to show the original image: om mouseLeave hide image 1 end mouseLeave The problem

on mouseEnter

2002-03-20 Thread Greg Wills
This may be a OS 9.1 issue but I will make comment anyway. I have mentioned before that some odd things have happened since I installed OS 9.1, here is another. "On mouseEnter" works fine with a script in a button in a stack, however when this stack is saved as a (Mac) application