Work with complex parts : Start external programs

Start external programs
Use view wrappersUse view wrappersNo tip for this topicExample: Start a graphics editorExample: Start a graphics editorTest using the Form Input CheckerTest using the Form Input Checker
You can start a non-VA Smalltalk program from your application. To start an external program, use a Program Starter part.
Adding a Program Starter part
To add a Program Starter part to your application:
1.
2.
3.
Specifying the program
Now, specify the program you want started:
1.
2.
a.
Select Find and, in the dialog that opens, specify the file and path name for the program.
b.
In the Parameter string field, specify any parameter you want passed to the program when it starts.
3.
Finally, connect an event, such as clicked for a push button, to the startProgram action of the Program Starter part.