webOS Nation Forums >  Homebrew >  webOS homebrew apps > Exch-Calc, currency exchange calculator, v0.5.2 (7/29) [was v0.5.1]
Exch-Calc, currency exchange calculator, v0.5.2 (7/29) [was v0.5.1]

  Reply
 
LinkBack Thread Tools Display Modes
Old 07/19/2009, 09:22 PM   #1 (permalink)
Member
 
Join Date: Jun 2009
Location: The Kingdom (DFW Metroplex)
Posts: 139
Likes Received: 0
Thanks: 3
Thanked 35 Times in 21 Posts
Default Exch-Calc, Now on App Catalog

Exch-Calc is now on the Application Catalog.

This is a currency exchange calculator that will convert currencies between (currently) 46 different currencies. It will perform this calculation for any to any. These calculations are based upon the London Forex rates. The calculations provide not just the 'true' rate, but commonly available reduced rates such as the 3% that most ATM/Credit Cards provide.




Release log:
0.5 - Initial beta release
0.5.1 - Added Russian Ruble, Ukrainian Hryvnia & Philippean Peso's. Updated rates as well.
*** N O T E ***
If you have Palm WebOS update 1.1.0 installed (and you probably have had it forced on you by now) you must use 0.5.2 (or above)
0.5.2 - Rate update. Fixed problem with HTML codes being displayed after Palm 1.1 update. Fixed problem with Results display page button not functioning (another Palm 1.1 update).
0.5.3 - Rate update (8/12/09). Increased accuracy of Phillippian Peso and Ukranian Hyrvina. Released to homebrew page.
0.6.0 - Now rates are uploaded from the internet. Also included: Input field now Pre-styled, sorted currency list, input error of multiple decimal points possible now fixed.
0.6.2 - Swap button added. Help panels expanded. Notification of dynamic update provided. Seems like a couple other fixes, but minor ones.

1.0.0 - Now available in the application catalog with (currently) 149 currencies.


**** N O T E ****
I've just submitted Exch-Calc to the new homebrew page, so please download from there for the latest version.
Attached Files
File Type: ipk com.prezysoftware.exchcalc_0.5_all.ipk (58.1 KB, 293 views) Email Attachment
Download URL:
File Type: ipk com.prezysoftware.exchcalc_0.5.1_all.ipk (72.7 KB, 130 views) Email Attachment
Download URL:
File Type: ipk com.prezysoftware.exchcalc_0.5.2_all.ipk (174.1 KB, 113 views) Email Attachment
Download URL:

Last edited by Ken M; 11/20/2009 at 09:51 PM. Reason: 1.0.0 is now available in Application catalog
Ken M is offline   Reply With Quote
Old 07/19/2009, 09:25 PM   #2 (permalink)
Member
 
Join Date: Jun 2009
Posts: 23
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
Default

nice will check this out
godlikespeed is offline   Reply With Quote
Old 07/19/2009, 09:40 PM   #3 (permalink)
Member
 
Join Date: Jun 2009
Location: Chicago
Posts: 316
Likes Received: 0
Thanks: 32
Thanked 166 Times in 26 Posts
Default

thanks for the app. the number of homebrews on the pre is exploding. sorta.


i do have a question,
how in your code do you get that pop up dialog? I tried with mine but could not get it. do you have an second html file that describes it contents? I would love to see you code if possible.

thanks in advance
kmax12 is offline   Reply With Quote
Old 07/19/2009, 09:56 PM   #4 (permalink)
Member
 
IlyaK's Avatar
 
Join Date: Jul 2009
Location: Albany, NY
Posts: 224
Likes Received: 0
Thanks: 14
Thanked 19 Times in 16 Posts
Default

Does this update via the web? Or will you be releasing new versions?
IlyaK is offline   Reply With Quote
Old 07/19/2009, 10:36 PM   #5 (permalink)
Member
 
Join Date: Jun 2009
Location: The Kingdom (DFW Metroplex)
Posts: 139
Likes Received: 0
Thanks: 3
Thanked 35 Times in 21 Posts
Default

Quote:
Originally Posted by kmax12 View Post
thanks for the app. the number of homebrews on the pre is exploding. sorta.


