Mouse Rollover (OpenInsight 32-bit Specific)
At 25 JAN 2006 06:58:50PM Marty Rosenbloom wrote:
Hi,
I have created a mouse rollover to display a message. Everything works as it should. I followed the example to underline some text in the "Example" app. In my app, I placed a debug in the "Buttonup" event to see the variables. The debug never fired. I then remmed out the entire "Buttonup" event and my rollover still works properly. It never activated the "Buttonup" event. Therefore, why is that event even necessary for this procedure? All the coding has been done in the "Winmsg" event.
TIA,
Marty
At 26 JAN 2006 01:07AM dbakke@srpcs.com's Don Bakke wrote:
Hi Marty,
The BUTTONUP event is used to load the URL into your web browser. The WINMSG event is simply used to track to see if the mouse is positioned over the static text control and then change the font accordingly.
dbakke@srpcs.com
At 26 JAN 2006 09:14AM Marty Rosenbloom wrote:
Hi Don,
Thanks for the reply. I will get rid of the code in BUTTONUP for now, but keep it in mind for future reference.
Marty