Ubuntu16 GTK3 wxWindow::Show() crashes

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
vincitygialampark
In need of some credit
In need of some credit
Posts: 1
Joined: Mon Oct 22, 2018 8:16 am

Ubuntu16 GTK3 wxWindow::Show() crashes

Post by vincitygialampark »

ETA:: wxWidgets version 3.1

I ran into an interesting problem this morning and I hope someone can explain it to me.

I have a good, fully functional global pointer to a wxWindow (the main app window in fact) called MainWindow
I have also a wxdialog called OutOfService that needs to be the only window on the screen. It basically reports that there is a hardware error and only goes away when the hardware is fixed.

when the OutOfService dialog is created it hides the main window with
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7479
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Ubuntu16 GTK3 wxWindow::Show() crashes

Post by ONEEYEMAN »

Hi,
You post is cut out - please fix.

Thank you.
DavidHart
Site Admin
Site Admin
Posts: 4254
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Re: Ubuntu16 GTK3 wxWindow::Show() crashes

Post by DavidHart »

You post is cut out
which made me suspicious. In fact he copied the start of viewtopic.php?t=43426.

Now banned.

Regards,

David
Post Reply