The EasyGem Library |
|
Reference List Dialog Library |
Clear_Dialog [Box$,]Dialog_Id | |
Box$ | Has no meaning and may allways be omitted. |
Dialog_Id | Dialog identification number. |
Delete dialog box. |
Clear_Parameter Dialog_Id | |
Dialog_Id | Dialog identification number. |
Clear all buttons and texts within a dialog box. |
Dialog_Button%F(Line_No,Object_No,Dialog_Id) | |
Line_No | Line number within the dialog box. |
Object_No | Object number within the line. |
Dialog_Id | Dialog identification number. |
This is a global flag-field which contains the information about the status of the buttons. |
Dialog_Text$(Line_No,Dialog_Id) | |
Line_No | Line number within the dialog box. |
Dialog_Id | Dialog identification number. |
This is a global string-field which contains the texts of all lines. |
D_Button Line_No,Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the button. |
Define normal buttons. |
D_Checkbox Line_No,Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the checkbox. |
Define checkboxes. |
D_Edit Dialog_Id[,R Objekt_No[,R Line_No]] | |
Dialog_Id | Dialog identification number. |
Objekt_No | Object number within the line. |
Line_No | Line number within the dialog box. |
Display and edit dialog box. |
D_Edit_ Dialog_Id[,R Objekt_No[,R Zeile]] | |
Dialog_Id | Dialog identification number. |
Objekt_No | Object number within the line. |
Line_No | Line number within the dialog box. |
Edit dialog box. |
D_Empty Line_No | |
Line_No | Line number within the dialog box. |
Define an empty line in dialog box. |
D_Event Dialog_Id,R Object_No[,R Line_No] | |
Dialog_Id | Dialog identification number. |
Object_No | Object number within the line. |
Line_No | Line number within the dialog box. |
Evaluate an event. |
D_Exitbutton Line_No,Txt$[,Defaultbutton] | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the exit button. |
Defaultbutton | Object number of the button which can also be triggered by pressing the [Return] key. |
Define exit button. |
D_Hide Dialog_Id | |
Dialog_Id | Dialog identification number. |
Remove dialog box from the screen. |
D_Input Line_No,Txt$,Input_Len[,Flag] | |
Line_No | Line number within the dialog box. |
Txt$ | Text to be displayed to the left of the actual input. |
Input_Len | Lenght of the input field in characters. |
Flag | May allways be omitted. |
Define an input line. |
D_Output Line_No,Txt$,Output_Len | |
Line_No | Line number within the dialog box. |
Txt$ | Text within the output line. |
Output_Len | Lenght of the output line. |
Define an output line. |
D_Radiobutton Line_No,Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the radio button. |
Define radio button. |
D_Redraw Dialog_Id[,Line_No] | |
Dialog_Id | Dialog identification number. |
Line_No | Line number within the dialog box. |
Redraw the whole dialog box or only one line. |
D_Show [Box$,]Dialog_Id D_Show Dialog_Id,X,Y |
|
Box$ | Has no meaning. |
Dialog_Id | Dialog identification number. |
X | X-position of the upper left corner. |
Y | Y-position of the upper left corner. |
Display dialog box. |
D_Text Line_No,Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text within the line. |
Define a text line in the dialog box. |
D_Title [Line_No,]Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the title bar. |
Define a title bar in the dialog box. |
Easy_Dialog
Dialog_Id Easy_Dialog Box$,Dialog_Id [,R Object_No[,R Line_No]] Easy_Dialog Dialog_Id,X,Y,R Object_No,R Line_No]] |
|
Box$ | Has no significans but has allways to be included. |
Dialog_Id | Dialog identification number. |
X | X-position of the left upper corner. |
Y | Y-position of the left upper corner. |
Object_No | Object number within the line. |
Line_No | Line number within the dialog box. |
Display the dialog box and manage all events. |
End_Dialog [Box$,]R Dialog_Id | |
Box$ | Has no significance and can allways be omitted. |
Dialog_Id | Dialog identification number. |
Conclude definition. |
FN Rbutton(Line_No,Dialog_Id) | |
Line_No | Line number within the dialog box. |
Dialog_Id | Dialog identification number. |
Determine number of pressed radio button. |
Make_Dialog
Type Make_Dialog Box$,Dialog_Id[,Name$] |
|
Type | Dialog box type. |
Box$ | Has no meaning. |
Dialog_Id | Dialog identification number. |
Name$ | Has no meaning. |
Start definition of a dialog box. Because only Type has a meaning it is recommended to use only the first variation of this command. |
|
Copyright 1998