hi,
I use Lazarus 1.8.4 to create a GUI app which runs well in Windows and Ubuntu. Now, the same codebase also compiles in MAC Mojave but when I run it (from within IDE), nothing shows up.
I searched the Internet (and this forum), there are things about form position out of screen, multiple screens, form not visible at start, app bundle needs to be created, etc. I tried them all, but nothing works.
I tried double-click the app bundle too, but it seems it runs and quits at same time (just like it does if I run within IDE), nothing shows up too.
The weird thing is, if I double-click on the executable from within Finder, a console is opened and the app does show up, but it is not responsive at all. It looks like it is disabled, like a static image which does not react to any mouse click or key press.
Please show me some directions?
Thanks a lot!