Build a basic application that contains a next button. Set the text of the button. The button won't do anything yet. Later, you will learn about behaviors and be able to program a button to do something.
After selecting to run this form app, similar to the chart apps, the stop button should be used to end the program.
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Switch to Next Tab CTRL + ]
Switch to Previous TabCTRL + [
Blocks
Hint
Great job!
Try again
First, drag over the add button action block. The block adds the button to the page object and should be placed after the page object is made. Finally, change the text to the word next.