Problem with Classes in Python..

Posted by Gui on Stack Overflow See other posts from Stack Overflow or by Gui
Published on 2010-04-10T17:23:16Z Indexed on 2010/04/10 17:33 UTC
Read the original article Hit count: 266

Filed under:
|
|
|

Ok guys, I'm really new at python (and programming itself) so sorry for my ignorance, but I really needed to ask this. So im doing a wxPython project where I added several tabs for a notebook (each tab of the notebook = a class) and there is one tab where I added a checkbox (in a tab, lets call it for example Tab1), and what I want is that when someone checks it, a button that exists in other tab (class called for example tab2) gets hidden where previously it was being shown.

Well I see that it isn't hard to accomplish this, but my problem is the classes (tab1 and tab2, in this example). I've been trying to figure it out by searching but I guess im not searching hard enough because I just can't get it right. If they were in the same class I wouldn't have a problem, but as they are in different classes, im having a huge struggle with this.

Hope someone can help me, and sorry for my ignorance once again.

© Stack Overflow or respective owner

Related posts about python

Related posts about classes