Code::Blocks Forums
User forums => Help => Topic started by: PsYhLo on March 25, 2006, 05:29:59 pm
-
so my question is there some way i can dock the statusbar when i resize the application
i attach sample pic to show what that i mean
sorry for my poor english
[attachment deleted by admin]
-
I know this bug but haven't focused on it lately. It may be just wxWidgest bug, but I can not prove it ;). Maybe try doing something with SetAutoLayout function
-
PsYhLo, it should be the wxSmith template problem ,
try to change the line "new wxStatusBar(this,-1)" to
SetStatusBar(new wxStatusBar(this,-1));
Let me know if this solve your problem , I face this problem and solve it this way.
I shall update the template in the SVN then.
-
yes this is it thanks
this fix the problem and seems to work fine
-
Whoops, that was really my mistake :oops: sorry for that problems and thx for the solution :)