Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: tern on April 19, 2006, 04:54:40 am

Title: wxsmith wizard
Post by: tern on April 19, 2006, 04:54:40 am
create a wxsmith project->start wizard->create mainframe.cpp:

MainFrame::MainFrame(wxWindow* parent,wxWindowID id)
{
...
SetMenuBar(new wxStatusBar(this,-1));   //here,,SetStatusBar
}

Title: Re: wxsmith wizard
Post by: byo on April 19, 2006, 11:30:34 am
Surely a bug  :oops:
Should be updated soon  :D
Title: Re: wxsmith wizard
Post by: tiwag on April 19, 2006, 02:30:05 pm
was already posted, but somehow overlooked ...
Title: Re: wxsmith wizard
Post by: cyberkoa on April 20, 2006, 04:45:37 am
Bug fixed at rev 2364 :)