Back to Creating a GUI
Process Attributes
The Blueprint Project Template created a complete project with basic accretion, container and circuit, that is sufficient for this application. As are the attributes for the Process, and Autonomous Process Role. Thus we can build and test the application as is.
Build and Test
We can now do a final compile, link and test.
Compile the HelloWorld project.
Compile and Link the GUI project.
Run the application.
The basic GUI dialog should appear and the Debug Output Window should output the "Hello World..." text every 1 sec.
To exit the application press X on dialog.
NB. selecting the Ok or Cancel buttons will simply close the dialog and not stop the application.
Go back to Main Page