so i am creating this message field with
self.text = wx.TextCtrl(panel, pos=(150,22),size=(100,20))
and it works, no problem
but i'd like that the text gets written from the right and not the left
which is a pain...
anyone have a slight clue on how to do it ?
help appreciated :)