On Sat, 28 Mar 2009 13:55:39 -, alex wrote:
Rhodri
thank you very much for your answer.
I had read about setattr but the useage was not completely clear to
me. Now I will study it again.
I inserted it in "def createInput1"
def createInput1(self, label, pth_btn_label, txtctrl_path):
Rhodri
thank you very much for your answer.
I had read about setattr but the useage was not completely clear to
me. Now I will study it again.
I inserted it in "def createInput1"
def createInput1(self, label, pth_btn_label, txtctrl_path):
self.stattxt = wx.StaticText(self, -1, label)
On Sat, 28 Mar 2009 00:51:04 -, Rhodri James
wrote:
On Fri, 27 Mar 2009 21:51:19 -, alex wrote:
Hi all
I am working on a Dialog window for a gui in wxPython and started
refactoring it, below code is a simplified version of it.
"def createInput1" should create a static text, a butto
On Fri, 27 Mar 2009 21:51:19 -, alex wrote:
Hi all
I am working on a Dialog window for a gui in wxPython and started
refactoring it, below code is a simplified version of it.
"def createInput1" should create a static text, a button and a
textcontrol using the information in "def box1Labels"
Hi all
I am working on a Dialog window for a gui in wxPython and started
refactoring it, below code is a simplified version of it.
"def createInput1" should create a static text, a button and a
textcontrol using the information in "def box1Labels".
"def makeStaticBox1" then arranges all widgets in