Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox with MoverBars - How do I test for order change?
Message
 
To
09/03/2005 09:33:32
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00993763
Message ID:
00994021
Views:
33
>Hi Sergey,
>
>I tried the listbox.OnMoveItem by placing a WAIT WINDOW NOWAIT "moving item...". When I drag the listbox handle up or down, I never see the wait window! Any idea what might be going wrong?
>
>Mike

Mike,

Your code is doing a:
WAIT WINDOW NOWAIT "moving item..."
Perhaps you don't see it becuase the mouse is moving. With the NOWAIT clause, a mouse move will clear it. Since the mouse is moving to move the item which triggers the WAIT WINDOW, the mouse moving also clears the WAIT WINDOW, hence you don't see it. In the other example (that you say works for you) there is no NOWAIT clause so the WAIT WINDOW persists and you see it.
_________________________________
There are 2 types of people in the world:
    Those who need closure
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform