[wxPython-users] Use tab key for change textctrl
Andrea
amarin at mr-service.it
Tue Apr 3 02:33:01 PDT 2007
On Tue, 2007-04-03 at 10:16 +0100, Andrea Gavana wrote:
> Try to change them in this way:
>
> nameLbl = wx.StaticText(self.panel, -1, 'Ragione Sociale:', pos = (0, 15))
Thanks so much, now I became to understand how the frame or panel works.
With your change now I can use the tab key for default job of change
focus.
> Also, try to avoid using absolute positioning (i.e., using explicitely
> pos=(0, 15)), try to fight against sizer to learn them. If you
> distribute your application to someone else who has different settings
> in the PC (resolution, screen size and whatever), absolute positioning
> will kill your application and make it look bad on those PCs.
> This is just a suggestion.
Thank for this suggestion, I would like to learn the better way for
develop python application, and the resolution problem is the first that
I must resolve.
Can you explain me what you intend with
> "try to fight against sizer to learn them"
so I can try to study it for understand what you mean and for resolve
the resolution problems.
> I seem to recognize the style of the "About" string :-D :-D
Yes of course, is a little application that can teach more of python for
me...:)...thanks a lot.
Thanks
Andrea (Italy)
More information about the wxpython-users
mailing list