Re: [Gambas-user] Difference in SpinBox behavior between gb.gtk gb.qt

2011-01-06 Thread Michael
Vikram, As a workaround you could check the Spinbox.Keydown event and ignore keys if they take the value above 100 Regards Michael On 06/01/11 17:51, vikram wrote: Hi, The SpinBox control when used in an application using the gb.gtk component allows the user to input values that are

[Gambas-user] Difference in SpinBox behavior between gb.gtk gb.qt

2011-01-05 Thread vikram
Hi, The SpinBox control when used in an application using the gb.gtk component allows the user to input values that are larger than it's MaxValue property. Say the MaxValue for a SpinBox is 100, the user can enter 999 and click the button to move to the next form, the SpinBox now automatically