Re: [Boa Constr] Problems Boa-Constructor StatictTxt Redimension
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-04-18 14:49:30
|
Hi Edgard, Edgard Costa wrote: > Friends Boa_Constructor > > A problem was happening with my designer frame. > When I open a new frame and put into then a static.txt and close it and > reopen, the static.txt takes all the frame. That is standard wxPython behaviour. Please also note if you want to ensure that your app looks nicely on windows you should first add a wx.Panel and then put your controls onto the panel. > Even I redesigner it, the dimension cames back again. This is happing in > the boa-constructor running in Linux, Fedora or Ubuntu. > Another thing. When I cut and paste anything in the frame, i can't > redimesion the new thing. It is a bug??? Not sure about that one. I seem to recall that there was some issue on Linux, but I am not sure. Are you using fixed sizes or are you using sizers? If you use fixed sizes I would suggest to use sizers, they are a bit more difficult to learn but they are worth it. Werner |