User forums > Help
wxSmith help
(1/1)
PsYhLo:
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]
byo:
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
cyberkoa:
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.
PsYhLo:
yes this is it thanks
this fix the problem and seems to work fine
byo:
Whoops, that was really my mistake :oops: sorry for that problems and thx for the solution :)
Navigation
[0] Message Index
Go to full version