Hi,
I've done a bundled application using the Carbon Framework.
Why should I use "open myApp.app" instead of
"./myApp.app/Contents/MacOS/myApp" to run my application properly ? If I
don't use "open", the application appears "unreachable", seems
unresponsive, and does not handle events (excepted I can close/minimize
the windows). It works just fine if I double-click on the app icon from
the Finder or if I use the "open" command.
What can explain this behaviour ? Can I do something to allow regular
event processing from a Carbon app launched from the command line
without the "open" command ?
Best regards !
A.R.