Hello,
I've created a dialog by creating a class in which Instead of calling wx.Dialog.__ini t__ I precreate the dialog and then I create the GUI dialog using the Create method.
When I create the dialog's class from another class, I don't know how to retrieve the dialog input. I have a few text fields and can't reach them.
I don't mind changing what I already did - I just want it to work.
If anyone has an example of how it is done - I will be thrilled.
THANKS!!
Tal.
I've created a dialog by creating a class in which Instead of calling wx.Dialog.__ini t__ I precreate the dialog and then I create the GUI dialog using the Create method.
When I create the dialog's class from another class, I don't know how to retrieve the dialog input. I have a few text fields and can't reach them.
I don't mind changing what I already did - I just want it to work.
If anyone has an example of how it is done - I will be thrilled.
THANKS!!
Tal.