wxFileDialog Cause unknown excpetion

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
SamHu
Earned a small fee
Earned a small fee
Posts: 20
Joined: Tue Sep 20, 2011 7:52 am

wxFileDialog Cause unknown excpetion

Post by SamHu »

winXP
wxWidgets 2.8.12
mingw6.4
codelite
=================================================================
I am using the wxFileDialog to get a path and it is working fine , But when I close
my app the windows OS send me a error message of unknown exception.
I am pretty sure that the wxFileDialog cause it because when i use a text dialog(to get the file path) instead,
this won't happen.
is there any thing that i should be careful with when using filedialog???
Coding is not funny.
It is nothing but a pain.
While people like me still get obessed to it.
Youka
Experienced Solver
Experienced Solver
Posts: 51
Joined: Thu Feb 16, 2012 2:24 pm

Re: wxFileDialog Cause unknown excpetion

Post by Youka »

wxFileDialog uses the native control of your system (note the "Filename" text or button labels in your language) and should be shown as modal window (like it's normal for dialogs).
Post Reply