i do have a question,
how in your code do you get that pop up dialog? I tried with mine but could not get it. do you have an second html file that describes it contents? I would love to see you code if possible.

thanks in advance
If you are referring to the conversion result popup, it is a showAlertDialog widget.

this.controller.showAlertDialog({
onChoose: {},
title: $L("Conversion Results"),
message: resultsText,
choices:[{label:$L("OK"), value:"maybe refresh", type:'dismiss'}]
});

resultsText is a string variable containing the text of the result.
Ken M is offline   Reply With Quote
Old 07/19/2009, 10:43 PM   #6 (permalink)
Member
 
Join Date: Jun 2009
Location: The Kingdom (DFW Metroplex)
Posts: 139
Likes Received: 0
Thanks: 3
Thanked 35 Times in 21 Posts
Default

Quote:
Originally Posted by IlyaK View Post
Does this update via the web? Or will you be releasing new versions?
This version does not update rates via the web. A future version will provide both automatic and on-demand updates via the web. In the interim, I'm considering releasing versions that will have updated tables.
Ken M is offline   Reply With Quote
Old 07/19/2009, 10:44 PM   #7 (permalink)
Member
 
IlyaK's Avatar
 
Join Date: Jul 2009
Location: Albany, NY
Posts: 224
Likes Received: 0
Thanks: 14
Thanked 19 Times in 16 Posts
Default

Update feature would be sick.

None the less, awesome app.
IlyaK is offline   Reply With Quote
Old 07/19/2009, 10:45 PM   #8 (permalink)
Member
 
Join Date: Jul 2009
Location: Virginia Beach, VA
Posts: 56
Likes Received: 1
Thanks: 10
Thanked 5 Times in 5 Posts
Default

Great app! Thanks so much for this, I am finding it useful already.

What is the appropriate bribe to get eastern European and Russian currencies added?
n1900 is offline   Reply With Quote
Old 07/19/2009, 11:00 PM   #9 (permalink)
Member
 
Join Date: Jun 2009
Location: The Kingdom (DFW Metroplex)
Posts: 139
Likes Received: 0
Thanks: 3
Thanked 35 Times in 21 Posts
Default

Quote:
Originally Posted by nelson1900 View Post
Great app! Thanks so much for this, I am finding it useful already.

What is the appropriate bribe to get eastern European and Russian currencies added?
The Russian Ruble, no problem. I won't even require a bribe. Wait - what am I saying - this could be the first sale of a homebrew app! $50.

OK. I'll do it for free. The ruble accidentally got left off. Other eastern european countries are more problematic. Any specific ones you're interested in?
Ken M is offline   Reply With Quote
Old 07/19/2009, 11:49 PM   #10 (permalink)
Member
 
IlyaK's Avatar
 
Join Date: Jul 2009
Location: Albany, NY
Posts: 224
Likes Received: 0
Thanks: 14
Thanked 19 Times in 16 Posts
Default

Ukraine. Not sure if it uses the Euro or not lol. I'm going there to visit family in 2 weeks though.
IlyaK is offline   Reply With Quote
Old 07/20/2009, 06:31 AM   #11 (permalink)
Member
 
Join Date: Jul 2009
Location: Virginia Beach, VA
Posts: 56
Likes Received: 1
Thanks: 10
Thanked 5 Times in 5 Posts
Default

I'll add a vote for Ukraine! Because of the amazingly beautiful women there. And $50 - no problem from a former DFW'er! Just tell me where to send!
n1900 is offline   Reply With Quote
Old 07/20/2009, 08:20 AM   #12 (permalink)
Member
 
IlyaK's Avatar
 
Join Date: Jul 2009
Location: Albany, NY
Posts: 224
Likes Received: 0
Thanks: 14
Thanked 19 Times in 16 Posts
Default

Beautiful women indeed. We have ugly ones too. But yeah, many are very nice . Great success yes! (Borat)

Thanks Ken.
IlyaK is offline   Reply With Quote
Old 07/20/2009, 12:14 PM   #13 (permalink)
Member
 
