|
Add Popup Items |
Top Previous Next |
|
The Popup Display text is what shows on the popup Menu.
The textbox holds the statement line(s) to execute.
If you have more than one line, you must wrap with Begin and End as follows
BEGIN IF(my condition) !other code Start(MyProcedure) END END
Or try to do in one line:
if ~Shell_NotifyIcon(NIM_DELETE, address(notifyIconData)) then end
NOTE: When using a carriage return or linefeed in the text box, you must add a space to the beginning of the next line to avoid the code being placed in column 1 in the app, as the compiler will complain.<g>
Add a close or kill icon and command to the bottom of the popup menu. |