Download presentation
Presentation is loading. Please wait.
1
JustBasic 16 Mr. Husch
2
Objective Create a program that creates advanced windows in JustBasic
Understand how to troubleshoot errors before they happen
3
First build
4
Differences Line starting with textbox
The textbox command create the text with the handle #myFirst.field whereas the numbers denote its position in the window. It also displays the text we entered by the “!contents? aString$” sequence in the print line. Make sure that the command starts with an exclamation point (!) or it will not work.
5
Add to the program You can add instructions for the users with a static text box. Add that with
6
Add to the prgoram Play with the inputs and dimensions to alter the position of the windows, textbox, and instructions. Now you need to add a trapclose, this will create a button for you to close the button. The program for the trapclose is on the next slide. You will need to make minor adjustments to make it work perfectly for you.
7
Trapclose
8
Save Save this program as LASTNAME_TRAPCLOSE
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.