[Lazarus] QuestionDlg block mouse and keyboard input under OSX

Dmitry Boyarintsev skalogryz.lists at gmail.com
Mon Jun 15 15:24:43 CEST 2015


On Mon, Jun 15, 2015 at 9:17 AM, Graeme Geldenhuys <
mailinglists at geldenhuys.co.uk> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20150615/6daf6bcc/attachment-0003.html>


More information about the Lazarus mailing list