C1 Community
ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
Sign in
|
Join
|
Help
Home
Blogs
Forums
Wikis
Forums
»
WinForms
»
Input for WinForms
»
C1InputPanel.InputNumericBox
C1InputPanel.InputNumericBox
rated by 0 users
This post has 1 Reply | 1 Follower
Posts
23
Reply
x-invest
Posted: Wed, Jun 3 2009 6:31 AM
rated by 0 users
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!
Posts
23
Reply
x-invest
replied on
Wed, Jun 3 2009 7:45 AM
rated by 0 users
solved by # characters in format string. sorry for this post!
Previous
|
Next
Page 1 of 1 (2 items) |
RSS
Contact ComponentOne: 1.800.858.2739 ©1987-2010 ComponentOne LLC All Rights Reserved.