Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DEACTIVATE POPUP and HIDE POPUP difference
Message
From
23/09/2003 04:38:46
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00831025
Message ID:
00831352
Views:
20
Hi Lisa,

Thanks.

Other difference is this:
-you cannot release a hide activated popup
DEFINE POPUP x
DEFINE BAR 1 OF x PROMPT "something"
DEFINE BAR 2 OF x PROMPT "something"

ON KEY LABEL f5 acti popup x nowait
ON KEY LABEL f4 acti popup x
ON KEY LABEL f3 hide popup x
ON KEY LABEL f2 deacti popup x
ON KEY LABEL f6 release popup x

*press f5. you see the popup 

*press f3. it will disappear

*press f6. fire a error
-release/deactivate ignore not defined popup
-hide/show fire a error if popup is not defined

The problem is on help doc.
It says that there are differences, but does not say which.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform