Go to advanced search

by e1661413
Mon Mar 02, 2020 8:21 pm
Forum: Python
Topic: Arabic text entry issue in tkinter
Replies: 4
Views: 404

Re: Arabic text entry issue in tkinter

Linux doesn't do bidirectional text very well. I mean, it can , but most libraries aren't built with support built in. I don't know too much about Arabic (crashed out of lessons after month: fun language, amazing script, great teacher - but class was too far away after a long day) but I've seen som...
by e1661413
Mon Mar 02, 2020 8:02 pm
Forum: Python
Topic: Arabic text entry issue in tkinter
Replies: 4
Views: 404

Re: Arabic text entry issue in tkinter

I'm struggling to see the difference and peobably others too. Can you describe what you mean by 'corrupted'? Are the graphics distorted in some way (that's how it looks to me)? Dear scruss did me a favor and describe it very well. Problem is that the characters are separated from each other in a wo...
by e1661413
Sun Mar 01, 2020 5:55 pm
Forum: Python
Topic: Arabic text entry issue in tkinter
Replies: 4
Views: 404

Arabic text entry issue in tkinter

My python3 code: from tkinter import * #importing Tkinter Library import tkinter.messagebox win = Tk() def led1ON(): #defining function led1ON print("button pressed") #to be printed on terminal tkinter.messagebox.showinfo("عنوان", "سلام " + txt.get() + "!") led1Button = Button(win, text = "کلیک", co...

Go to advanced search