Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can I sum up the values of two functions?
Post: RE: How can I sum up the values of two functions?

Jap, it works! thanks!!
Jionni General Coding Help 2 1,757 Mar-06-2020, 07:42 PM
    Thread: How can I sum up the values of two functions?
Post: How can I sum up the values of two functions?

Hi, I have two classes. In class B I want to change the values of the variables in class A, which are defined in functions: some and anyt, with the help of the functions in class B: frog and lion. Fo...
Jionni General Coding Help 2 1,757 Mar-05-2020, 03:23 PM
    Thread: Trouble to sum up the values of two functions
Post: RE: Trouble to sum up the values of two functions

Ok, I solved the problem!!
Jionni GUI 1 1,471 Mar-04-2020, 09:03 PM
    Thread: Trouble to sum up the values of two functions
Post: Trouble to sum up the values of two functions

With the help of the function sumAbsorptionArea, in Line 301, I want to sum up the two functions: getBottomChoice and getWallChoice. And after that, I just want to print out the value of the variable ...
Jionni GUI 1 1,471 Mar-03-2020, 08:03 PM
    Thread: How can I pass a variable to another class, especially in this situation?
Post: RE: How can I pass a variable to another class, es...

You are right, this is exactly what I want to do!! thank you very much...
Jionni GUI 4 8,093 Mar-02-2020, 10:20 AM
    Thread: How can I pass a variable to another class, especially in this situation?
Post: How can I pass a variable to another class, especi...

Hi, I want to pass the result of the function calculate in line 115 to another class, in this case , PageTwo -> function: pasvariable in line 161, but I do wrong something... import tkinter as tk...
Jionni GUI 4 8,093 Mar-01-2020, 07:40 PM
    Thread: Second Window can't open due to iExit function
Post: RE: Second Window can't open due to iExit function

Ah ok, I got it, thanks!!
Jionni GUI 4 2,565 Feb-29-2020, 06:06 PM
    Thread: Second Window can't open due to iExit function
Post: RE: Second Window can't open due to iExit function

Ok sorry, do you mean this: Error:runfile('E:/Python/Akustik/Akustik/Test.py', wdir='E:/Python/Akustik/Akustik') Traceback (most recent call last): File "E:\Anaconda\Anacon\lib\site-packages\IPyth...
Jionni GUI 4 2,565 Feb-28-2020, 07:13 PM
    Thread: Second Window can't open due to iExit function
Post: Second Window can't open due to iExit function

Hi, as soon as I log in and press the Registration-button, the second Window can't open because of the iExit-button. The Error is: File "E:/Python/Akustik/Akustik/Pharmacy Login System.py", line...
Jionni GUI 4 2,565 Feb-28-2020, 05:17 PM
    Thread: Anytime I press the button, the result is depicted
Post: RE: Anytime I press the button, the result is depi...

Yep, it works! Thanks!!
Jionni GUI 2 2,241 Feb-24-2020, 10:08 AM
    Thread: Anytime I press the button, the result is depicted
Post: Anytime I press the button, the result is depicted

Hi, how can I interrupt the displaying of the result, as soon as I press the button? The question relates to the first page, as soon as you press the Welcome-button. Then you have to input the lenght,...
Jionni GUI 2 2,241 Feb-23-2020, 10:31 PM
    Thread: ZeroDivisionError: float division by zero
Post: RE: ZeroDivisionError: float division by zero

Ok thanks!! Now I'll try your examples in the next days and I let you know whether it works or not :)
Jionni GUI 8 4,651 Feb-19-2020, 09:11 PM
    Thread: ZeroDivisionError: float division by zero
Post: RE: ZeroDivisionError: float division by zero

Ok, I'll wait for your solution. In the meantime, I'try to find a way to solve the problem, but I think this is waste of time. hahaha... This is the latest version of the code,including your improvem...
Jionni GUI 8 4,651 Feb-19-2020, 02:50 PM
    Thread: ZeroDivisionError: float division by zero
Post: RE: ZeroDivisionError: float division by zero

Hey, thanks for quick respond! Unfortunately it doesn't work yet, the messagebox still doesn't appear yet... I've got now that b is already existed,so thanks for the advice!! But your solution, to r...
Jionni GUI 8 4,651 Feb-19-2020, 12:08 PM
    Thread: ZeroDivisionError: float division by zero
Post: RE: ZeroDivisionError: float division by zero

Ok thanks, and how can I show up the messagebox in function calculate? The popup-window doesn't appear...
Jionni GUI 8 4,651 Feb-19-2020, 10:53 AM
    Thread: ZeroDivisionError: float division by zero
Post: ZeroDivisionError: float division by zero

Hi, in line 132, I always get a ZeroDivisionError. Does anybody have a hint to solve the issue?? Actually, I want to show a popup-window, if the user doesn't select an item of the listbox, as soon as ...
Jionni GUI 8 4,651 Feb-19-2020, 12:04 AM
    Thread: How to get the selected item from Listbox and convert it to int?
Post: RE: How to get the selected item from Listbox and ...

Wow... now I got it, I think!!hahaha The thing is I've written a code for calculating the reverberation time in a room. So, the code was not the problem. I've never thought, that the gui takes so man...
Jionni GUI 8 5,172 Feb-17-2020, 11:07 AM
    Thread: How to get the selected item from Listbox and convert it to int?
Post: RE: How to get the selected item from Listbox and ...

Hey wuf, this help me a lot, you are amazing... But there is something I don't get yet. How can I use the variable b for further coding? Ok, I can print out the result by pressig the ENTER-button, ...
Jionni GUI 8 5,172 Feb-16-2020, 09:05 PM
    Thread: How to get the selected item from Listbox and convert it to int?
Post: RE: How to get the selected item from Listbox and ...

Hi wuf!! Ok, first of all, thanks for answering! Now, using your code, the global variable b doesn´t show up in my console. Only if I say: print(b) und put it below: b = a + 2, then b displays. But ...
Jionni GUI 8 5,172 Feb-16-2020, 12:25 PM
    Thread: How to get the selected item from Listbox and convert it to int?
Post: How to get the selected item from Listbox and conv...

Hi, how can I convert the selected item from Listbox and convert into integer for using in my code? Here is the code: from tkinter import* root=Tk() sizex = 600 sizey = 400 posx = 40 posy = 20 ...
Jionni GUI 8 5,172 Feb-15-2020, 10:59 PM

User Panel Messages

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