maskednumctrl ???

Hello all

Which properties I must move to show comma in the maskednumctrl ???

example.

from 30.00 to 30,00

thanks !!!

···

Fernando Paiva - Brasil/Brazil
Desenvolvedor - Developer
Python/wxPython
MySQL

If you’re talking about the decimal point, either use the argument decimalChar=‘,’ or call ctl.SetDecimalChar( ‘,’ ).

NOTE: Don’t forget to also set the groupChar from comma to something else (like apostrophe, typically) at the same time, or the control will generate an AttributeError, as these must be distinct, and the groupChar default is comma.

(You can look at the demo for how these are manipulated there…)

/Will Sadkin

author, lib.masked

···

-----Original Message-----
From:
wxpython-users-bounces@lists.wxwidgets.org [mailto:wxpython-users-bounces@lists.wxwidgets.org]** On Behalf Of** Fernando Paiva
Sent: Monday, March 30, 2009 2:10 PM
To: wxpython-users@lists.wxwidgets.org
Subject:
[wxpython-users] maskednumctrl ???

Hello all

Which properties I must move to show comma in the maskednumctrl ???

example.

from 30.00 to 30,00

thanks !!!


 Fernando Paiva - Brasil/Brazil
   Desenvolvedor - Developer
          Python/wxPython
                MySQL