mConvert - WVGA (V.2) - Attractive Mobile Unit Converter - Windows Mobile Apps and Games

[Intro]
The result of a bored uni student on holidays, mConvert is a Windows Mobile unit converter.
And now, Version 2 of that slick, finger friendly converter is out. After much feedback suggesting more categories would be good, I have added 10 categories, meaning you can now convert in the following categories:
Area
Length
Power
Temperature
Velocity
Computers
Force
Frequency
Volume
Weight
Acceleration
Cooking
Energy
Pressure
Torque
This is now a powerful converter app, able to rival many of the other converters on the market. And best of all? It's still FREE!! But as before, donations are kindly accepted (on FreewarePocketPC site).
I have tried to make the UI as attractive as possible, as this makes or breaks an app in my opinion. Hope you like it.
I decided to make the app free as nobody likes paying for this stuff, including myself. The aim of mConvert was not only to make an effective converter for mobiles, but to also showcase the potential Windows Mobile has.
For the VGA version, visit:
http://cleanimport.xda/index.php?posts/7067568/
For the FreewarePocketPC site (location to donate) visit:
http://www.freewarepocketpc.net/ppc-download-mconvert.html
[Updates]
05/07/2010 (Version 2.0.0.2) - Added various conversions
21/05/2010 (Version 2.0.0.2) - Added ability to use a "Result" value as an "Input Value" by hold-clicking the result and selecting "Use as Input Value", bug fix (bug#2)
20/05/2010 (Version 2.0.0.1) - Added splash screen, bug fix (bug#1)
15/05/2010 (Version 2.0.0.0) - Added 10 extra categories with a large amount of new unit conversions, minor UI change
06/05/2010 (Version 1) - Added ability to convert between Sq/Ft > Acres and Acres > Sq/Ft
[Bugs]
Bug#2 (Version 2.0.0.1) - Error in "Mph/s > Kph/s" conversion formula Status: Fixed
Bug#1 (Version 2.0.0.0) - Using hardware back button would permanently close a screen, not allowing user to re-open. Status: Fixed
[System Requirements]
Windows Mobile (Tested on 6.5)
Windows .NET Framework 3.5
WVGA Resolution Screen
Touch Screen
Check out the pics below and download.
Enjoy!

Hi, thanks for sharing this app....and welcome to the forums..
I have just downloaded and tried it out and I must say its the best looking converter I've seen and really easy to use too, works great on my HD2
Thanks again!

No worries mate, thanks for the great feedback!
Hope you enjoy it!

I agree. Simple and easy to use.
Just wondering if you could add weight conversions???

thex said:
I agree. Simple and easy to use.
Just wondering if you could add weight conversions???
Click to expand...
Click to collapse
thex,
Thanks for downloading! The reason there are only five unit categories is basically because my coding skills are very limited at the moment. If I was to make a sixth category, it would disappear off the bottom of the screen, as the app does not allow the user to move the screen around, if that makes any sense.
If I can work it out, or someone can reference a site where it explains it, I might include it.

looks great, i hope you can make a VGA version soon, like it was said, this seems to be the best looking converter to date

paulmahoney40 said:
The result of a bored uni student on holidays, mConvert is a Windows Mobile unit converter.
I have tried to make the UI as attractive as possible, hope you like it.
I decided to make the app free as nobody likes paying for this stuff, however if you really like it, feel free to donate at the FreewarePocketPC site - Just go to FreewarePocketPC and search mConvert (I could not post a link here as I am new to the forum - if someone can post a link that's much appreciated )
System Requirements:
Windows Mobile (Tested on 6.5)
Windows .NET Framework 3.5
WVGA Resolution Screen
Touch Screen
Check out the pics below and download.
Enjoy!
Click to expand...
Click to collapse
Hello,
Please ... Can you do this program for VGA? ... Thank you.
Sincerely,

FreewarepocketPC Direct Link
Thankz for this app!

Hi Paul,
If you thinking of adding additional categories, rather than putting them on the same page and having to scroll down, you could always make a new page and add page number links to the top of each (if that makes sense).
it's just a suggestion, but thanks again for the app!

Hoping to make a VGA version when uni slows down, pretty insane at the moment.

Mass13 said:
FreewarepocketPC Direct Link
Thankz for this app!
Click to expand...
Click to collapse
Thanks for the direct link mate

l3mm said:
Hi Paul,
If you thinking of adding additional categories, rather than putting them on the same page and having to scroll down, you could always make a new page and add page number links to the top of each (if that makes sense).
it's just a suggestion, but thanks again for the app!
Click to expand...
Click to collapse
Great idea l3mm!
When uni slows down I'll look into that - I'll see if i can add some more categories, and I'll try and make a VGA version - seems to be a popular request.

paulmahoney40 said:
Thanks for the direct link mate
Click to expand...
Click to collapse
welcome, u did the work, I just copy/paste

Gets me to think of uconvert .. pretty close

Would it be an idea if the predefined converting options would be read from an XML file?
This way others can add to this list.

Very nice looking app!
Btw just wandering which language do you use to program this on?

ock said:
Very nice looking app!
Btw just wandering which language do you use to program this on?
Click to expand...
Click to collapse
I did this is VB.NET - basically what I learnt at uni but adapted for mobile.
Images were done in GIMP

Hi there mate, welcome to the programmers world ... Here is a little tip to add more calculations without losing to much space:
Remove the = button, calculate on the fly. Saves you some space, and saves the user a click.
Add a dropdown with categories: Weight, Distance, Speed, etc....
Add a second dropdown which is filled with the items from the selected category: Inch/feet, Inch/cm etc
I didn't do much VB.net/C# lately, but with a little research it wouldn't be to hard to do, keep motivated!

Thanks a lot!!
very useful app.

Great program! But do you think you could add "sq.ft. > acres" and "acres > sq.ft." in the area conversions? I work in a landscaping company and those are my 2 most used calculations.

Related

02 XDA - Writing a web page for it

Does anybody have a list of guidelines to follow when writing a web page for the 02 XDA.
It would seem obvious to not make it graphics intensive, and size it appropriately for the screen, but I'm looking for the more subtle tips.......not using javascript etc.....
Many Thanks
Alex Stevens
Chubby said:
Does anybody have a list of guidelines to follow when writing a web page for the 02 XDA.
Click to expand...
Click to collapse
Just rather obvious ones:
Strip everything unnecessary from the HTML
Minimize graphics, both in size and complexity
[list:74f90bba2b]
for GIF's: less colors in palette
for JPG's, higher compression
[*]Try to accomplish cool graphic effects using stylesheet tricks instead of images whenever possible
[*]GPRS is slow, so images may take a while. So specify sizes for all images, so the layout looks right immediately.
[*]Make sure it's viewable with graphics turned off (sensible alt-texts, one gif per button, etc...)
[/list:u:74f90bba2b]
There's many more things one could do. I guess when you've done the above, it all comes down to UI design: trying to estimate how much to cram in one screen, based on various properties of your target audience and many other factors.
XDA developer Peter Poelman said:
[*]Try to accomplish cool graphic effects using stylesheet tricks instead of images whenever possible
Click to expand...
Click to collapse
Stylesheets are not supported on Pocket Internet Explorer 2002. There is also a section in the Pocket PC 2002 SDK dedicated to building web application for PPC2002.
jrom said:
Stylesheets are not supported on Pocket Internet Explorer 2002.
Click to expand...
Click to collapse
Whoops, I stand corrected. Thanks...
Stylesheets
Does anyone know if XDAs will ever have stylesheet capability and if so when :?: ?
Style Sheets and XDA
WM2003 supports CSS as we use them heavily in an app. Annoying things that you often forget about are no on mouse over (hover) - logical. when you think about it, but annoying if you forget!
Pete

iCaller - simple CallerID app - alpha version 0.1.0.3

iCaller v0.1.0.3 alpha
Simple CallerID application which extends system default Incoming Call screen with full-sized pictures, additional contact information and fully customized interface.
Currently, it is an alpha version, which means that it may contain bugs and do not work correctly on some devices. Please give me the feedback, I'll be fixing issues.
You may get it also at my new home site
Features:
- Lightweight
- Expands default incoming call screen without affecting its behavior
- Full-sized contact picture
- Pictures can be stored on a Storage Card or in Pocket Outlook database
- Picture can vary for the same contact depending on its phone number (just name the picture with a number, e.g. 5554433.jpg)
- Customized interface based on HTML (using system HTMLView control, thanks for idea goes to mrproper)
ToDo:
- Screen lock functionality
- Speed improvements
- Bugfixing
Instructions:
- Unpack contents of the archive in a folder on your device, e.g. \Program Files\iCaller (do not forget to copy zlibce.dll too!)
- Check settings.ini - it is configured for English version of Windows Mobile OS, you may need to replace sSysCallerWndTitle option from 'Phone - Incoming...' to your localized name of system default Incoming Call window
- Launch iCaller.exe
For detailed instructions refer to readme.html
Note!
Stop and restart iCaller each time you modify the settings.ini file!
Thanks will test with manila about time just a simple fullscreen caller
Does not work with manila 2D as the manila caller id cuts Icaller out also the call delay is much worse on my 5-6 times before ring is herd ?
wapvirus said:
Thanks will test with manila about time just a simple fullscreen caller
Does not work with manila 2D as the manila caller id cuts Icaller out also the call delay is much worse on my 5-6 times before ring is herd ?
Click to expand...
Click to collapse
Haven't tested with Manila yet. Probably it will require modifying sSysCallerWndClass and sSysCallerWndTitle options in settings.ini to properly hide Manila CallerID. I'll investigate the delay issue too. Thanks for the feedback!
mmh, this is a feature that is build in s2u2 allready (runnes on any device, fullscreen), so where is the different if this is ready?
So this might only be usefull if there is really someone out there who does not use s2u2 , (maybe throttlelock users)
bluemetalaxe said:
mmh, this is a feature that is build in s2u2 allready (runnes on any device, fullscreen), so where is the different if this is ready?
So this might only be usefull if there is really someone out there who does not use s2u2 , (maybe throttlelock users)
Click to expand...
Click to collapse
In fact, I've installed S2U2 and uninstalled it two days after, didn't like the weight and functional overload. So it's up to users to decide
truburt said:
In fact, I've installed S2U2 and uninstalled it two days after, didn't like the weight and functional overload. So it's up to users to decide
Click to expand...
Click to collapse
Not to forget that iCaller works usefully on Smartphones whereas I, for one, have never gotten anything working with S2U2 on a Smartphone. Plus it's lightweight and since you're using the HTMLViewer that means it's also pretty configurable.
I've got a few ideas myself on themes for it...!
Kermit Woodall
Managing Editor
GadgetNutz.com
I assume you can put this in the startup drawer/folder or put a .lnk to it there to start this everytime the phone starts?
Kermit Woodall
Managing Editor
GadgetNutz.com
You say its customizable with graphics..Is this a whole skin/theme ability or just replacing already existing files ?
And is it possible to have gfx for tapped state as well ? And transparent PNG files ?
If so, I would be really interested in skinning it (once its stable and fast ^^).
And, maybe I get this wrong but what do you mean by "screen lock functionality" ?? Sounds like S2U2
regards,
Martin
mmh, its lightwight, of course because it has not much functions, so wait two weeks and we will see because it seems that there is a lock function coming too
The other thing is that you need this and a screenlocker application and a volume control application and and and. with s2u2 you can disable parts of programm. Just my thoughts about another calleer iD.
But maybe usefull for non touch devices or other lockers, as i said.
hey Schmidler, Oesterreich gehoert wieder zu Deutschland *kleiner Spass aus Bayern
Running it on ATT Tilt, stock 6.1 rom, with HTC Home Plugin. Works great so far. I like the HTML layout, it can be customized quite easily.
I have been looking for something like this for a while now, I'll test some more and report back.
yes, S2U2 already got a lot of functionality, but its true that it´s memory intesive.
[OFF-TOPIC] @bluemetalaxe: xD ja klar, Deutsches Reich nichwahr kennst ja hoffentlich http://www.youtube.com/watch?v=wGPGSyCreJA [/OFF-TOPIC]
athis is exactly what I have been looking for for a long time!!!
огромное спасибо!
Going to try on my wizard to see how it works. hopefuly it will rescale my outlook contact photos to something more reasonable.
edit:
Here is a smaller picture for the no caller id.
it is saved as a 2color png in 8bits
weighs less than a kb as oposed to the 7kb in the one you posted.
(This should make a lot the difference with speed as well)
bluemetalaxe said:
mmh, this is a feature that is build in s2u2 allready (runnes on any device, fullscreen), so where is the different if this is ready?
So this might only be usefull if there is really someone out there who does not use s2u2 , (maybe throttlelock users)
Click to expand...
Click to collapse
I'm not using S2U2 or ThrottleLock, and I do find this application could be very useful.
truburt said:
In fact, I've installed S2U2 and uninstalled it two days after, didn't like the weight and functional overload. So it's up to users to decide
Click to expand...
Click to collapse
i have to agree with you.. S2U2 is heavy and pointless for some people. i don't use it and nor need it. I'll be using iCaller, no doubt about it.
thanks
pilgrim011 said:
I'm not using S2U2 or ThrottleLock, and I do find this application could be very useful.
Click to expand...
Click to collapse
I think that the big difference is that it is so lightweight.
You can have as many pictures as you want for your people on storage card without making PIMVOL as huge as mine (1.5mb) and only for few contacts!
can you immagine if I had pictures for ALL of my 200+ contacts??? that would probably add up to 5mb!
Hi Burt,
Installed on my HTC Touch on program files , but still getting the small screen with the picture on the background.
How do i get rid of the small old screen showing the number & get only the new full screen.
thx.
here is what happened on my wizard:
installed ran testcalled from a friends phone.
at the top of the screen I got 3 pictures (same ones from my outlook. under it the blue screen. under that the standard windows mobile bubble.
I think that there needs to be some kind of a scaling engine for outlook photos. at least double size. and the background needs to change from the scarry blue to a black or very dark grey.
looking forward to an update. thanks for trying to tackle a problem that many cant seem to care about
truburt said:
iCaller v0.1.0.2 alpha
Click to expand...
Click to collapse
many many thanks for sharing this useful application, I attach italian.lng (rename .txt in .lng) for Italian users.
I'm trying to change the font size in default theme to have it bigger, but I don't know which value I have to write instad of "{ font-size: large; }"
Thanks in advance.
Ciao, Andrea
Genius2000 said:
many many thanks for sharing this useful application, I attach italian.lng (rename .txt in .lng) for Italian users.
I'm trying to change the font size in default theme to have it bigger, but I don't know which value I have to write instad of "{ font-size: large; }"
Thanks in advance.
Ciao, Andrea
Click to expand...
Click to collapse
I just found how to change the font size "{ font-size: 180%; }", now I would like to change also the font color, any hint?
Ciao, Andrea
S.V.I said:
here is what happened on my wizard:
installed ran testcalled from a friends phone.
at the top of the screen I got 3 pictures (same ones from my outlook. under it the blue screen. under that the standard windows mobile bubble.
I think that there needs to be some kind of a scaling engine for outlook photos. at least double size. and the background needs to change from the scarry blue to a black or very dark grey.
looking forward to an update. thanks for trying to tackle a problem that many cant seem to care about
Click to expand...
Click to collapse
this is exactly what happened to me

[APP] KshrTips - a tip calculator (version 0.3a 6.04.2008)

KshrTips
Introduction
This simple tip calculator was made after reading this thread about a similar iphone application. Since it was not complicated I decided to make a Windows Mobile program with same functions.
Usage
Use the CAB to install it wherever you want.
Screenshots
Changelog
0.1
Initial release.
0.2
- Fixed a bug: when splitting, for example 100 to 3 people, it says each pays 33.33. So, after summing up 0.01 is missing (3x33.33 is 99.99). Now it will give 33.34. An extra tip for the waiter, but better to pay more than less -- after all, you may ask for change.
- Seems that both dot and comma work as a decimal separator now.
0.3
- Support for landsape mode and rotating.
0.3a
- Storing values in registry.
The icon was designed and provided by Sir.B. Thanks!
Thanks in advance for feedback, and I hope you enjoy using this.
great job on this app, was looking for something like it
one question: was this written in C++ or .net?
EDIT: removed cab, new version posted above
It is written in C++, so it doesn't need .net to run. Moreover, since I wrote it in eVC4 and PPC 2003 SDK it should run on older pocket PCs.
Thanks for interest and the cab!
p.s. when entering bill amount, don't forget about "," and "." !
It makes a difference. I think using the comma will never work.
Like this a lot - would love to see a skin a la Tipulator
Great App.
Will look forward for future releases.
Fixed some bugs and created my own CAB, as promised.
Get v0.2 from the first post.
This is cool. Thanks. Tippy hasn't been updated in a while so I will see how far you get with this. Great job man.
Released 0.3 today, featuring landscape and rotation support. Try it out with screen rotation!
great little app
thank you very much
i have two small requests for some future version
show the actual calculated tip amount
set the default tip % so it's remembered for next time
i also wanted to offer you an icon to use, only if you like it of course
A small update to 0.3, the 0.3a is done and ready to download.
Is it possible to have a finger friendly number keypad pop up when you tap on the bill field? I t would help faciltate entering the bill total.
Thanks in advance.
nice great work just the job
Suggestion
This is a great app - a million thanks for creating!
Two suggestions:
Would like to see one more line to show cash value amount of the tip. Most restaurant bills require you to fill in this detail.
A round up button - would round tip to nearest whole number. This would then reflect cash value of tip.
MikeNash said:
This is a great app - a million thanks for creating!
Two suggestions:
Would like to see one more line to show cash value amount of the tip. Most restaurant bills require you to fill in this detail.
A round up button - would round tip to nearest whole number. This would then reflect cash value of tip.
Click to expand...
Click to collapse
tip value field would be great, because i'm lazy and dumb, i can't do the math
also perhaps; when the bill field is selected it can automatically "select all", to make it easier to erase/reset that field
thank you for your time

CheckList (W)VGA v2.1

Platform: Windows Mobile (Tested on 6.5.x)
Overview: A simple Check List application
* Organized by Categories
* New / Modify / Delete Category
* New / Modify / Delete Item
* Move Item to Vault / Restore Item from Vault
* Touch friendly
* Included Desktop Companion (PC application)
* No Master Lists!
* No Descriptions / Notes
* No Quantities
* No Item Pictures
* No Prices
* Without many functions and options
JUST A FRIENDLY CHECKLIST!
Download (old) 1.1 VGA version
Download 2.1 (W)VGA version
Download Desktop Companion version 2.1
Changelog v2.0 :
- Fixed the WVGA resolution.
- The Splash Screen was Changed.
- The user can change the order of the Categories / Items
- Settings Panel added
- The Program now can keep the Backlight On (option)
- The user can change the Item (list) height (option)
- The user can change the Text size (option)
- The user can enable/disable the message dialogs (option)
- The user can enable/disable the splash screen (option)
- The database is saved only if changes detected.
- The graphic files was retouched.
- Many minor bug fixes.
Changelog v2.1 :
- added gray boxes
- fixed category problem
- fixed minus problem (-)
- Marks by default the first Category
- Marks by default the first Item in the selected category
- Many minor bug fixes.
First Impressions
I just discovered this app and thought I'd leave my first impressions. Here goes...
At first go it's just what I've been looking for: a simple checklist app. It seems to be just that. I wouldn't say it's immediately intuitive, but with some messing around I picked up the basic routine. As with all things, with a little more playing around it will become 2nd nature. You should be aware, however, that the screen doesn't render properly in landscape (my phone is a TP2 [WVGA] see details in sig). As such, I couldn't confirm compatibility with the hard keyboard on my device.
Also, something to consider for future development, would be a way to create a link for a specific list that can be placed in one's calendar/appt editor. This probably takes away from the simplicity aspect, but that would be really slick!
I'll play with it some more throughout the week, but for simplicity's sake I like what you've put together -- at least on 1st impressions. Thanks for sharing!
thank you very much for your comments
Dadi68 said:
Platform: Windows Mobile (Tested on 6.5.x)
Overview: A simple Check List application
* No Master Lists!
* No Descriptions / Notes
* No Quantities
* No Item Pictures
* No Prices
* Without many functions and options
JUST A FRIENDLY CHECKLIST!
Click to expand...
Click to collapse
...really simple, really friendly ... but: that is what I really need, it's quick, it's easy....it's GREAT (you're right: keep it simple!!!)
It works on HD2, no prob with keyboard...
I hope, that you are buying soon a new device, to develop a WVGA-Version...aäh, whats about a wrap-up or second row for longer entrys ?
THX and greetz
fast_zorro said:
...really simple, really friendly ... but: that is what I really need, it's quick, it's easy....it's GREAT (you're right: keep it simple!!!)
It works on HD2, no prob with keyboard...
I hope, that you are buying soon a new device, to develop a WVGA-Version...aäh, whats about a wrap-up or second row for longer entrys ?
THX and greetz
Click to expand...
Click to collapse
Do u want to be a beta tester of the 1.2 version? (its wvga compatible - i hope)
Thanks to fast_zorro's valuable help, a WVGA version is coming!
ETA : this weekend
short video for the app
...9.....8....7.....6....
..thanks god, it's friday....
fast_zorro said:
..thanks god, it's friday....
Click to expand...
Click to collapse
Good morning dear beta tester
Today I will make a new version of the desktop companion and tomorrow morning I will release the full package
Im thinking to add an "enable single tap" option but i dont know because its not so friendly...
Anywayz, I will send you the released package via email - megaupload
Have a nice Friday people!
Dadi68 said:
Today I will make a new version of the desktop companion and tomorrow morning I will release the full package
Im thinking to add an "enable single tap" option but i dont know because its not so friendly...
Click to expand...
Click to collapse
May I leave some friendly feedback?
(I'm going to assume you said "yes"...)
First of all, allow me to repeat that this is a great little app. Simple and useful. Further, you have shared it with us freely, and I'm the first to acknowledge "beggars can't be choosy." With this in mind, I offer the following...
The boot time is too slow. One would think that given how light-weight this app is, it should load much like an immediate toggle on/toggle off application. While you're deserving of the credit appearing in your 'welcome'/'boot' screen, perhaps eliminating this feature would speed the load time? Even if it would not speed the load, I would like to see the Category menu straight away without an extra screen to pass through.
Second, it would be nice if Categories, and not just Items, could be saved to the vault. (Am I missing something?) It would be nice to create a simple template to the vault, then be able to copy a version to the active menu which could be applied as needed. Make sense?
Lastly, would it be possible to move the command bar down a centimeter or so? That way 4 full Category/Item panels could be visible w/o having to scroll up/down. I understand it's placed to accommodate ergonomic thumb usage, but to see 4 full Item panels, as opposed to 3 1/2, would be worth the slight stretch...
I'm really looking forward to a WVGA version as I'll be able to use the keyboard on my TP2, which would make this even MORE useful!
Once again, many thanks!!!
p.s. - There's also a couple of spelling errors in the menu guides. 'Aproove' comes to mind right off. ('Approve' is correct) However, your English is far superior to my Greek, so I have no room to criticize...
Minnesinger said:
May I leave some friendly feedback?
(I'm going to assume you said "yes"...)
First of all, allow me to repeat that this is a great little app. Simple and useful. Further, you have shared it with us freely, and I'm the first to acknowledge "beggars can't be choosy." With this in mind, I offer the following...
The boot time is too slow. One would think that given how light-weight this app is, it should load much like an immediate toggle on/toggle off application. While you're deserving of the credit appearing in your 'welcome'/'boot' screen, perhaps eliminating this feature would speed the load time? Even if it would not speed the load, I would like to see the Category menu straight away without an extra screen to pass through.
The boot time is extremely slow... Its not my fault... This programming language is slow (even a "Hello world" takes 3-4 secs to load)
In the new version you have the option to disable the splash screen
Second, it would be nice if Categories, and not just Items, could be saved to the vault. (Am I missing something?) It would be nice to create a simple template to the vault, then be able to copy a version to the active menu which could be applied as needed. Make sense?
Why you make your life so difficult?
Lastly, would it be possible to move the command bar down a centimeter or so? That way 4 full Category/Item panels could be visible w/o having to scroll up/down. I understand it's placed to accommodate ergonomic thumb usage, but to see 4 full Item panels, as opposed to 3 1/2, would be worth the slight stretch...
In the new version you can adjust the row height of the items/categories
I'm really looking forward to a WVGA version as I'll be able to use the keyboard on my TP2, which would make this even MORE useful!
Wait 30 minutes...
Once again, many thanks!!!
You r welcome my friend
p.s. - There's also a couple of spelling errors in the menu guides. 'Aproove' comes to mind right off. ('Approve' is correct) However, your English is far superior to my Greek, so I have no room to criticize...
Please help me to correct them... My English suck...
Maybe I will release the new version in Greek
Click to expand...
Click to collapse
Thank you very much for your post
Dimitris
Version 2.0 added at first post
Thanks to fast_zorro for his valuable help on the WVGA support
Minnesinger said:
May I leave some friendly feedback?
Second, it would be nice if Categories, and not just Items, could be saved to the vault. (Am I missing something?) It would be nice to create a simple template to the vault, then be able to copy a version to the active menu which could be applied as needed. Make sense?
.
Click to expand...
Click to collapse
...not bad, I'm also think about this topic...but, keep in mind the important issue: "small and easy".
I think, these is the most benefit from this app, so any new features should be aware of this point before added.
(MASPWARE Checklist, as example, looks nice, but you could be very easily lost in categories and items in up to 4 stages of deep)
But you're right, there are some improvents possible - let's see, what others will say and give Dadi68 a chance to enjoy the summer before making a version 3.0...
fast_zorro said:
...not bad, I'm also think about this topic...but, keep in mind the important issue: "small and easy".
I think, these is the most benefit from this app, so any new features should be aware of this point before added.
(MASPWARE Checklist, as example, looks nice, but you could be very easily lost in categories and items in up to 4 stages of deep)
But you're right, there are some improvents possible - let's see, what others will say and give Dadi68 a chance to enjoy the summer before making a version 3.0...
Click to expand...
Click to collapse
Hahahaha run DaDi RUNNNNNNNNN
2 weeks left for vacations guys
Ok, add categories to vault...
you mean an empty cateory or a category full of items?
I started to like that idea
Dadi68 said:
Ok, add categories to vault...
you mean an empty cateory or a category full of items?
I started to like that idea
Click to expand...
Click to collapse
Yes, a category full of items: a template. For example, a simple agenda template...
A template of the user's own design could be kept in the vault. In my case, there are occasions when I don't need to use a full appointment editor; I just need to keep a running list of contacts and times for any given day. Instead of retyping the time increments over and over, a blank agenda is always at the ready!
Although, this brings up another issue for me:
Whenever I attempt to edit one of the time slots on my agenda template, I get the warning seen in the pic above. I have the current-most NETCF v35 on my device, in addition to the NET CF v35 Messages.EN.wm .cab: am I missing anything? If I click 'yes' I'm able to continue and add a contact to a time slot, but the error message repeats with each edit.
Looking for ward to watching your app evolve -- Thanks!
Minnesinger said:
Yes, a category full of items: a template. For example, a simple agenda template...
A template of the user's own design could be kept in the vault. In my case, there are occasions when I don't need to use a full appointment editor; I just need to keep a running list of contacts and times for any given day. Instead of retyping the time increments over and over, a blank agenda is always at the ready!
Although, this brings up another issue for me:
Whenever I attempt to edit one of the time slots on my agenda template, I get the warning seen in the pic above. I have the current-most NETCF v35 on my device, in addition to the NET CF v35 Messages.EN.wm .cab: am I missing anything? If I click 'yes' I'm able to continue and add a contact to a time slot, but the error message repeats with each edit.
Looking for ward to watching your app evolve -- Thanks!
Click to expand...
Click to collapse
Replace the [-] with [...] and it will work fine!
About the Category -> Vault ...gimme some time, maybe next week
great tool - thats what i'm looking for. THX!!
Look nicely, I will try this program out.
Guys a beta 2.1 is out, that supports grayed checkboxes...
Im waiting for comments from my dear beta-tester
@Minnesinger : Can you help me by correcting spelling errors? To fix them before release the new version?
@All :
To Do:
1. Store full Categories (with items) into Vault [ NEXT WEEK ]
Have a beautiful weekend people!
Dadi68 said:
@Minnesinger : Can you help me by correcting spelling errors? To fix them before release the new version?
Click to expand...
Click to collapse
Yes, of course. I would be happy to. Check your PMs and I'll attach a Word document with a complete list. Although, from what I've observed there are only a few minor things...

[Q] Looking for a calculator

Hey guys, I'm looking for a calculator for windows mobile 6.5 QVGA (shareware or freeware) that is:
1. Finger friendly
2. Display the calculation in 2 line, first line show what I input (for example 98/(10+3+15)), and the 2nd line show result, just like Hicalc from PPClink
3. Save recent calculations
I want it to save the whole calculation and result, like 98/(10+3+15)=3.5
So it's like Hicalc Arithmetic mode, plus the ability to save recent calculations
Spacetime is good and it save calculations but it's not finger friendly, very hard to enter data on my small QVGA screen
If anyone know about a calculator like this please let me know. Thanks a lot
I think what you want is IGCalc. It's a skinnable calc that does exactly what you are asking for.
probably bit more than you are asking for, but take a look at SpaceTime
SpaceTime has many nice features, the only problem for me is the small buttons (my screen is QVGA), but I still install it in case I need some advance calculations
IGCalc is great, it does just what I want thanks a lot Ummagumma
It even has some nice skins and functions
I search in freewarepocketpc and try googling all day but couldn't find what I want, but IGCalc is really the one, you did me a great favor.
(Sites that have IGCalc are in Russian, no wonder I couldn't find it )
For those who want it, here is the link:
http://4pda.info/news/2220/
You're welcome. There are some very beautiful skins for it, the default one is kind of fugly. Just make a search for "IGCalc Skins".
Yes, I found some nice skins in this topic:
http://4pda.ru/forum/index.php?showtopic=113415
Took me a while to register on 4pda.ru, but worth it
the java fx for wm dev includes an awesome touch calculator-
JavaFX Mobile - At a Glance
JavaFX Mobile is a complete application platform for mobile devices
@:java.sun.com/javafx/mobile

Categories

Resources