I am getting some EVT_TEXT events for numctrl's which I think should not be there.
They are happening when using ctrl.SetCtrlParameters as there are a few SetValue calls in there, if they are changed to ChangeValue then all is fine.
Attached a patch for this.
Any change that this will make it into the next 2.9 release?
BTW, anyone had a look at the sizing issues with numctrl when using useFixedWidthFont=False which I mentioned in the thread "masked numctrl diff between 2.8 and 2.9"? The changes I suggested in there work for me on MSW but it would be nice if there was a way to fix this issue for all platforms.
Werner
numctrlChangeValue.patch (1.52 KB)