|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Application.ShowPopupMenu

OverviewExamples

number Application.ShowPopupMenu (number X,


number Y,


table Menu,


number HAlign = TPM_LEFTALIGN, number VAlign = TPM_TOPALIGN, boolean WaitForReturn = true, boolean ClientCoordinates = true )


De s cr ip t ion


Displays a popup (context) menu and returns the ID of the menu item clicked.


image

Tip: If you would like to show a popup menu when the user right-clicks on your application's system tray icon, see the built-in global function g_OnSystemTrayMenu.


P arame t er s


X


(number) The X coordinate in pixels.


|