The menu bar is not movable or resizable, but using the “Edit/Properties” option you can modify the “Library name” of the menu bar.
SIMSCRIPT Users:
With regard to execution control, the behavior of ACCEPT.F can be defined using the “Edit/Properties..” option on the dialog box, menu bar, or palette from within SIMDRAW. The ACCEPT.F function will behave according to one of three interaction modes. The following modes are listed:
Asynchronous: If this interaction mode is used, ACCEPT.F will suspend the active process when called. Whenever a status value of “1” is returned from the control routine or a terminating button is pushed, this process is resumed. If there is no simulation running and hence no active process, the “Synchronous” interaction mode is used.
Synchronous: Regardless of the simulation, ACCEPT.F will not return until a status value of “1” is returned from the control routine or a terminating button is pushed.
Don’t wait: ACCEPT.F won’t wait for any action by the user but will return immediately. Subsequent action on the form will invoke the control routine.