IonicWind Software

Aurora Compiler => GUI => Topic started by: ExMember001 on July 20, 2006, 05:07:05 PM

Title: Edit Control
Post by: ExMember001 on July 20, 2006, 05:07:05 PM
I have set an edit control to on receive only number in.
but it seems i can't enter a . (dot) to use decimal
is there a workaround to use this ?
Title: Re: Edit Control
Post by: Ionic Wind Support Team on July 20, 2006, 06:13:19 PM
Numeric edit controls are numbers only.  It's a Windows feature.

If you want to create an edit control that handles decimal you'll need to create your own by deriving from the class, overriding WndProc and trapping WM_CHAR.

Title: Re: Edit Control
Post by: ExMember001 on July 20, 2006, 06:26:26 PM
Ok ;)
Thanx Paul.