Join
Sign in
ComponentOne Community
Search Options
Search Everything
Search WinForms
Home
WinForms
WPF
ASP.NET
Silverlight
SharePoint
Help Authoring
ActiveX
Windows Mobile
General
Visual Studio Extensions
Legacy
Marketing Blogs
Dev Tools
Evangelists
C1Announcements
More ...
Home
»
WinForms
»
Input for WinForms
»
C1InputPanel.InputNumericBox
Re: C1InputPanel.InputNumericBox
WinForms
ComponentOne's WinForms controls
Get this RSS feed
Home
Blog
Forums
Files
Wikis
Details
1
Reply
1
Subscriber
457
days old
Options
Subscribe via RSS
Send to friend
Input for WinForms
C1InputPanel.InputNumericBox
rated by 0 users
This post has
1 Reply |
1
Follower
Posted by
x-invest
on
6-3-2009 6:31 AM
rated by 0 users
C1InputPanel.InputNumericBox
Hi! I think I found a bug in InputNumericBox. InputNumericBox NumericBox = new InputNumericBox(); InputPanel.Items.Add(NumericBox); NumericBox.Format = "0,0 $"; NumericBox.Maximum = 1000000; NumericBox.Minimum = -1000000; NumericBox.Value = 0; I start to type "123456", but after "12" it stops accepting any number. hint: on my computer (locale is hungarian): ((double)123456).ToString("0,0 $") = "123 456 $" Please help! Thank you very much!
Posted by
x-invest
on
6-3-2009 7:45 AM
rated by 0 users
Re: C1InputPanel.InputNumericBox
solved by # characters in format string. sorry for this post!
Page 1 of 1 (2 items)