Join Date: Jun 2009
Location: The Kingdom (DFW Metroplex)
Posts: 139
Likes Received: 0
Thanks: 3
Thanked 35 Times in 21 Posts
Default

I've looked around & the Ukraine has its own currency - Habv....sumthin. Anyway, unlike the ruble, it's not in my primary data source. But for two votes already, I'll add it when I do Russia.
Ken M is offline   Reply With Quote
Old 07/20/2009, 12:48 PM   #14 (permalink)
Member
 
IlyaK's Avatar
 
Join Date: Jul 2009
Location: Albany, NY
Posts: 224
Likes Received: 0
Thanks: 14
Thanked 19 Times in 16 Posts
Default

Oh they still use the Hryvnia then. It's said griv-nya.

For some reason I thought I heard my dad say they joined the European Union and therefore would use the Euro. Maybe I misheard and they were just trying to join.

Thanks. I appreciate it .
IlyaK is offline   Reply With Quote
Old 07/20/2009, 01:29 PM   #15 (permalink)
Member
 
Join Date: Jun 2009
Posts: 19
Likes Received: 0
Thanks: 3
Thanked 0 Times in 0 Posts
Default

Awesome App. Thanks!!!!
almir1105 is offline   Reply With Quote
Old 07/21/2009, 11:12 PM   #16 (permalink)
Member
 
Join Date: Jun 2009
Posts: 12
Likes Received: 0
Thanks: 4
Thanked 1 Time in 1 Post
Default

No Philippine Peso? C'mon now, fella. Consider this a request. Thanks.
Rizvend is offline   Reply With Quote
Old 07/22/2009, 10:01 AM   #17 (permalink)
Member
 
Join Date: Jun 2009
Posts: 17
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
Default

love the update and the app thanks~!
jaystory9 is offline   Reply With Quote
Old 07/23/2009, 08:45 AM   #18 (permalink)
Member
 
Sky Nazi's Avatar
 
Join Date: Dec 2003
Location: New Orleans, LA
Posts: 99
Likes Received: 0
Thanks: 24
Thanked 4 Times in 4 Posts
Default

FEATURE REQUEST

* - Have a button to swap the currently selected currencies.
* - Typing Searches the Currencies list, just like global search.
* - Button to Update exchange rate.
* - The "Amount to Convert" field, should auto default to numbers. So you do not have to press the Orange button. PalmOS was capable of this but not shure the WebOS does it.


Good job on the app.

Last edited by Sky Nazi; 07/23/2009 at 08:51 AM.
Sky Nazi is offline   Reply With Quote
Old 07/23/2009, 09:54 PM   #19 (permalink)
Member
 
Join Date: Jun 2009
Location: The Kingdom (DFW Metroplex)
Posts: 139
Likes Received: 0
Thanks: 3
Thanked 35 Times in 21 Posts
Default

Quote:
Originally Posted by Sky **** View Post
FEATURE REQUEST

* - Have a button to swap the currently selected currencies.
* - Typing Searches the Currencies list, just like global search.
* - Button to Update exchange rate.
* - The "Amount to Convert" field, should auto default to numbers. So you do not have to press the Orange button. PalmOS was capable of this but not shure the WebOS does it.


Good job on the app.
* - I've already got on my to-do list the swap currencies button.
* - I think I've already mentioned that a future update will provide automatic rate update and a manual method as well.
* - I hadn't thought of the search feature. I'll have to consider that.
* - The auto default to numbers is on my list, but I just realized, it will be quite easy to accept either numbers or letters which I'll convert to digits for you. No need to select. Right now there is a bug in that you can put two decimal points into the number. When I fix that, I'll do the auto numbers as well.

And we have a new release with Russian Rubles and Philippean Pesos (about to upload).
Ken M is offline   Reply With Quote
Old 07/25/2009, 10:45 AM   #20 (permalink)
Member
 
Join Date: Mar 2008
Posts: 320
Likes Received: 0
Thanks: 34
Thanked 22 Times in 17 Posts
Default

Great program!
version 0.5.1. After converting currency and getting results, when I hit the ok button to go to original page it hangs. (does not go back to apps home page).
pjjohn73 is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0