Hi,
A little sample to see this bug.
Thanks A+
The bug is in your code. Since the menu is not a window main menu, but a context menu, you must use the menu object oMenuRun instead of window object oMakeDlg in menu functions:
hwg_CheckMenuItem(oMenuRun,1100,lTerm) hwg_IsCheckedMenuItem(oMenuRun,1100)
Regards, Alexander
Thanks it works nicely now
A+
Log in to post a comment.
The bug is in your code.
Since the menu is not a window main menu, but a context menu, you must use the menu object oMenuRun instead of window object oMakeDlg in menu functions:
hwg_CheckMenuItem(oMenuRun,1100,lTerm)
hwg_IsCheckedMenuItem(oMenuRun,1100)
Regards, Alexander
Hi,
Thanks
it works nicely now
A+