Friday, May 30, 2008, 2:57:56 AM, Prashant Saxena wrote:
This a pretty simple problem but some how I am not able to find a
solution. Every this is working fine in my UI except the label are
not right aligned. The zip file is attached. I need all the labels
to be right aligned with a gap of 5 unit. Right now they are left
aligned to window border.
You'll also need to tell that to the StaticText: For example, replace
line #80 to:
self._labelColor = wx.StaticText(self._mainPanel, wx.ID_ANY, label, style=wx.ALIGN_RIGHT)
-- tacao
No bits were harmed during the making of this e-mail.