Typing on entry using virtual keyboard in another python program
问题 I'm having a problem with typing into my Tkinter entry. I did a registration code and with every entry on my code calls a virtual keyboard, the virtual keyboard is separated python program. I successfully called another python program but I can't type on my Tkinter entry which is my main program using the virtual keyboard I called. Is there any way to get this done? here is my code def register(self): self.master_register = Toplevel() self.first_name = StringVar() self.middle_name = StringVar