Hi Bart

Thanks a lot for your effort in MaskEdit routines...

Well.. since you are changing the sources... here comes a small behavior :)

On Brazilian's Telefone Mask, we use: "!\(99\) 9999-9999;1;_"

Note that the first char on Mask is a Literal...  In Delphi7, this mask when 
Editing, make the cursor steps the first Literal, and I presume this is 
correct, sice the user never can Edit this position...

On Lazarus... When editing, it stops on first Literal... and the user need to 
change editing position to left to start typing...

Should I write a Bug report on Mantis ?


 []s Daniel

Conheça o Projeto ACBr - Automaçao Comercial Brasil
DJSystem a Loja Patrocinadora do ACBr





________________________________
De: Gerard N/A <[email protected]>
Para: Lazarus mailing list <[email protected]>
Enviadas: Qua, Outubro 7, 2009 8:18:51 AM
Assunto: Re: [Lazarus] More MaskEdit questions

Hi Bart,

With D7 & D2010:
I have to type "1-23-45-6" to get "1-2-3-4-5-6" with this maskedit.
Both MaskEdit1.Text := MaskEdit1.Text and MaskEdi1.Text :=
'1-2-3-4-5-6' give the same result: '"1__-2__-3-4"
>From your previous posts it seems that Delphi's TMaskEdit is pretty buggy.
Would it be too complicated to implement a boolean property switch to
decide whether to act like Delphi or to act the way it should ? ;-)

Regards,

Gerard.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



      
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to