Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: surrender on June 25, 2010, 12:52:49 pm

Title: Don't see the wxFileDialog on the toolbar when dropping it
Post by: surrender on June 25, 2010, 12:52:49 pm
Hi all,

I'am new here on this user forum. I've created a wxWidgets project with Code::Blocks.
The application has a menubar and toolbar.
When selecting and dropping the wxFileDialog, the icon is dropped above the canvas.
Building the application goes without errors, but when running it the wxFileDialog doesn't appear
in the window!
Is there anything I have forgotten to do???
Any help or hints from you members  I will appreciate very much!

Thanks,
Surrender
Title: Re: Don't see the wxFileDialog on the toolbar when dropping it
Post by: Jenna on June 25, 2010, 03:14:35 pm
wxSmith just creates an instance of the dialog with the paramters you set in the properties sheet.
You have to open and use the return-values on your own.

You can download the wxwidgets-book for free to see what you can do. It's some years old, but is still useful to learn what you can do with wxWidgets.
http://www.informit.com/store/product.aspx?isbn=0131473816 (http://www.informit.com/store/product.aspx?isbn=0131473816)
direct link: http://www.informit.com/content/images/0131473816/downloads/0131473816_book.pdf (http://www.informit.com/content/images/0131473816/downloads/0131473816_book.pdf)