>
> > FYI: There's a great wxPython mailing list too. Check it out 
> > here:http://wxpython.org/maillist.php
>
> thanks, i will take a look.

Here is the answer i got from the mailing list (and it works)

Try adding a spacer on both sides of text.

i.e)
box.AddStretchSpacer()
box.Add(myText, 0, wx.ALIGN_CENTER)
box.AddStretchSpacer()

jamie

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to