Int32EditBox can't count to 10 ?

Editors for WPF Forum

Posted 12 years ago by Roel Binnendijk
Version: 11.2.0551
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
Avatar
When I set the Maximum property of the Int32EditBox to 10, it can only count up to 9.
Setting max to 12 works, setting max to 7 works, but setting max to 10 doesn't!

I installed the evaluation version of WPF studio. I use that with Visual Studio 2010 and .NET 4.0

Here is what I did to verify:
.
  • Create a new WPF application
  • Drag the Int32EditBox from the toolbox onto the MainWindow
  • Set Maximum to 10
  • Run the program
  • .
    It is now IMPOSSIBLE to enter 10 into the edit box.
    .
  • Set Maximum to 11
  • Run the program
  • .
    Entering 10 or 11 now is no problem.
    .
    When the max is set to anything but 10, the Int32EditBox works fine. Set max to 10, and entering 10 becomes impossible.

    Thank you for your time.

    Comments (2)

    Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
    Avatar
    Hi Roel,

    Thank you for reporting this issue. We have fixed this for the next maintenance release that was just posted.


    Actipro Software Support

    Posted 12 years ago by Roel Binnendijk
    Avatar
    Thank you!
    It works now.
    The latest build of this product (v24.1.2) was released 13 days ago, which was after the last post in this thread.

    Add Comment

    Please log in to a validated account to post comments.