Page 1 of 1

Where is the form editor?

Posted: Tue Jul 07, 2009 3:21 am
by sds
I cant find it...

Posted: Tue Jul 07, 2009 9:10 am
by Sof_T
What version are you using?

Posted: Tue Jul 07, 2009 10:32 am
by XTRobot
Here it is,just download it :)

Posted: Tue Jul 07, 2009 12:49 pm
by Sof_T
If you go to the Help menu and choose about, what version number of wxDev-C++ does it say? Mine says 7.0 RC5. It is important to know the version number due to changes between versions.

Posted: Tue Jul 07, 2009 2:04 pm
by sds
Sof_T wrote:What version are you using?
wxDev-C++ 7.0 RC5 7.0.0.76

Posted: Tue Jul 07, 2009 2:11 pm
by sds
XTRobot wrote:Here it is,just download it :)
I _HAVE_ downloaded wxDev-C++, I have even _INSTALLED_ it, I can compile programs with it, but I dont find any button to press in the IDE to get to the FORM EDITOR or dialog designer or form designer or whatever it may be called.

Posted: Tue Jul 07, 2009 3:31 pm
by tbreina
sds wrote:
XTRobot wrote:Here it is,just download it :)
I _HAVE_ downloaded wxDev-C++, I have even _INSTALLED_ it, I can compile programs with it, but I dont find any button to press in the IDE to get to the FORM EDITOR or dialog designer or form designer or whatever it may be called.
If you start a new wxFrame or wxDialog project, the form designer should appear right away. If not, then click on the file tab that ends with ".wxform" (e.g. "Project1Frm.wxform") and it should show you an empty form.

Posted: Tue Jul 07, 2009 4:12 pm
by sds
tbreina wrote:If you start a new wxFrame or wxDialog project, the form designer should appear right away. If not, then click on the file tab that ends with ".wxform" (e.g. "Project1Frm.wxform") and it should show you an empty form.
Then only a window with grey background and a black dot grid opens but I see no buttons to add widgets like those shown in the book. But I see a properties/events window like in the book.

Posted: Tue Jul 07, 2009 4:19 pm
by sds
Now there is a components window, but when I click into it then the grey window disappears...

Posted: Tue Jul 07, 2009 4:28 pm
by sds
OK but it works now, just inserted a button into a form. Thanks!

Posted: Wed Jul 08, 2009 7:34 am
by Sof_T
The book is now out of date due to big changes in the designer. This will (eventually) be rewritten.