Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Treeview actions
Post: RE: Treeview actions

ok, this ended up being a lot easier than I thought it would be. If anyone searches this, here is what I did. #bind single click event to treeview and call function that sets values. self.tree.bind("...
swanysto GUI 4 4,702 Oct-23-2022, 03:27 PM
    Thread: Treeview actions
Post: RE: Treeview actions

(Oct-23-2022, 09:14 AM)Yoriz Wrote: Bind a '<ButtonRelease-1>' event to the treeview. In the event handler do the following: use the treeview's focus method to get the iid that has focus. Use ...
swanysto GUI 4 4,702 Oct-23-2022, 12:33 PM
    Thread: Treeview actions
Post: Treeview actions

So I have been trying to learn a bit of tkinter by reading documentation and watching some videos. I have created a little price list program. It fills a treeview with information from a SQLite file. ...
swanysto GUI 4 4,702 Oct-22-2022, 10:58 PM
    Thread: getting Entry text
Post: RE: getting Entry text

I believe print can be used as a function, but I think you were having the same issue I was having. At the time you click the button, the print function runs, but the get() function has not taken in t...
swanysto GUI 4 2,969 May-10-2019, 08:24 PM
    Thread: Not getting entry values on button click & treeview not updating ?
Post: RE: Not getting entry values on button click & tre...

Got it working, thank you for your help!
swanysto GUI 4 6,965 May-10-2019, 04:16 PM
    Thread: Not getting entry values on button click & treeview not updating ?
Post: RE: Tkinter/sqlite method issues

Thank you for your reply 1. I am not quite sure what that entails. So let's say I replace the call for adding_records in the current button. I replace it with something like get_values. Would I pass ...
swanysto GUI 4 6,965 May-08-2019, 11:28 PM
    Thread: Not getting entry values on button click & treeview not updating ?
Post: Not getting entry values on button click & treevie...

So I am very new to programming, I have set a goal of creating a simple file for tracking material prices that I use often. I have been rummaging through tutorials and youtube videos to learn stuff. I...
swanysto GUI 4 6,965 May-08-2019, 07:35 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020