Page 1 of 1

DisplayPopupMenu, ignore position

Posted: Sat Jun 07, 2008 3:59 pm
by horst
To display a popup menu I often need the command twice:
one for mouse users,
and one for keyboard users (with the extra position parameters), because I don't want the menu to pop up where the mouse cursor happens to be.

It would be nice if DisplayPopupMenu() would accept #PB_Ignore for the two optional parameters (with very obvious functionality).