How to click on a button to create a app or window?

How to click on a button to create a app or window?
It works in OF? :disappointed_relieved:

Hi there,

You will need to be more specific. You mean you want to instantiate another window from your ofApp?

Yes @chuckleplant

You could call ofSystem( … ) and place there a command line option to launch another program, e.g.

ofSystem("start OtherApp.exe");