View Single Post
  #1 (permalink)  
Old 02-23-2011, 05:34 PM
lnando84's Avatar
lnando84
I BLEED GREEN!!
Offline
 
Join Date: Apr 2009
Posts: 1,091
Reputation: 9825
lnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the communitylnando84 is a trusted member of the community
Mentioned: 18 Post(s)
Tagged: 0 Thread(s)
Send a message via Skype™ to lnando84
[App]Calc HD [Update 2/23/2011]

Here's CalcHd, a calculator app made by my friend "Kation" over @ XDA. Its actually pretty impressive the calculations this thing can handle!! Check it out below..

More Info can be found on the Application Thread HERE


CalcHD




Update to 1.0.4071.34790 23th February 2011

Requirements:
- .Net Compact Framework 3.5
- Windows Mobile 6 or newer


Features:

- You can input a formula such as "√(5)×√(5)×5×(√(25)-1)", then calc will give you the result "=100".
- You can use function like "Sin、ArcCos、Ln".
- You also can use senior function like "Abs、Ceil、Floor、Round".
- More intelligent that you can not input a wrong formula like "5××5", "1.2.3"
- Humanized that when you input "5×" and then you press "÷", the formula will be "5÷".
- You can PASTE the result to FORMULA
- You can customize Sliding Sensitive by SlideDelay value in CalcConfig.xml
- You can customize Sliding Allowed Pixels by SlidePixels value in CalcConfig.xml
- You can OPEN Special % MODE in CalcConfig. Then the math rule will change. For example, 50-40%=30, 30+150%=75 etc. Default is CLOSE, change SpecialPercent value to 1 to open it.
- You can change the color for calc through "CalcConfig.xml"
.

Here is the content of "CalcConfig.xml":

Code:
<?xml version="1.0" encoding="utf-8" ?>
<CalcHD>
  <DefaultUp>1</DefaultUp>
  <AutoSlide>1</AutoSlide>
  <MaxDecimal>4</MaxDecimal>
  <SlidePixels>64</SlidePixels>
  <SlideDelay>16</SlideDelay>
  <SpecialPercent>0</SpecialPercent>
  <FontName>Tahoma</FontName>
  <BackColor>0 0 0</BackColor>
  <FontColor>255 255 255</FontColor>
  <NumButton>32 32 32</NumButton>
  <FuncButton>80 80 80</FuncButton>
  <EquButton>255 165 0</EquButton>
  <ButtonDown>0 0 0</ButtonDown>
</CalcHD>
- You can change the value to change the color.

Update logo:
2/23/2011:
- Fix a problem about CPU computing error
- Fix a problem if DefaultUp set to 0
2/22/2011:
- New feature that you can set a default screen is up or down
- New feature that if you press a button in not default screen, it will slide to default
2/21/2011:
- New feature that CalcHD can run on a not WVGA screen device
- Fix a problem about input operation
2/20/2011:
- New feature that you can customize button color when you press it
- Fix a problem about input operation
- Fix a problem about button touch slide
2/18/2011:
- New feature that you can change font in CalcConfig.xml
- Fix a problem that calculator doesn`t round the value
- Fix a problem about "%" button
- Fix a problem about negative value
2/17/2011:
- New feature that if there is no CalcConfig.xml, CalcHD will create one automatic
- New feature that you can input negative value like "-5" etc.
- Fix a problem about close bracket
- Fix a problem about max decimal get wrong if decimal seperator is not "."
2/16/2011:
- New feature that you can customize Sliding Sensitive in CalcConfig.xml
- New feature that you can PASTE result to FORMULA
- New feature that you can clear RESULT ONLY by ContextMenu
- New feature that you can OPEN Special % MODE in CalcConfig.xml
- Fix a problem that allow input number after a close bracket
- Fix a problem about math rule
2/15/2011:
- Fix a problem that different areas using different decimal seperator
- Fix a problem about PI
- New feature that you can customize Sliding Allowed Pixels in CalcConfig.xml
2/12/2011:
- New feature that calculator are more intelligent and humanized
- Fix a problem about Character set of "%"

How can I run on a not WVGA device?
How can I change the location of button?
Please see this.
Attached Images
File Type: jpg CalcHD1.jpg (18.5 KB, 15 views) Click for barcode!
File Type: jpg CalcHD3.jpg (26.8 KB, 13 views) Click for barcode!
Attached Files
File Type: rar CalcHD.rar (19.3 KB, 4 views) Click for barcode!
File Type: cab CalcHD_Setup.CAB (22.6 KB, 18 views) Click for barcode!
__________________
Click if I've helped you!!

Donations accepted not expected!



Last edited by lnando84; 02-23-2011 at 05:45 PM.
Reply With Quote
This post has been thanked 5 times.