Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
POPUP
Message
From
03/09/1998 10:23:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
POPUP
Miscellaneous
Thread ID:
00132770
Message ID:
00132770
Views:
59
I do not understand why a popup defined in a form shows up as flat when the same definition used in a VFP screen shows up 3D. How do I make the POPUP show up 3D in the form? Code Follows:

*****************************************************
* ACTIVATE METHOD OF FORM
*****************************************************
DEFINE POPUP conversion MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR 1 OF conversion PROMPT 'Ar\
DEFINE BAR 2 OF conversion PROMPT '\ KEY CTRL+L, '^L'
DEFINE BAR 3 OF conversion PROMPT 'Ma\ KEY CTRL+S, '^S'
DEFINE BAR 4 OF conversion PROMPT 'Spee\ KEY CTRL+D, '^D'
DEFINE BAR 5 OF conversion PROMPT '\ KEY CTRL+T, '^T'
DEFINE BAR 6 OF conversion PROMPT 'T\ KEY CTRL+I, '^I'

DEFINE BAR 7 OF conversion PROMPT 'Volu\ KEY CTRL+M, '^M'
ON SELECTION POPUP conversion;
DO choice IN definbar WITH PROMPT( ), POPUP( )

*****************************************************
* RIGHT CLICK METHOD OF FORM
*****************************************************
ACTIVATE POPUP conversion
Terry Rooks
Software Systems Architect
Microsoft Certified Solution Developer.Net

If at first you don't succeed, then skydiving definitely isn't for you.
Next
Reply
Map
View

Click here to load this message in the networking platform