int32editbox: Maximum dosn't work

Editors for WPF Forum

Posted 14 years ago by Bernhard Wahl
Version: 9.2.0513
Platform: .NET 3.5
Environment: Windows Vista (32-bit)
Avatar
<Editors:Int32EditBox x:Name="AmountTextBox"
Minimum="0"
Maximum="355"
IsNullAllowed="true"
IsNullContentVisible="False"
PromptIndicatorVisibility="Never">
</Editors:Int32EditBox>

i set the maximum to 355, but i can fill in larger values than 355 (like 999, 12345, 77777). I think this shouldn't work. Please help.

Comments (3)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Bernhard,

There was an issue in versions before 2009.2 build 0513 where you could type in values larger than the Maximum (but the Value would not actually be set to exceed the Maximum). Please verify that you are correctly referencing 2009.2 build 0513, since this issue was corrected in that version.


Actipro Software Support

Posted 14 years ago by Bernhard Wahl
Avatar
I downloaded the new version (2009.2 build 0513).
The bug isn't fixed!
Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Bernhard,

I just tested this again with the latest build and your code from above, and it appears to be working. Can you please put together a small sample project that reproduces the issue and email it over to our support address?

Keep in mind that even if you installed build 513, Visual Studio may retain the previous versions the obj/bin folders of your project.


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.