Karen, keatk at comcast dot net, wrote:
>I use MouseMove to display info about the cell in the listbox the
>cursor is over. It seems to work reliably on my Mac (OSX 10.3.9) but
>not on my PC at work (Win2K)... On the PC it works intermittently...
>something gets it to start working and sonething else seems to be
>causing it to stop again... but I have not been able to figure out
>what... and i won't be back at work until tuesday.
Use a boolean to trap the mouseMove event so it displays the info once
per cell. If the mouse is at position x within a cell and you move the
mouse at x+1 also within the same cell, the event mouseMove will trigger
and the same info will be shown. Do this several times and you'll get
flicker (win2K).
HTH,
>>>®<<
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|