How to click on a button to create a app or window?
It works in OF?
Hi there,
You will need to be more specific. You mean you want to instantiate another window from your ofApp?
You could call ofSystem( … ) and place there a command line option to launch another program, e.g.
ofSystem("start OtherApp.exe");