Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: try function working on PC but not raspberry pi
Post: try function working on PC but not raspberry pi

Hello all, I have a function which checks if an entry is a number or not. The code works fine on my pc which is running python 3.7.9 (bottom right had corner of Thonny). However, on my raspberry pi th...
AnotherSam General Coding Help 1 1,499 Oct-11-2021, 03:56 AM
    Thread: Creating a function interrupt button tkinter
Post: RE: Creating a function interrupt button tkinter

Hello, Thanks so much for your time and help. I had a follow up if you don't mind. from tkinter import Button, Tk class Sweep: def __init__(self, root, value_List, delay=1000): self.ro...
AnotherSam GUI 2 5,418 Oct-07-2021, 02:56 PM
    Thread: Creating a function interrupt button tkinter
Post: Creating a function interrupt button tkinter

from tkinter import * def start(num): global sweepCancel print(num) if num < 10: num = num +1 sweepCancel=win.after(1000,start,num) def stop(): win.after_cancel(s...
AnotherSam GUI 2 5,418 Oct-07-2021, 05:02 AM
    Thread: Have tkinter button toggle on and off a continuously running function
Post: RE: Have tkinter button toggle on and off a contin...

(Oct-01-2021, 03:38 AM)deanhystad Wrote: Tkinter buttons don't toggle. How about a checkbox?Yes, that's the main issue here. I usually pass a variable to keep track of the button state, but not so ...
AnotherSam GUI 5 4,920 Oct-01-2021, 06:10 AM
    Thread: Have tkinter button toggle on and off a continuously running function
Post: Have tkinter button toggle on and off a continuous...

Hello all, I am trying to write a function for a tkinter button that when toggled begins running a continuously looping function until the same button is toggled again. The code below is where i star...
AnotherSam GUI 5 4,920 Oct-01-2021, 02:55 AM
    Thread: Trouble changing Font within tkinter frame title
Post: Trouble changing Font within tkinter frame title

[attachment=1289] Hello all, I am trying to change the font of within the tkinter's frame title. I've come across a few methods on the internet but none of the methods work as expected. The most commo...
AnotherSam GUI 1 4,009 Sep-30-2021, 03:21 AM

User Panel Messages

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