Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to create a popup menu for right-click?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00204267
Message ID:
00206946
Views:
21
Setphen,

Could you elaborate a bit on your class? Specifically,
how do you handle shortcuts in subclasses, i.e., what if
a base form has some options and a subclass has additional
options?

Also, how do you handle the selection? I use:

ON SELECTION POPUP mypopup DO oShortcuts.RunCommands()

And then in the shortcuts class, I use BAR() and PROMPT()
to determine which bar was selected.

The problem is that the code is not encapsulated.

Any thoughts?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform