JimProuty Certainly! Double-click the popup control while in ShowTools mode (Ctrl+T) and click the "New" button in the Procedure row, then enter the desired code. For example: Function PopMenuProc(ctrlName,popNum,popStr) : PopupMenuControl String ctrlName Variable popNum String popStr Print "The user selected "+popStr End Then click the "Save Procedure Now" button and then "Do It" in the PopupMenu Control dialog. Software Engineer, WaveMetrics, Inc. Log in or register to post comments December 22, 2009 at 02:32 pm - Permalink
Double-click the popup control while in ShowTools mode (Ctrl+T) and click the "New" button in the Procedure row, then enter the desired code.
For example:
String ctrlName
Variable popNum
String popStr
Print "The user selected "+popStr
End
Then click the "Save Procedure Now" button and then "Do It" in the PopupMenu Control dialog.
Software Engineer, WaveMetrics, Inc.
December 22, 2009 at 02:32 pm - Permalink