Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox with MoverBars - How do I test for order change?
Message
 
À
09/03/2005 09:33:32
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
00993763
Message ID:
00994021
Vues:
30
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform