Search found 38 matches

by Peterj
Thu Nov 24, 2005 10:10 am
Forum: wxDev-C++
Topic: Display problem with MDIChild window
Replies: 13
Views: 3896

Well at long last the problem is solved.

Ninja, thanks for you help in solving the problem.

I unistalled DevCpp and totally re-installed it.
I did a total rebuild on the project and hey presto, it worked.

Thanks again for your help. I can now get on with something constructive.

Regards,
Peter
by Peterj
Thu Nov 24, 2005 9:35 am
Forum: wxDev-C++
Topic: Display problem with MDIChild window
Replies: 13
Views: 3896

Ninja, A full rebuild - same effect. I think I will attemp an uninstall and then re-install and see what happens. I did apply some dev paks a while ago (not really knowing what I was doing!) so could have stuffed up my install. The other thought I had while doing this was that it was such a hastle f...
by Peterj
Thu Nov 24, 2005 8:06 am
Forum: wxDev-C++
Topic: Display problem with MDIChild window
Replies: 13
Views: 3896

Ninja,

I am using the wx-devpp-6.8beta_setup.exe to which I have applied the wxWidgets-2.6.2 devpak.
Help about states: Version 4.9.9.2-wx-beta-6.8
Do you suggest a re-instal?
Is there a better version available?

Regards,

Peter
by Peterj
Thu Nov 24, 2005 7:16 am
Forum: wxDev-C++
Topic: Display problem with MDIChild window
Replies: 13
Views: 3896

Ninja,

Thanks for the offer, a zip file is on its way now.

I'll be interested to see what you find.

Regards,

Peter
by Peterj
Wed Nov 23, 2005 7:04 pm
Forum: wxDev-C++
Topic: Display problem with MDIChild window
Replies: 13
Views: 3896

Ninja, Thanks for your reply. Perhaps we can solve this! I have created an example from the code you have posted (which appears to be the same as mine) and get the same results. When I click on the NewChild menu option, the menu changes but the editbox control defined on the child panel (WxEdit1) do...
by Peterj
Wed Nov 23, 2005 11:19 am
Forum: wxDev-C++
Topic: Display problem with MDIChild window
Replies: 13
Views: 3896

In a nutshell the steps I have taken are: Create a new project (Dev C++) Change the frame class to wxMDIParentFrame Add a panel to the frame Add a menu to the frame Change the constructor to wxMDIParentFrame from wxFrame Add #include <wx/mdi.h> to the header file Add a new wxframe to the project Cha...
by Peterj
Fri Nov 18, 2005 8:46 pm
Forum: wxDev-C++
Topic: Display problem with MDIChild window
Replies: 13
Views: 3896

Below is the core of the code I am using. I have tried everything I know of but must be making an elementary error. If someone could point out what it is, I would appreciate that. Wintest1App.cpp #include "wintest1App.h" #include "wintest1Frm.h" IMPLEMENT_APP(wintest1FrmApp) bool...
by Peterj
Mon Nov 14, 2005 7:23 pm
Forum: wxDev-C++
Topic: Display problem with MDIChild window
Replies: 13
Views: 3896

Display problem with MDIChild window

I'm an L Plater with wxWidgets + C++ ie am a Newb. I am trying to create a minimal app to demonstrate the use of MDIParentFrame + MDIChildFrame using DevC++ on an XP machine. I have created both a parent frame and a child frame, loaded a panel, a menu and a static text control on each panel. The chi...