Skip to content
Snippets Groups Projects
  1. Apr 13, 2013
  2. Apr 12, 2013
  3. Apr 10, 2013
  4. Apr 09, 2013
  5. Mar 31, 2013
    • Bob Knothe's avatar
      updates multiple functions and methods · 0092f472
      Bob Knothe authored
      Modified the "checkValue" function - eliminated redundant code
      Modified the "update" method include calling the "getHolder" function
      which updates the regular expressions
      Modified the "getHolder" function so the regular expressions are updated
      Modified the "set" method to convert value from number to string
  6. Mar 17, 2013
  7. Mar 12, 2013
  8. Mar 08, 2013
  9. Mar 07, 2013
  10. Mar 06, 2013
    • Bob Knothe's avatar
      Fixed init method · a7d02571
      Bob Knothe authored
      Fixed the "init" when there is a default and value aForm=true and the
      aSep and aDec are not the defaults
    • Bob Knothe's avatar
      updates to the init, set, get and getString methods · 6c2080be
      Bob Knothe authored
      Fixed the "getSting" method - it use to returned an error when no values
      were entered
      Modified the "init" method to better handle default and pre-existing
      values
      Modified the "set" method - removed the routine that checked for values
      less than .000001 and greater than -1 and placed it in a separate
      function named checkValue()
      Modified the "get" method:
      Added a call to the checkValue() function - this corrects returned
      values. Example - when the input value was "12." the returned value was
      "12." - it now returns "12"
      When no numeric character is present the returned value is an empty
      string "".
  11. Feb 27, 2013
  12. Feb 17, 2013
  13. Feb 16, 2013
  14. Feb 12, 2013
  15. Feb 10, 2013
  16. Feb 09, 2013
Loading