Page 1 of 1

Error run project in Debug

Posted: Monday 28th January 2019 12:46pm
by te777
When I run my project the the gambas3 IDE in Debug I get the following error:

GtkDialog mapped without a transient parent

And the app won't run in Debug

The error doen't happen when I run standalone executable. I'm calling dialogs from within the main Form_Open() method.

I'm running the IDE in Linux Mint 19 Cinnamon 64 bit in VirtualBox

Re: Error run project in Debug

Posted: Monday 28th January 2019 5:26pm
by cogier
Can you put up some code so we can see the error.

Re: Error run project in Debug

Posted: Wednesday 30th January 2019 10:32am
by te777
I just created a button on the main form for the method that calls the dialog. Fixed