ModernCalc (UPDATED)

berty6294

New member
Oct 5, 2012
3,336
1
0
>>>>> UPDATED <<<<<<

Hey guys! Thanks again for your input, an updated ModernCalc has now hit the store. I think this release should cover everything mentioned!


  • Custom color schemes
  • Programmable buttons
  • No more scrolling, I've moved to ad from the center to create more room
  • Made use of the AppBar
  • Keyboard support

http://apps.microsof...56-388a8a9b60c6


Let me know if I can do anything else for the app! What do I need to do to make ModernCal your go to calculator?
 
Last edited:
Re: ModernCalc - Windows Store App - Need feedback please!

One feature I keep missing in most calculator apps is working with fractions. I had an old Radio Shack scientific actuator that had it and it was wonderful. The button was "a b/c", so you could enter 1 "a b/c" 4 "a b/c" 5 "a b/c" would be 1 4/5 or just 4 "a b/c" 5 would mean 4/5 then you could do whatever operation you wanted. You could even hit the button on a decimal number and it would convert back to fraction or vise verse.

So 4 "a b/c" 5 then equal, then "a b/c" again would result in .8. Hit "a b/c" again and it would display 4/5.

Enter 8 "a b/c" 5, equal, would show 1 3/5, hit "a b/c" again and it would show 1.6

I would love to see that in a calculator for Windows and Windows Phone.
 
Re: ModernCalc - Windows Store App - Need feedback please!

One feature I keep missing in most calculator apps is working with fractions. I had an old Radio Shack scientific actuator that had it and it was wonderful. The button was "a b/c", so you could enter 1 "a b/c" 4 "a b/c" 5 "a b/c" would be 1 4/5 or just 4 "a b/c" 5 would mean 4/5 then you could do whatever operation you wanted. You could even hit the button on a decimal number and it would convert back to fraction or vise verse.

So 4 "a b/c" 5 then equal, then "a b/c" again would result in .8. Hit "a b/c" again and it would display 4/5.

Enter 8 "a b/c" 5, equal, would show 1 3/5, hit "a b/c" again and it would show 1.6

I would love to see that in a calculator for Windows and Windows Phone.

That's something I can do! Thank you so much for your input! Visually is there anything you think I should change or add?
 
Re: ModernCalc - Windows Store App - Need feedback please!

Visually... You're working a tough environment (modern - full screen). Have you had the pleasure of reading the Windows 8 UX Guidelines for Windows Store apps?

I find a lot of programmers haven't even read the older Windows User Experience Interaction Guidelines for Windows 7 (Desktop programs). I did many moons ago when it was for XP, that was a thick tombe, when I was helping a programmer understand why their program... how should I say it... was bollocks.
 
Re: ModernCalc - Windows Store App - Need feedback please!

The tile image is rough. I'd try to clean it up if possible.
 
Re: ModernCalc - Windows Store App - Need feedback please!

Visually... You're working a tough environment (modern - full screen). Have you had the pleasure of reading the Windows 8 UX Guidelines for Windows Store apps?

I find a lot of programmers haven't even read the older Windows User Experience Interaction Guidelines for Windows 7 (Desktop programs). I did many moons ago when it was for XP, that was a thick tombe, when I was helping a programmer understand why their program... how should I say it... was bollocks.

I just read the first 20 pages, incredible read! Extremely useful! Thank you for sharing that, I'm going to spend my night tonight reading all 314 pages!
 
Re: ModernCalc - Windows Store App - Need feedback please!

The tile image is rough. I'd try to clean it up if possible.

I did notice that, thank you! I'm going to clean it up for my next release. Also I've decided to make the four buttons underneath the main calculator custom so the user will be able to set those buttons to whichever they prefer. Also bringing the ability for the user to change color themes!
 
Re: ModernCalc - Windows Store App - Need feedback please!

Quick feedback after using it for five minutes. I have this installed on my PC running Win8 Pro. It doesn't work with the numeric keypad. Also the main numbers keys don't work. It is completely mouse based which makes it usability a little hindered. Also, if possible you can add the use of the "esc" key to clear the results being shown. Will get back with more detailed feedback after I have used it more.
 
Updated!

@Vikram, I just saw your comment. I will definitely fix that for next release!
 
Color scheme: It should default to the OS color scheme on start, but retain the scheme if the user changes it (you might want to consider only listing the OS color schemes, some of those available are a bit "wild").

On second thought, it should only use the OS color scheme.
 
Color scheme: It should default to the OS color scheme on start, but retain the scheme if the user changes it (you might want to consider only listing the OS color schemes, some of those available are a bit "wild").

On second thought, it should only use the OS color scheme.

I like that idea! Thank you!
 
Quick feedback after using it for five minutes. I have this installed on my PC running Win8 Pro. It doesn't work with the numeric keypad. Also the main numbers keys don't work. It is completely mouse based which makes it usability a little hindered. Also, if possible you can add the use of the "esc" key to clear the results being shown. Will get back with more detailed feedback after I have used it more.

Updated! Includes everything you mentioned and more!

Color scheme: It should default to the OS color scheme on start, but retain the scheme if the user changes it (you might want to consider only listing the OS color schemes, some of those available are a bit "wild").

On second thought, it should only use the OS color scheme.

I looked into this, it turns out there is no API available to get the users color scheme. :/