It partly works but I get error printed out on the console.
Traceback (most recent call last):
File "NewProject.py", line 87, in OnEdit
win = MyFrame4(self, -1, "",sim_name=sim_name)
File "NewProject.py", line 1098, in __init__
wx.Frame.__init__(self, *args, **kwds)
File
"/usr/lib/py
[EMAIL PROTECTED] wrote:
> I wrote a small app in wxPython using wxGlade as designer tool. wxGlade
> brings and writes a lot of code by itself and thats where my confusion
> started. Its about parameter passing. Here is my little confusion.
>
> ***CODE BEGINS***
I wrote a small app in wxPython using wxGlade as designer tool. wxGlade
brings and writes a lot of code by itself and thats where my confusion
started. Its about parameter passing. Here is my little confusion.
***CODE BEGINS
class MyFrame1(wx.Frame):