SIGSEGV When calling wxFrame::ShowFullScreen

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.
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: SIGSEGV When calling wxFrame::ShowFullScreen

Post by doublemax »

As the documentation for ShowFullScreen says:
Showing a window full screen also actually Show()s the window if it isn't shown.
... i would consider this a bug.

Please open a ticket at http://trac.wxwidgets.org
Use the source, Luke!
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: SIGSEGV When calling wxFrame::ShowFullScreen

Post by ONEEYEMAN »

Hi,
Do you have a backtrace at the time of the crash?
If not - can you run the sample under the debugger?

Thank you.
Post Reply