>
>       dMaskedTextBox is an altogether different animal. It is much stricter 
> than validation you write yourself. I find them too restrictive to be of much 
> practical use in most cases; typically, it's faster to write my own data 
> manipulation code.
>
>    
>   

And regarding to dMaskedTextBox, shouldn't be there
     ret = super(dMaskedTextBox, self)._getValue()
code instead of
     ret = self.GetPlainValue()

It could solve Value type change at least for unmasked controls.

-- 
Regards
Jacek Kałucki


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to