News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

wxSmith help

Started by PsYhLo, March 25, 2006, 05:29:59 PM

Previous topic - Next topic

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]
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

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
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

byo

Whoops, that was really my mistake  :oops:  sorry for that problems and thx for the solution :)