Error run project in Debug

Post your Gambas programming questions here.
Post Reply
te777
Posts: 4
Joined: Thursday 17th January 2019 11:39am

Error run project in Debug

Post 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
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: Error run project in Debug

Post by cogier »

Can you put up some code so we can see the error.
te777
Posts: 4
Joined: Thursday 17th January 2019 11:39am

Re: Error run project in Debug

Post by te777 »

I just created a button on the main form for the method that calls the dialog. Fixed
Post Reply