Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Update label if there are no records in treeview
Post: Update label if there are no records in treeview

Hello good, I am trying to add and subtract values from a treeview column. So far so good, I show a label and it updates if I add another value to the column. When you remove a value from the colum...
TomasSanchexx GUI 1 1,004 Aug-20-2023, 04:18 PM
    Thread: Doubt approach update 2 Treeview at the same time
Post: RE: Doubt approach update 2 Treeview at the same t...

(Aug-13-2023, 11:43 PM)Larz60+ Wrote: FYI:Get a copy of John Shipman's documentation here It's the original tkinter manual from New Mexico Tech. It's old, but there's stuff in there that you...
TomasSanchexx GUI 7 2,113 Aug-13-2023, 11:57 PM
    Thread: Doubt approach update 2 Treeview at the same time
Post: RE: Doubt approach update 2 Treeview at the same t...

Hi, I've tried it but when I change the tab it doesn't update, I have to close and open the program again to see the update. I'm trying after() but still the same from tkinter import * from tkinter ...
TomasSanchexx GUI 7 2,113 Aug-13-2023, 11:08 PM
    Thread: Doubt approach update 2 Treeview at the same time
Post: Doubt approach update 2 Treeview at the same time

Hello, I would like some guidance on a question / problem I have. I'm doing a task that consists of an inventory system, things so far very well. I have made a tkinter window with a "notebook" menu...
TomasSanchexx GUI 7 2,113 Aug-13-2023, 07:39 PM
    Thread: Search data in treeview without search button
Post: RE: Search data in treeview without search button

(Aug-11-2023, 12:38 PM)TomasSanchexx Wrote: Hello, I'm trying to make an item search engine in a treeview, if I do it with a button, it works for me. But I want to do the search without a button, ju...
TomasSanchexx GUI 3 1,749 Aug-12-2023, 12:55 AM
    Thread: Search data in treeview without search button
Post: Search data in treeview without search button

Hello, I'm trying to make an item search engine in a treeview, if I do it with a button, it works for me. But I want to do the search without a button, just writing in the entry I select the closest t...
TomasSanchexx GUI 3 1,749 Aug-11-2023, 12:38 PM
    Thread: Error verify data in database
Post: RE: Error verify data in database

(Aug-10-2023, 08:32 PM)deanhystad Wrote: I think your logic is wrong. You retrieve all the email and passwords from the database, but you thow all of them away except for the last. self.curs...
TomasSanchexx GUI 2 971 Aug-11-2023, 12:37 PM
    Thread: Error verify data in database
Post: Error verify data in database

Hello good, I have a problem verifying a login. For example, I have 3 records in the database and only 1 user and password are valid, the other two are 2, it always throws me to the "ELIF" that the d...
TomasSanchexx GUI 2 971 Aug-10-2023, 01:22 AM
  Exclamation Thread: Error when closing the main window with destroy
Post: Error when closing the main window with destroy

Hi, I have a problem. I'm trying to close the main window when logging in, with destroy(), but it throws me an error, why? what am I doing wrong? How can I solve it? Any additional information would b...
TomasSanchexx GUI 1 867 Aug-06-2023, 12:25 AM

User Panel Messages

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