Discussion:
wxFloatProperty and scientific format
Carsten A. Arnholm
2014-09-14 14:25:57 UTC
Permalink
Hi,

I have been using wxPropertyGrid and wxFloatProperty in a wx3.0.1 GUI
application under Win7, MSVC10 compiler.

Some of the values to be entered are large, e.g. 3.25E8

However, wxFloatProperty refuses to accept the value as written above, a
"ding" is heard when you type the exponent "E". I discovered by accident
after struggling with it for several days that the alternative format
3.25e8 is accepted. So clearly it is just the uppercase 'E' that causes
problems.

This looks like a bug to me. Or is there some hidden option somewhere
preventing the classical way of writing the scientifically formatted
number? In that case I would want to switch it off.

Kind regards
Carsten Arnholm
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...