C1 Community
ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

C1InputPanel.InputNumericBox

rated by 0 users
This post has 1 Reply | 1 Follower

Top 500 Contributor
Posts 23
x-invest Posted: Wed, Jun 3 2009 6:31 AM
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!
Top 500 Contributor
Posts 23
solved by # characters in format string. sorry for this post!
Page 1 of 1 (2 items) | RSS
Contact ComponentOne: 1.800.858.2739 ©1987-2010 ComponentOne LLC All Rights Reserved.