Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blinking Taskbar.
Message
De
01/02/1999 11:08:29
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00182485
Message ID:
00182486
Vues:
15
>If you read the Windows Interface Guidelines for Software Design it has this to say about message boxes:
>
>"...it is best to display a message box only when the window of the application displaying the message box is active. If it is not active, then the application uses its entry in the taksbar to alert the user..."
>
>You can see Microsoft do this by causing a messagebox to appear in Word while it is minimized. (spell check a huge document) They cause the Word entry on the Taskbar to "flash" (the background goes from white to blue in .5 second intervals)
>
>So, my question is, can anyone figure out a way to do this in Vis. FoxPro? I've tried several tricks with _SCREEN's properties, but cannot get the taskbar to change. Ideas?
>
>Marty

Add timer with following code in timer event:
_screen.windowstate=1
_screen.visible=!_screen.visible
and start this timer from some place of your application
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform