Does anybody know, how to force menu to appear on the point where left mouse button mouse was pressed ?
For example:
addmenu(menu=[
"menu1",
100, //top
40, //left
50, //width
...
])
it means that menu will appear on the point X=40, Y=100.
But for example I loaded the page, pressed(clicked) left mouse button on the point X=300, Y=400 and want menu to appear in this point. How should I do this ?
thank you in advance
Alex
Menu appearence in point where mouse was clicked
-
- Beginner
- Posts: 2
- Joined: Thu Jul 04, 2002 6:34 pm
- Contact:
-
- Beginner
- Posts: 2
- Joined: Thu Jul 04, 2002 6:34 pm
- Contact:
thank you Andy, it helped ;)
thank you Andy, it helped 
