News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wxsmith wizard

Started by tern, April 19, 2006, 04:54:40 AM

Previous topic - Next topic

tern

create a wxsmith project->start wizard->create mainframe.cpp:

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


byo

Surely a bug  :oops:
Should be updated soon  :D

tiwag

was already posted, but somehow overlooked ...

cyberkoa