Hello,
I am having a great amount of difficulty understanding events for wxPython and have read many tutorials and other things so I was wondering if you could try to help me understand. First of all I am using Boa-Constructor so practially all of my code so far is autogenerated. What i want to do is choose from one of two option using a wx.Choice that i set up in BOA and i want for each of those two options a different function to be performed when i click on a standard button. The problem is that I dont understnad the event handling neccessary to retrieve the value in the wx.Choice and then execute code on the button click. Any help is appreciated.
AussieCannon