From lionkimbro at gmail.com Sun Sep 19 02:20:28 2021 From: lionkimbro at gmail.com (Lion Kimbro) Date: Sat, 18 Sep 2021 23:20:28 -0700 Subject: [Tkinter-discuss] tkinter Direct Injection Message-ID: It's been about 8 years since I last posted here, I think..! I recently revisited tcl/tk and tkinter, and I revisited something I explored back in 2013, that I thought I would share about -- It's a method of directly interacting with tcl/tk from Python code, by three specific methods: 1. root.tk.eval 2. tk.StringVar 3. root.tk.createcommand I've written up more detail on this page on Github, for those who are interested in exploring: https://github.com/LionKimbro/lions_internet_office/blob/main/2021/users/lion/entries/2021-09-18_tkinter-direct.md Take care! -------------- next part -------------- An HTML attachment was scrubbed... URL: From Vadim.Konovalov at dell.com Mon Sep 20 06:30:55 2021 From: Vadim.Konovalov at dell.com (Konovalov, Vadim) Date: Mon, 20 Sep 2021 10:30:55 +0000 Subject: [Tkinter-discuss] tkinter Direct Injection In-Reply-To: References: Message-ID: I pretty much support this approach From: Tkinter-discuss On Behalf Of Lion Kimbro Sent: Sunday, September 19, 2021 9:20 AM To: Python-Tkinter Subject: [Tkinter-discuss] tkinter Direct Injection [EXTERNAL EMAIL] It's been about 8 years since I last posted here, I think..! I recently revisited tcl/tk and tkinter, and I revisited something I explored back in 2013, that I thought I would share about -- It's a method of directly interacting with tcl/tk from Python code, by three specific methods: 1. root.tk.eval 2. tk.StringVar 3. root.tk.createcommand I've written up more detail on this page on Github, for those who are interested in exploring: https://github.com/LionKimbro/lions_internet_office/blob/main/2021/users/lion/entries/2021-09-18_tkinter-direct.md [github.com] Take care! -------------- next part -------------- An HTML attachment was scrubbed... URL: