@10,10 BUTTONEX B1 WIDTH 40 HEIGHT 40 ACTION test()
DEFINE CONTEXT MENU CONTROL B1
MENUITEM 'Test1 ' ACTION ftest1()
MENUITEM 'Test2 ' ACTION ftest2()
END MENU
In this example I demonstrate the problem.
When the column or the row position of button b1 is less then zero, the menu appears
in a wrong postion.
It happens when you have 2 or more monitors.
Regards, Richard.