On Mon, Jun 15, 2015 at 9:17 AM, Graeme Geldenhuys < [email protected]> wrote:
> Thanks for trying. Here is my video showing the problem. > > No, sir, this is not an issue! Please don't bug report. That's OSX feature. You're trying to launch GUI application "not from a bundle". OSX considers the application as command-line utility and passes all user input to the console, rather than GUI. OSX is using "bundles" to organize GUI application files. Bundles are shown as a single file in the file system (for non-advanced users), but instead this is a directory with a very strict structure and some extra files in it (including the executable file). So what you can do. In the terminal do the following: cd project1.app/Contents/MacOS ./project1 thanks, Dmitry
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
