Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: User defined method as variable or argument
Post: RE: User defined method as variable or argument

Thank you very much! I understand much better, now.
AeranicusCascadia General Coding Help 5 4,270 Dec-13-2017, 04:47 PM
    Thread: User defined method as variable or argument
Post: RE: User defined method as variable or argument

Thank you. I am working with what you've shown me and trying to find a solution. Here is a cleaner example with actual code that replicates the error I am having: # The class class MyClass: # const...
AeranicusCascadia General Coding Help 5 4,270 Dec-13-2017, 12:54 AM
    Thread: User defined method as variable or argument
Post: RE: User defined method as variable or argument

Maybe I can express it more concisely: I don't want to hard code which method (imported from another user made module) is called in my function. I want to be able to pass the object and method as arg...
AeranicusCascadia General Coding Help 5 4,270 Dec-12-2017, 10:21 PM
    Thread: User defined method as variable or argument
Post: User defined method as variable or argument

I'll try to communicate this as clearly as possible. I am still fairly new. Thanks in advance! Here is my issue, in a nutshell: I have created a custom class with methods and instantiated it success...
AeranicusCascadia General Coding Help 5 4,270 Dec-12-2017, 07:46 PM
    Thread: Class with text widget method
Post: RE: Class with text widget method

Thank you, that is very helpful. I'll have to do some research into class inheritance tonight after work. I have a lot to learn.
AeranicusCascadia GUI 3 7,789 Nov-14-2017, 11:33 PM
    Thread: Class with text widget method
Post: Class with text widget method

I am quite new to Python and programming in general and just starting to work with Tkinter, so your patience and help is really appreciated. I am trying to create a very simple Class that can display...
AeranicusCascadia GUI 3 7,789 Nov-14-2017, 09:09 PM

User Panel Messages

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