Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Implementing tk.after
Post: RE: Implementing tk.after

Hi WindSpar, Sorry for the late reply, I forgot to include that I had an error with the following input you gave me earlier on. With the new input, it produces a new error: callit.__name__ = func.__...
zukochew GUI 5 3,602 Aug-10-2018, 03:40 AM
    Thread: Implementing tk.after
Post: RE: Implementing tk.after

Hi Windspar, After following your advice, I had an error "TypeError: dispense() missing 1 required positional argument: 't'" Here's my newly implemented code : def dispense(self,solution,t): if s...
zukochew GUI 5 3,602 Aug-02-2018, 04:04 PM
    Thread: Implementing tk.after
Post: Implementing tk.after

Hello all, I have difficulty implement tk.after command into my code. I heard tk.after does not freeze the program, so I intend to use it. Here is my code import tkinter as tk import time runnin...
zukochew GUI 5 3,602 Aug-02-2018, 09:33 AM
    Thread: Bringing function out of class into main loop
Post: Bringing function out of class into main loop

Hello all, Does anybody know how to bring function out of a class into main loop? For my code, I was not able to call the function lol1 into the external main loop(dispense) for dispensing solution. ...
zukochew GUI 1 2,680 Jul-30-2018, 06:22 PM
    Thread: Tkinter bringing variables from 1 frame to another
Post: RE: Tkinter bringing variables from 1 frame to ano...

Hi Axel, thanks for helping me out. However, the name does not seem to print out. Can you kindly help me re-clarify my mistakes? Thank you!
zukochew GUI 6 12,532 Jul-28-2018, 10:30 AM
    Thread: Tkinter bringing variables from 1 frame to another
Post: Tkinter bringing variables from 1 frame to another

Hello all, How do you bring a variable from 1 class frame to another? I wish to bring the variables "name 1","name 2" and "name 3" from Class StartPage to Class Manual Page Some advice would be genera...
zukochew GUI 6 12,532 Jul-27-2018, 11:27 AM
    Thread: Unable to implement loop count
Post: RE: Unable to implement loop count

Hello Larz60+, Thanks for replying to my request. However, my desired outcome is Name of Solution 1: 'quit' to stop: Jeff Name of Solution 2: 'quit' to stop: Mary Name of Solution 3: 'quit' to stop:...
zukochew Homework 3 2,644 Jul-25-2018, 05:44 PM
    Thread: Unable to implement loop count
Post: Unable to implement loop count

Hello all, I have difficulty trying to count and print number of loops and implement it as solution number. The codes are below. Any help would be appreciated! def solutionnames(): numofsol= inp...
zukochew Homework 3 2,644 Jul-25-2018, 05:17 PM
    Thread: moving variables to and fro functions
Post: RE: moving variables to and fro functions

Hello Buran, Thanks for your help! Regards, Zuko
zukochew Homework 4 2,874 Jul-25-2018, 05:11 AM
    Thread: moving variables to and fro functions
Post: RE: moving variables to and fro functions

Hello Buran, Thanks for your help. Sorry to interrupt you as I have another question in mind. What does the asterisk do in dispense(*user_input()) Regards, Zuko
zukochew Homework 4 2,874 Jul-24-2018, 09:15 AM
    Thread: moving variables to and fro functions
Post: moving variables to and fro functions

Hello all, I am a beginner to python. I am unable to transfer the value of variables() to dispense. I was instructed to put value into the bracket function of dispense() . My codes are below. Any h...
zukochew Homework 4 2,874 Jul-24-2018, 07:05 AM

User Panel Messages

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