PWCT/Lessons/Firstapp

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Creating your first application using PWCT[edit | edit source]

1. Run PWCT

2. From the menu bar select "File" then "New"

3. Select the template "Console Application without coding"

4. Determine the visual source file name, for example Hello.SSF

5. from the components browser window, select the domain (Print Text) then select the component (Print Text to console) then click OK button or press CTRL+W

6. In the interaction page (data-entry form), type the text then click OK button or press CTRL+W

PWCT Hello World - Screen Shot 3

7. Now we see a new step added to the program, Press CTRL+R to run the application

PWCT Hello World - Screen Shot 4