I was wondering if it is possible (I’m sure it is) to get a reference to a control based on the name of the control.
Something like control = findcontrol("btnProduct"+buttonNumber)
You probably catch my drift… (and yes, I am a newby in wxPython)
Regards,
Dennis
In the end I ended up with this:
Thanks Mark for steering me in the right direction!