Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blinking Taskbar.
Message
From
01/02/1999 11:08:29
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00182485
Message ID:
00182486
Views:
13
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform