I would like to make a suggestion for an enhancement to BasicMaker, or more specifically, to the definition of the Dialog Box.
The current definition of the Dialog Box includes:
Code: Select all
Begin Dialog CheckList 200, 200, 237, 200, "Name"
Text 25, 100, 150, 25, "To start over, push 'RESTART'."
PushButton 50, 125, 45, 20, "NEXT"
Code: Select all
Begin Dialog CheckList 200, 200, 237, 200, DialogName$
Text StartX%, StartY%, 150, 25, "To start over, push 'RESTART'."
PushButton ButtonX%, ButtonY%, ButtonL%, ButtonH%, ButtonName$
Thank you very much.