Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Multi windows in tkinter buttons not responding correctly
Post: RE: Multi windows in tkinter buttons not respondin...

(Jun-30-2017, 06:57 PM)nilamo Wrote: toggleButton1 only exists in the MainFloor class.  You're trying to change it from within the Fireplace class.  A nice way to handle this would be using events o...
curtjohn86 GUI 13 11,604 Jul-01-2017, 03:17 AM
    Thread: Multi windows in tkinter buttons not responding correctly
Post: RE: Multi windows in tkinter buttons not respondin...

(Jun-29-2017, 09:42 PM)Barrowman Wrote: Can you post the full error message rather than what you think is the important part please? Barrowman this is the full error I am receiving, sorry i did not ...
curtjohn86 GUI 13 11,604 Jun-30-2017, 12:58 AM
    Thread: Multi windows in tkinter buttons not responding correctly
Post: RE: Multi windows in tkinter buttons not respondin...

This should be the correct indentation toggleButton1["text"] = ("Fireplace On") NameError: name 'toggleButton1' is not defined import logging import datetime import tkinter from queue import Que...
curtjohn86 GUI 13 11,604 Jun-28-2017, 10:39 PM
    Thread: Multi windows in tkinter buttons not responding correctly
Post: RE: Multi windows in tkinter buttons not respondin...

Sorry, for some reason when I copied and pasted I lost all indentations. I will try to edit it.
curtjohn86 GUI 13 11,604 Jun-28-2017, 05:43 PM
    Thread: Multi windows in tkinter buttons not responding correctly
Post: Multi windows in tkinter buttons not responding co...

My apologies I am new to forums and new to coding, I am sure I'm doing everything completely backwards. I am trying to use my RPI 3b for home automation. I am using Python 3 and tkinter as a GUI. I...
curtjohn86 GUI 13 11,604 Jun-28-2017, 01:36 PM

User Panel Messages

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