My World 3 for Windows TM
logo

The Script Language

In the script file, a procedure to handle events is defined as follows:

DEFPROCOn<EventName>
<Statements>
ENDPROC

where <EventName> is one of the six event names (e.g. DEFPROCOnLoad)
and <Statements> is zero or more of any of the following:

CLOSE(ScreenName$)
Closes the given screen.

DBOXSETVARIABLE(Title$,Prompt$,HelpMessage$,Minimum,Maximum,VariableName)
Displays a dialog box enabling the user to set the value of a variable.

FRAMECHANGEOWNER(FrameName$)
Changes the owner of the given frame.

FRAMECHANGETYPE(FrameName$,NewType$)
Changes the frame type of the given frame.

FRAMECOPY
A copy of the frame processing the current event is made and attached to
the pointer.

FRAMEDELETE(FrameName$)
Deletes the given frame.

GOHOME
Closes all open My World windows (unless the Home page is in the same book) and opens the 'Home' screen.

Menu Previous Next Contents