I can't align the text on the right in my wxDialog. Everything else works fineself.sirina = wx.StaticText(self,-1,'',(200,50),style=wx.ALIGN_RIGHT)
In case there is a misunderstanding, ALIGN_RIGHT means that the text itself is right aligned inside the widget, not that the widget is placed against the right border of its container.
-- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list