Hi Robin et al.,
attached is a new version, now plugging the controls on a panel:
SpinCombo composite control
- interface is somewhat similar to EditableListBox (Get/SetStrings())
- provides callback hooks for sorting/input checking (nice with boa)
- customisable sort/list order via subclassing
Based on SpinCombo, there's a numeric NSpinCombo and an auto completion
class ACSpinCombo available.
The downside is: dynamic resizing doesn't work anymore
The matter is: how do I get the size events going?
Let me know, what do you think about it?
Cheers,
Hans-Peter
spincombo.py (10.6 KB)
wxFrame2.py (6.22 KB)