I'm facing another problem :)
Chanders, is it possible to change something about the applet button, from inside the MainWindow instance?
If I understand the code correctly, mainwin (class MainWindow) is a child of MenuWin?
Can I access variables from MenuWin inside the code of MainWindow (which is declared as mainwin in the MenuWin code block, I think?)
I should go buy myself a book of Python very soon ;) It's interesting stuff. I'm just chewing on old programming experience right now. Python is different in alot of ways. So, sorry for the dull questions ;) and Thanks
edit: I found the problem :)