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
|
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. Last edited by Ken M; 11/20/2009 at 09:51 PM. Reason: 1.0.0 is now available in Application catalog |
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
|
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 |
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
|
Quote:
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. |
|
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
|
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.
|
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
|
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?
|
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
|
Quote:
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? |
|
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
|
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!
|
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
|
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.
|
07/20/2009, 12:48 PM
|
#14 (permalink) |
|
Member
![]() Join Date: Jul 2009
Location: Albany, NY
Posts: 224
Likes Received: 0
Thanks: 14
Thanked 19 Times in 16 Posts
|
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 .
|
07/23/2009, 08:45 AM
|
#18 (permalink) |
|
Member
![]() Join Date: Dec 2003
Location: New Orleans, LA
Posts: 99
Likes Received: 0
Thanks: 24
Thanked 4 Times in 4 Posts
|
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. |
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
|
Quote:
* - 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). |
|
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
|
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). |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



