16 Commits (b3b7d9d452bb20269ec2043979ddca2fb148a06b)

Author SHA1 Message Date
brianlagunas_cp efb4e47187 Calculator: fixed bug where key would appearstuck when typing the values rapidly with the keyboard. 15 years ago
brianlagunas_cp 1de41a011a added Calculator samples to sample application 15 years ago
brianlagunas_cp 2e5e1afd1f Calculator: % now works like Windows Calc.exe 15 years ago
brianlagunas_cp 9d90261826 UpDown editors: due to a bug in Visual Studio, you cannot create event handlers for events that have generic or nullable event args in XAML. So I changed the event args to object to support the design experience, but this now forces you to cast the result of the new value to the appropriate data type. 15 years ago
brianlagunas_cp 504f833b7e Calculator: localize value 15 years ago
brianlagunas_cp e6f4e6a4bf Calculator: added ValueChanged event and now "ERROR" is displayed for any invalid math operation such as division by zero. 15 years ago
brianlagunas_cp b7b88c6903 removed NumericUpDown control. 15 years ago
brianlagunas_cp 55c9ce7f55 small misc fixed and changes. 15 years ago
brianlagunas_cp a94adadbaf Calculator: added Precision proeprty to user can specify to what precision to round results to. 15 years ago
brianlagunas_cp 4d05deed02 Calculator: fixed small layout issue. 15 years ago
brianlagunas_cp 3daa705731 Calculator: should be workable now and is ready for some user testing. 15 years ago
brianlagunas_cp a78bf7baae Calculator: implemented memory functions 15 years ago
brianlagunas_cp 87f7305430 Calculator: got the rest of math functions working. Now I am moving on to the Memory functions. 15 years ago
brianlagunas_cp 67b8175d62 Calculator: got basic math working. 15 years ago
brianlagunas_cp 7d6b612fff Working on Calculator 15 years ago
brianlagunas_cp 3a3f64f6d2 initial check-in of Calculator control. 15 years ago