Re: [wxpython-users] Re: wx.Panel doubts...
by David Anderson other posts by this author
May 9 2008 10:08AM messages near this date
Re: [wxpython-users] Re: wx.Panel doubts...
|
Re: [wxpython-users] Re: wx.Panel doubts...
Robin...
Note that:
The grid sizer is below the "row" of the image
Another thing, i'm using a StaticBitmap, And it always crashes when I try to
put inside a sizer, If I dont put, it just appears at the left-top corner of
the frame
And correcting myself:
,"just above IS the label, which I want to be Align Left, and the image,
aligned Right..."
On Fri, May 9, 2008 at 2:03 PM, Robin Dunn <robin@[...].com> wrote:
> David Anderson wrote:
>
> > The centering stuff I want to do is like this
> >
> > Label
> > Png Image
> > |Flex | grid | Sizer|
> > |____|__________|______|
> > |____|__________|______|
> > |____|__________|______|
> > | ___|__________|______|
> >
> > What's the best way to do this?
> > I want the Grid centered horizontally like that, just above the label,
> > which I want to be Align Left, and the image, aligned Right...
> >
> >
> Horizontal box sizer, containing the label, the flex grid sizer and the png
> image, with alignment flags as needed.
>
> --
> Robin Dunn
> Software Craftsman
> http://wxPython.org Java give you jitters? Relax with wxPython!
>
>
> _______________________________________________
> wxpython-users mailing list
> wxpython-users@[...].org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>
Thread:
David Anderson
David Anderson
Mark Erbaugh
Kalle Haglunds
python
David Anderson
Mike Driscoll
Jorgen Bodde
David Anderson
Robin Dunn
David Anderson
Robin Dunn
David Anderson
Robin Dunn
C M
|