Search:

Type: Posts; User: rfairhur

Search: Search took 0.04 seconds.

  1. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    The tool is being released as is, and while I will fix obvious bugs, I do not intend to make major enhancements, since it meets my needs and I have for the most part moved on to other things.

    I...
  2. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    Just a couple of other notes about my DateTimePicker. It uses a Minimum and Maximum value to define a date range. Like the Number Box, it has 3 response options that can apply separately defined...
  3. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    I am attaching my version of the number box originally posted here. I have modified my version to take care of some glitches I encountered and expand or alter some of its functionality.

    The...
  4. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    I have made the OnTextChanged event not perform rounding based on the Display precision. This way the full number typed or passed to the NumberBox is preserved, but can still display only the number...
  5. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    Just one other thought. You can make the text box itself into a calculator using a text parser and equation evaluator like this one located on the codeproject website.. I think that by suspending...
  6. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    Duplicate post deleted
  7. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    I think the NumberBox prevents me from using the decimal separator for the ? (Latin, ?) groups. The separator is "," but that character gets stripped out when I try to type it or paste it. So the...
  8. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    I agree with you that I need to follow the best known conventions for range values. The NumericUpDown component seems to be closest to this component, since it also handles numeric values. I have...
  9. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    I forgot about another key bug in your component when I wrote my first post. Whenever you use an OrElse set of tests that parse the input text to a number, you have to send separate instances of the...
  10. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    When I find something I like I always try pushing a concept to its absolute limits to determine how far an approach can take me. The Percent behavior gives me the idea that this component could act...
  11. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    I meant Mean, not Median. Also, probably a DisregardConflicts option needs to be implement for existing NumberBox values that conflict with a newly set range limit unless the user touches the value...
  12. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    Final thought. I absolutely need to handle MinimumUserValue and MaximumUserValue range validation and these ranges need to be from any value to any greater value. So the properties for...
  13. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    It also looks like the forum parser stripped out the parentheses for the two values in the NegativeCurrencyPattern list that do not contain a negative sign. In the post they look like "$ n" and "n...
  14. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    I am new to this forum and my sign in cause a little glitch. I forgot to mention that the code using Percent symbols is easily adapted to handle the Per Mille symbol. You just have to check for the...
  15. Replies
    60
    Views
    77,504

    Re: Numeric Text Box

    Thank you for this code. It obviously took a lot of work and has a lots of coding techniques I will be applying in the future. I did find some remaining bugs, however, which I have corrected and...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width