Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Popup Menu
Message
 
To
26/05/2005 02:21:15
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
01017723
Message ID:
01017725
Views:
17
Hi,

> if the user presses 'Tab' or 'Ctrl'+'I' , i get the menu manager internal consistency error

Do you only get an error on these key combinations? If so, this looks like they trigger some code that finally leads to the crash. Do you have any ON KEY LABEL code, KeyPress events, popups, menu items, etc. that respond to this key combination?

If you can't find one, use SET COVERAGE TO someFile1.txt before you activate the popup. Then perform the same actions twice, once without pressing TAB and the other time with pressing TAB. Before you run the code the second time, change the SET COVERAGE TO line to someFile2.txt. When you are done, compare the two files to find any differences in the code that is executed in both cases.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform