2

i am using this command, which should switch my layout to RTL but the message dialog is still LTR:

 self.SetLayoutDirection(wx.Layout_RightToLeft)

message dialog:

  FinishMessage=wx.MessageDialog(self, "הבדיקה הסתיימה\r\n התוצאות נמצאות בקובץ אקסל במיקום הקובץ", caption="סיום בדיקת ניחות",style=wx.OK)

how do i fix the text will be right to left?

2
  • which os you are trying it on? Which version of {wx}python? Commented Nov 13, 2017 at 20:31
  • Windows - wxpython version 4.0.0.2.b2 msw phoenix Commented Nov 15, 2017 at 7:33

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.