Build a basic application that contains a label that displays a message about the weather today. Use the add label action block to display the label to the program. Replace the text in the block with a message about today's weather and run the program.
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 label action block. The block adds the label to the page object and should be placed after the page object is made. Finally, change the text to a message about today's weather.