Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu is not visible after use showmenu() of menulib
Message
 
 
To
19/06/2008 07:22:44
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01325379
Message ID:
01325386
Views:
18
Hi Sergey,

So where is the problem? The RightClick() of object Grid1/Column1/Text1 never fires or the code runs but menu doesn't show?

>There are Tables Grid1, Grid2 in the form.
>Method RightClick() of object Grid1/Column1/Text1 is used to create the menu by function ShowMenu() of class “Menulib” (utility.vcx).
>After loading the form by pressing right button, the menu is created and visible.
>On working with this form, the user presses the right button to create the menu, but the menu is not visible.
>Codes of RightClick():
>
>dimension LAMENU[2]
>PRIVATE LAMENU
>LAMENU[1] ="\<Item1"
>LAMENU[2] ="\<Item2"
>…
>THISFORM.MENULIB.SHOWMENU(@LAMENU)
>…
>
>This method work OK in many others my forms.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform