Back Forward
Lingo - Functions

Popup


Description:

Displays menu in specified position
Syntax:

string member(member_name).Popup( integer x, integer y)
Parameters:

integer x - x coordinate of the left upper corner
integer y - y coordinate of the left upper corner
Return value:

"OK" - success
Other value - error
Example:
member("StarMenu1").Popup( the mouseH, the mouseV)
  
Note:

This function displays a non modal menu. The projector is not locked when the menu is displayed. You can hide the menu using Hide function.
See also: