[upd. Nov 17, 2008] hgToday & hgAgenda: Fingerfriendly calendars - Windows Mobile Software Development

11/17/08: Version 0.31 of hgToday
Bugfix
Added hgColors 0.3 config file in zip archive. This makes it possible to change the font size of the list, and the height of the individual list items.
11/10/08: Version 0.3 of hgToday
Updated to work with the latest version of Christec's framework
Rewritten list control (loosely based on KListControl)
Removed buttons on top, menus included in popup menu, moving to next/previous day through finger movement.
New popup menu is now scrollable with finger.
New datepicker, more fingerfriendly.
Skinning with bitmaps has been removed in order to reduce memory usage.
Colors can still be changed.
9/11/08: Version 0.2
Added the program hgColors to make it possible to customize all colors.
Added the option of seeing all appointments and all tasks together.
Bugfix for the calendar dialog (got stuck on the screen sometimes).
9/5/08:
Added hgAgenda to the files below. This is the standalone full screen version of hgToday. It also has some more images for skinning.
Also added some more screenshots.
Earlier:
hgToday
This is a small fingerfriendly plugin I've put together for my todayscreen. I use it as one of my views in my Homescreen++ setup (prev. BatteryStatus). It can also be used as a regular today plugin.
hgToday will show you the current appointments and all tasks not completed with a due date on or before today, or with a start date on or before today (i.e. all tasks that should be worked on).
The list can be scrolled with a finger.
If doubleclicked, it will mark the item completed.
To view the task, hold the finger long enough for item to be selected and popupmenu to show, tapping view will take you to the default calendar/task application for editing and viewing.
Scroll left or right for next/previous day.
Skinning
This can be done with hgColors. Just click on the various items, choose save, and restart hgToday.
Both list height and item height can be changed.
Font size can also be changed, although if too large, the day will be mixed with the description.
The file hgColors must be in the same directory as hgToday or hgAgenda.
Future plans:
More fingerfriendly editing, entering new items.
Update hgAgenda to 0.3.
+??
To install hgAgenda:
Just unzip the files to any directory - can be used on a storage card too.
To install hgToday:
Must be installed to main memory.
1) Uninstall previous version of "ChrisTec Managed Today Screen Item Framework" and hgToday.
2) Unzip and install the "ChrisTec Managed Today Screen Item Framework" (see separate copyright notice).
3) Copy hgToday.dll to the same directory where the ChrisTec Framework is installed (normally "Program Files\Managed Today Screen Framework").
4) Go into settings, Today, Items: and make sure the "Managed Items" is checked.
Thanks to dosfan for his KListControl (http://forum.xda-developers.com/showthread.php?t=333124)
I don't take any responsibility for the problems this program might cause on your device, but it seems to work for me on a smartphone running Microsoft Mobile 6.
I value comments, but can't promise anything,.
Hope it can be useful for other people.

Great software calendar .. thank you veru much for this release

any "working" screenshot please ?

Im not able to get working on Sprint Touch 6.1. I had the HGplugin showing in the settings/home/items. I then closed out and went back in and its gone. I have tried to reinstall a few times with no luck.

Screenshots
I'm sorry, but I didn't know that you had to have a url to post a screenshot. Therefore the small bmp file.

Installation
Csquared said:
Im not able to get working on Sprint Touch 6.1. I had the HGplugin showing in the settings/home/items. I then closed out and went back in and its gone. I have tried to reinstall a few times with no luck.
Click to expand...
Click to collapse
Sorry about your problems.
Did you try going into the registry to see that the height is correct? Do you have other plugins? Can you run the file hgToday.exe directly? Can you try to put a checkmark in the today settings for Managed items?

It doesn't work. The item doesn't appear in settings/home/items. I tried to open the executable and I get an error: Null reference exception.

dancer_69 said:
It doesn't work. The item doesn't appear in settings/home/items. I tried to open the executable and I get an error: Null reference exception.
Click to expand...
Click to collapse
Have behavior here. item not showing in today setting. launching the exe returns this error.
hgToday.exe
NullReferenceException
en Christec.WindowsMobile.TodayScreen.TodayScreenPluginForm.OnLoad(EventArgs e)
en System.Windows.Forms.Form._SetVisibleNotify(Boolean fVis)
en System.Windows.Forms.Control.set_Visible(Boolean value)
en System.Windows.Forms.Application.Run(Form fm)
en SampleTodayScreenItem.Program.Main()

updated plugin
It seems my app was based on an early version of "ChrisTec Managed Today Screen Item Framework".
So I've attached that version in my first post. That should the program run. I have had it on my device for about a month now.
However, I probably should upgrade my app to take advantage of the newer version of the framework. The reason I didn't do that in the first place, was because it used an exe file that could be run by itself. The newer version requires a dll file.

It works good on my Kaiser - thanks.

Screenshot? I can't see anything on that small 1x1 pic!

NotLutzik said:
Screenshot? I can't see anything on that small 1x1 pic!
Click to expand...
Click to collapse
Did you see post #8?
It's quite similar to the gslide file explorer (we use the same list control), except hgToday doesn't have to be full screen.
I'm also hoping to release a non-plugin version later today.

Feedback: ))
the viewing options of all appointment and all tasks and so on are wonderful. also the option to change the height..
the scrolling thing is VERY important and useful..
the gray background is heavy on the eyes... i'd make it compatible with the tsk.. that is, transparent.
an option to view all appointments+all tasks is important in my eyes... for day to day use..
thank you so much.. i'm using your thing instead of Calendar+ now

Thanks!
nir36 said:
Feedback: ))
the viewing options of all appointment and all tasks and so on are wonderful. also the option to change the height..
the scrolling thing is VERY important and useful..
the gray background is heavy on the eyes... i'd make it compatible with the tsk.. that is, transparent.
Click to expand...
Click to collapse
The color scheme is based on the system colors, i.e. the list takes it's color from the active caption color. I'm planning skinning in a future version. As for now, in order to have a different background when there is no selection, you can add an image file called noselect.png (similar to the select.png file) and the program will show that for the list items, instead of the current background. However, the app will use a lot more resources that way. That's why I'd like to make some configuration file to store colors and other stuff.
an option to view all appointments+all tasks is important in my eyes... for day to day use..
Click to expand...
Click to collapse
I'm not quite sure what you mean, because the program should show all appointments AND all tasks on the screen for today or other chosen days.
thank you so much.. i'm using your thing instead of Calendar+ now
Click to expand...
Click to collapse

Added hgAgenda, the full screen standalone version of hgToday.
This can be run as a separate program.
Also included some more screenshots.
See first post.
I should probably do some version numbering. Any ideas?

ajige said:
The color scheme is based on the system colors, i.e. the list takes it's color from the active caption color. I'm planning skinning in a future version. As for now, in order to have a different background when there is no selection, you can add an image file called noselect.png (similar to the select.png file) and the program will show that for the list items, instead of the current background. However, the app will use a lot more resources that way. That's why I'd like to make some configuration file to store colors and other stuff.
I'm not quite sure what you mean, because the program should show all appointments AND all tasks on the screen for today or other chosen days.
Click to expand...
Click to collapse
i meant having All appointments+All tasks... for all days... not just for one specific day.
and i see what you mean about the background. unfortunately my background is black
thanks

nir36 said:
i meant having All appointments+All tasks... for all days... not just for one specific day.
and i see what you mean about the background. unfortunately my background is black
thanks
Click to expand...
Click to collapse
With the way the program is written, that would not be possible. What can be done, is to have all the appointments first and then all the tasks, but I assume you mean you want it sorted by date. To accomplish that, I have to do a complete rewrite of the program.
Right now I am working on a settings app so that all colors can be easily configured by the user.

ajige said:
With the way the program is written, that would not be possible. What can be done, is to have all the appointments first and then all the tasks, but I assume you mean you want it sorted by date. To accomplish that, I have to do a complete rewrite of the program.
Right now I am working on a settings app so that all colors can be easily configured by the user.
Click to expand...
Click to collapse
even having tasks after appointments would be great.
and of course having it arranged by date would be even better, but i understand it can be hard to accomplish. thanks.
btw, it's very very useful and i'm enjoying it.

New version 0.2
nir36 said:
even having tasks after appointments would be great.
and of course having it arranged by date would be even better, but i understand it can be hard to accomplish. thanks.
btw, it's very very useful and i'm enjoying it.
Click to expand...
Click to collapse
New version with all appointments and all tasks on one screen.
Also skinning via separate program.
See more details in first post.

Related

Chome Weather 2.0 - "The fun continues..."

The other thread was getting a little large, plus we have a new version out.
Here's Chome Weather 2.0 with a 10 day forecast. Download the cab and enjoy, more detailed instructions to follow.
1) Install the cab in the link at the bottom of the post.
2) It should ask to reboot ! Press "Ok"
3) Go to your Start Menu and find "Weather Options", or go down to the Settings slide on your homescreen and the second slide will be the CHome Weather options slide.
Set your Zip / Location Code to your zip code if you're in the US or a "location code" if you're anywhere else (ex: ROXX003 for Bucharest). More info on finding your specific code is here http://developer.yahoo.com/weather/#req . Set the "Fahrenheit / Celsius" option to either "F" or "C" (without the quotes!). This will only affect the reading of the current conditions panels, not the text descriptions in the forecast panels. Those will always be in Fahrenheit.
Specify how often you would like to autoupdate the weather information, in minutes in option #3. It's set to 60 by default and I would not recommend seting it any lower, as that's how often Yahoo updates the information on their servers anyway.
Specify whether you would like the application to attempt to connect your default GPRS connection first, before updating. If you have a constant data connection on, leave this on "N". Finally you can turn off the autoupdate feature with the last option #7.
4) Now it might be a good idea to go to Start and find "Update Weather" and run it to update the weather data! Alternatively you can click the center button while you're on any of the forecast panels.
5) The cab should set your Home Screen to "Sliding Panel Top Bar + Weather!" automatically. If your top icons disappear then you might have to use the regular "Sliding Panel + Weather!" theme.
6) Enjoy and report any bugs you might encounter, please.
New features:
- Regular sized icons for the forecast panels, they do not affect other "welcomecenter" based panels.
- Revised layouts to ensure correct wrapping
- HomeScreen update feature. No need to reboot to see forecast or layout changes. This option is turned off by default because it doesn't work for everybody. If you turn it on and you see problems with your phone's radio turning off, phone becoming very slow etc... turn it off. (it's option #10)
- Added new panel to the Settings panel at the bottom for easy access to the weather updates and settings.
- "Spil icons" are default for forecast and regular panels.
Screenshot descriptions:
1- IPhone Layout (this is the default layout)
2- Forecast Panels screenshot
3- Slim Panels Layout with the background options enabled
4- HTC Slim Layout while updating
5- HTC Slim Layout in normal mode
6- The HomeScreen with the weather plugin in its "condensed" state at the bottom, showing current conditions
7- Regular Panel Layouy with no background.
8- IPhone Slim Layout
Download link > http://www.sendspace.com/file/0f8g23
Vox Version > http://www.sendspace.com/file/rxa13k
Look at post #3 to complete the installation for Vox phones. (or any other phones that will not install the regular version)
Current Version: 2.0.3
Changes to 2.0.3:
- completely redesigned Options panel. Hopefully things will be easier to get around. Now it tell you what the current layout used is.
- Fixed HTC Layout (5) text not wrapping down issue.
- Added option NOT to check for internet connection before connecting.
- Options panel keeps track of what layout you're running.
- added blue, purple, WM7 style or original glass panel selection to options panel.
- updated portrait CPRs.
- forecast panels should now display "N/A" icons when a forecast is not available instead of a red x.
- ability to choose between european("rest of the world pretty much...) or american style dates on the forecast panels.
If you like this application and feel the need to support my work, here's a link to donate to me via PayPal.
PayPal Donate
This is the "addons" post.
Added "NRG Power Key..... .cab This will add three options to the menu that comes up when you hit the power key on the side of your Excalibur. "Power off", "Reboot" and "Weather Update". I hope they're self explanatory Have fun.
Download the Calibri font mod if you want your system font to look like the one in the screenshots.
The Yahoo, Spil, Novaweather and 7Degree icon sets are alternative icons sets for your Forecast and Regular and Slim Panel layouts
Also using this post to keep a list of TO DO's since I always forget:
- Better autoupdate logic. *DONE*
(got rid of "weathertimer.mscr" and using the phone's notification queue... will beta test this over the next couple of days)
- Checking whether on a call, when going to update the weather info. If on a call, exit and run 10 minutes after... and so on... *DONE*
- Make option menu that lets the user chose how many pages of forecast info they can see.
- Move PNGs to storage card. Create two separate cab's for installation. Maine program and Icon packs
- Add second or third panel with more "current weather information" details. *IN PROGRESS*
Files needs to complete the VOX installation are attached. Install the Vox cab above, then unzip Vox Windows.zip and drop all the files in it in the \windows directory on your device. Install weathertimer.mscr in \windows\startup.
OrganicM said:
The other thread was getting a little large, plus we have a new version out.
Here's Chome Weather 2.0 with a 10 day forecast. Download the cab and enjoy, more detailed instructions to follow. To list some new features:
- Regular sized icons for the forecast panels, they do not affect other "welcomecenter" based panels (too much ).
- Revised layout to ensure correct wrapping
- HomeScreen update feature. No need to reboot to see forecast or layout changes. This option is turned off by default, so you need to go to Options, and turn it on. (it's #10)
- Added new panel to the Settings panel at the bottom for easy access to the weather updates and settings.
- "Spil icons" are default for forecast and regular panels.
Download link > http://www.sendspace.com/file/saqzxb
Click to expand...
Click to collapse
POST OBSOLETE
Final version? wooot!!
Edit: i just installed the update....its way better than the beta, of course, the only problem im still having are the icons.... the CLinks icons are still oversized and still have no idea where to edit them ... any help would be appreciated
LOVE IT!!!
Compared it to weather.gov accurate also.
This is KICK ASS
installing cab file now... didnt have the first version, dont know why. i live in virginia beach, va and its supposed to be one of the most climate changing places in the us... ill let you know how it turns out.... judging by your pics and everyone elses responses its gonna be tits
Good Job just one question.. when i go to the weather thing on my home screen i have 1/10 options to scroll thru what do they all represent? theres no dates or anything... can you explain?
Amazing........
Hi Org,
It looks and works great, even my distorted icons are back to normal, a biggggg thanks for all your efforts and your patience with all of us demanding more stuff..........
Whoa...okay. Just disregard this whole post guys. Let this be a lesson to you--work with your program for at least 15-20 minutes before reporting bugs. I feel ridiculous for not dabbling with this before crying wolf! My bad, Org!
axv91 said:
Final version? wooot!!
Edit: i just installed the update....its way better than the beta, of course, the only problem im still having are the icons.... the CLinks icons are still oversized and still have no idea where to edit them ... any help would be appreciated
Click to expand...
Click to collapse
You can edit the size of the icons in the .cpr files. Look in program files\NRG\chomeweather\cprs and edit the cpr that you are using(they're all in there). Doesn't make sense that clinks is oversized and weather is smaller, if that is case, can you upload copy of your current cpr that you are using(in windows\home.cpr.xml I think)? I would like to see something before you edit it. And after you edit, goto weather options and rechoose your layout to activate new cpr.
yea... umm.... not sayin its a bad thing, but my color icon bar at the top went back to black and white, and it wont show saturday and sunday, then skips from tuesday to saturday of next week... maybe i did something wrong?? but i could see the setup option text either... all in all i like it
turned the autoupdate off... maybe im just havin problems with it... im usin ricky's 23rd rom. im about ready to take this weather off cause i like the whole forcast thing, but not when it jumps from tuesday to saturday...
1) the last day is still on the second tab on the panel.
2) the text is still cutoff
showaco said:
You can edit the size of the icons in the .cpr files. Look in program files\NRG\chomeweather\cprs and edit the cpr that you are using(they're all in there). Doesn't make sense that clinks is oversized and weather is smaller, if that is case, can you upload copy of your current cpr that you are using(in windows\home.cpr.xml I think)? I would like to see something before you edit it. And after you edit, goto weather options and rechoose your layout to activate new cpr.
Click to expand...
Click to collapse
i was actually looking at the cpr in the \windows, i totally forgot about the cprs in the program files .... btw, i forgot to mention that im using a 240x320 device
so maybe that's why it didn't change text/icon size (i'll upload the cpr file anyway for u to see).... thank u vry much for the help, i really appreciate it!
http://www.sendspace.com/file/jky0kj
slater87 said:
yea... umm.... not sayin its a bad thing, but my color icon bar at the top went back to black and white, and it wont show saturday and sunday, then skips from tuesday to saturday of next week... maybe i did something wrong?? but i could see the setup option text either... all in all i like it
Click to expand...
Click to collapse
Sounds like mine... Mine skips Sunday, June 1st on the forecast panel.
what to do syntaxx??
slater87 said:
what to do syntaxx??
Click to expand...
Click to collapse
No clue! lol That's why I posted my issue along with yours--hopefully Org will work on this!
im removing the whole program now... sorry, but the thought is there. its just not workin out for me... maybe when the 3.0 thread comes out
oh, tryin to uninstall and it says it cant be completely removed... looks like im reflashin tonight
could be the operator and not the program tho... o well, the options text is too small and way too cursivey for me to read...
slater87 said:
im removing the whole program now... sorry, but the thought is there. its just not workin out for me... maybe when the 3.0 thread comes out
oh, tryin to uninstall and it says it cant be completely removed... looks like im reflashin tonight
could be the operator and not the program tho... o well, the options text is too small and way too cursivey for me to read...
Click to expand...
Click to collapse
Before reflashing, try to install the weather .cab again. I had this problem with an older version and I just downloaded another over it--and SOMEHOW it uninstalled the whole thing! Try other methods before reflashing. It can be a headache to get your settings the way you like them again.
so let me get this straight.. just run the cab file again? and everything should go peachy?

New Weather Panel Update (Currently) (Updated)

This is a current conditions panel. It is a work in progress. It is based off of what OrganicM has been working on. If you want to use this, it should be safe to say that you should be running the latest version of CHome Weather, or this will not work.
The zip below has some reg keys to import. Just drop them anywhere on your phone and execute, then reboot. Once done, drop the mscr into your NRG\CHome Weather directory and overwrite Organic's original. It is identical to the original except it has added codes that operate the new Current Conditions panel. Everytime the mscr updates manually, or automatically, it will update the current conditions panel. Oh yeah, almost forgot, there is an icons2 folder in the zip. Just drop the entire folder into the CHome Weather folder. Update your screen and this should show for your area. Let me know if there are any bugs.
This is a work in progress, so it will get better looking in time. I just was wanting to go ahead and post what I have so far, so I could get some feedback on likes, dislikes, edits, pros, cons, etc.
Hope you enjoy, and if you have any trouble just recopy the old mscr over this one and all should be well, so make sure you copy your old one, if you are afraid.........
LOL
EDIT: Here is the mscr file that updates all of your condensed icons for the forecast panel, my current conditions panel, and gives all the icons and conditions for all layouts. Make sure you have installed the reg keys.
ALSO: If you have calibri font installed, it will cutoff the text, just make sure you uninstall it if you care about text getting cut off
thats actually very cool...how does it update though? real time or no? and does it replace the forecast or the current weather panel of NRGs weather? or a third panel?
No, this does not replace of NRG's stuff. You have to have his CHome Weather installed. It is a 3rd Panel, you can turn it off or on with CHome Config or do it yourself via your registry. It updates in realtime as much as CHome weather does. It uses the Yahoo server to update it's info, so that is usually done at 53 minutes past the hour, I've noticed. So once an hour at 11:53,12:53;1:53, so on. You see.
It is a standalone, it works by itself, just update your weather from CHome Weather and it will update this panel. If everyone likes this, and some do not want to run Chome Weather, I can write an updater for just this panel, so that the forecast and CTestUIPanel aren't necessary. I just use their mscr and exe. I just added my own update features to it. I CAN write a standalone update, though.
Holla, let me know what you think!!!
Edit: Just found all the attribute names from weather.com, so now I can find dewpoint, feels like,etc. to my panels. Just look at the weather.com site for your town and whatever it has there, I should be able to find out.
I am missing the point
outerdepth said:
No, this does not replace of NRG's stuff. You have to have his CHome Weather installed. It is a 3rd Panel, you can turn it off or on with CHome Config or do it yourself via your registry. It updates in realtime as much as CHome weather does. It uses the Yahoo server to update it's info, so that is usually done at 53 minutes past the hour, I've noticed. So once an hour at 11:53,12:53;1:53, so on. You see.
It is a standalone, it works by itself, just update your weather from CHome Weather and it will update this panel. If everyone likes this, and some do not want to run Chome Weather, I can write an updater for just this panel, so that the forecast and CTestUIPanel aren't necessary. I just use their mscr and exe. I just added my own update features to it. I CAN write a standalone update, though.
Holla, let me know what you think!!!
Edit: Just found all the attribute names from weather.com, so now I can find dewpoint, feels like,etc. to my panels. Just look at the weather.com site for your town and whatever it has there, I should be able to find out.
Click to expand...
Click to collapse
The new panels are quite nice, but I am missing the point here. I already have ORG's weather running on my device. What info will I get in these panels that I do not already have...
I do like the fact that everything is in one panel and uses the real estate better. I also like fewer slides (10 day is an overkill and often inaccurate) Perhaps 4-5 is the best.
For those who are looking to replace ORG's weather with this one will need the updater. Also I like the blue glass panels in ORG's...
Thanks to you guys for all the effort you put into it.
No Point, Really.
That's cool. I "appreciate" the remarks, or at least some of them.
I am not replacing the forecast. I use it. I work outside a lot and it's nice to know what kind of week I have ahead. I used to wake up and go turn on my tv and check out the weather, but now I've got the Weather Radar from Tech, which is way cool. I have Org's really pretty CTestUIPanel, my fave. I just didn't want to be limited to what kind of info for the current day that I am currently limited to with the CTest panel. It gives me my basic needs.
I have written scripts that can update the CTestUIPanel to say the same stuff that my Current Conditions panel says, but the problem is that I lose all of my regular panel until I update again. I have not found a way to make it cycle through all of my "pages" and on the last cycle, display the original chome weather screen (although I AM working on it).
Anyway, this is written solely to see what kind of interface or layout people like. You obviously like the CTestUIPanel layout over having a secondary panel to display the current info. I will keep that in mind for a future release. Hopefully, Organic likes this D) and can come up with something in HIS next release that surpasses this or at least matches this as an option. Just gotta figure out how to mimic a "page scrolling" concept to CTestUIPanel without having a "hot key" assigned using SmartToolkit......
debabratadey said:
The new panels are quite nice, but I am missing the point here. I already have ORG's weather running on my device. What info will I get in these panels that I do not already have...
I do like the fact that everything is in one panel and uses the real estate better. I also like fewer slides (10 day is an overkill and often inaccurate) Perhaps 4-5 is the best.
For those who are looking to replace ORG's weather with this one will need the updater. Also I like the blue glass panels in ORG's...
Thanks to you guys for all the effort you put into it.
Click to expand...
Click to collapse
I spoke too early
I guess I spoke too early. Now that I have installed "Currently," I can see what it does exactly. Somehow, it was not clear from the pictures, till I saw it on my own device...
I like it. I am replacing TestUI with Currently. So, now I will have just two panels. One with Currently, and another with Forecast. At least for the time...
However, this is what I would really like: Just one panel... The first couple of slides could be about current conditions, and the remaining 5 or so about the next 5 days. Ideally, the user should be able to set how many days in the future he/she wants to see...
If I knew enough programming, I would pitch in, or do it myself, but I am challenged that way...
Thanks to you and ORG. Keep up the good work.
No problem, I'm glad you like this. I will "look" into expanding my idea to incorporate the forecast into the current conditions as a pages in 1 panel. I like that idea.
I don't know about setting these as options, but I will definitely look into that.
Thanks for your input.
That can definitely be done and it's pretty easy. Click on the forecast panel to update the TestUI panel... each click would flip through pages, kind of a carousel effect, before finally returning to current conditions. The user can choose how many pages to display and after a certain time of "inactivity" it defaults to current conditions. OR even bettter, the first page of the forecast cycles through multiple current conditions panels and the second page cycles through forecast details.... ideas.. ideas..
thanks for direction solution
yeah, I tried this option, just never got this running to where it updated everything with just a click. It would be nice to see someone getting that going with just a click. Showaco and I did this on an older release of CHome Weather. He even wrote a script that let's you go in reverse order to in order to simulate flipping forward and backwards through "pages".
Your prog looks pretty good. Maybe you can take this one and the other ideas and incorporate them. This is so cool, everybody collaborating on this stuff. SWEET!
Just downloaded, I'm going to try it out today and see how it works. Good work.
I am having some trouble adding the registry keys to the phone. I have no issues with updating Currently, which executes no problem, but currently2 freezes when it comes to My Device. Its stopping at the screen stating "script file imported successfully press ok" but it will not accept pressing ok.
Good job on this outer, much respect for this.
Try this......
Sounds like a problem with whatever you are using to import your keys with. It should work just fine. Others are using it, and have had NO trouble thus far. Try opening up Resco Explorer or Total Commander if you have one of these, and execute it from there. Also, if you are running one of Ricky's ROMS, it has a built in reg editor that will allow you to update these. Hope this works, if not, just post again, and we'll try to get to the bottom of this. Sorry, if this isn't working for you, yet. We'll get going together, though. No worries. PEACE, mate.
Quick 4 said:
I am having some trouble adding the registry keys to the phone. I have no issues with updating Currently, which executes no problem, but currently2 freezes when it comes to My Device. Its stopping at the screen stating "script file imported successfully press ok" but it will not accept pressing ok.
Click to expand...
Click to collapse
This looks good, but no love for the blackjack. The home refresh kills me unless I get rid of my testui panel, I just can't let go of it yet. If I did, I would have to set it to manually update or write something to check to make sure I wasn't using an app at the update time. Because it sux when you're in the middle of typing and you end up on the homescreen.
Updated the mscr
I noticed that on my today high and low and tommorrow's high and low, it was displaying the same info, I fixed it. Below is the zip that has the updated mscr. Also, I know some people are liking the CTestUIPanel alot. So I made an mscr that uses the weather watcher data to give you updated info in the CTestUIPanel.
Caution: Each one of these needs an exe. All that means is unzip these and put them in your nrg chome weather folder. In your chome weather folder you'll notice how each of your original mscr files has its own corresponding exe. Check this, just copy a few of these exes into this same folder. Then rename them to your newer mscr file names. For example.
Rename one of your copied .exe's to:
weathernoupdate.mscr and it's corresponding exe is weathernoupdate.exe
See, that's it. Once you do, you can assign a hotkey and these work well. This way you can keep your current CTestUIPanel. I assigned a hot key to my current and currentreverse and it allows me to scoll left and right through my CTestUIPanel. Pretty cool, it's like having pages in the CTestUIPanel. I have to give Showaco all the credit for the idea. He showed me what's up and I incoporated it into one of my mscr's. Anyway, the original weather.mscr Organic uses is in here. My updated mscr, if you are using my Current Panels is in there, it is just titled weather.mscr.
Play with others, tell me what you think, remember smartoolkit assigns hot keys to programs. It can be fun if you have some free keys to assign to these puppies. Later.
Outerdepth
Where in the mscr that you round up the numbers for visbility and wind so you don't get the values in 2 decimel points.
Thanks
New Update
I have posted an update to the mscr and there are some screenshots in the zip as well. Make sure you have the regs. I have shown this to a few so far, and it is being well received from the "higher ups". Try it. I think you'll be glad you did.
outerdepth said:
I have posted an update to the mscr and there are some screenshots in the zip as well. Make sure you have the regs. I have shown this to a few so far, and it is being well received from the "higher ups". Try it. I think you'll be glad you did.
Click to expand...
Click to collapse
So, I just tried this little gizmo out. I followed the directions you gave in the first post...
copied icon2 folder to chome weather folder
copied updated weather.mscr file to chome weather folder
copied currently.reg and currently2.red, applied currently.reg and then applied currently2.reg on the phone.
I then restarted and nothing happened, only thing that changed was the icons, but none of the other information is showing ,and there is no 3 pages to scroll in the current weather panel. What did I do wrong?
Thanks,
Adrian
I don't know, try to rename the reg keys to .ccs instead of .reg. Then go to your file explorer on your phone, then open these. This should make sure they are installed correctly. Sometimes I had problems with other peoples reg keys, it would say they were updated, but they didn't. Mikey and some others had this problem too.
Just try the rename reg key deal and reboot, then update the weather.exe. This should fix your problem.
PLEASE, let me know if this worked for you.

NRG Weather 3.0 - "The pretty version..."

Here's Chome Weather 3.0 with a 10 day forecast. Download the cab and enjoy.
1) Install the cab in the link at the bottom of the post.
2) It should ask to reboot ! Press "Ok"
3) Go to your Start Menu and find "Weather Options", or go down to the Settings slide on your homescreen and the second slide will be the CHome Weather options slide.
Set your Zip / Location Code to your zip code if you're in the US or a "location code" if you're anywhere else (ex: ROXX003 for Bucharest). More info on finding your specific code is here http://developer.yahoo.com/weather/#req . Set the "Fahrenheit / Celsius" option. This will only affect the reading of the current conditions panels, not the text descriptions in the forecast panels. Those will always be in Fahrenheit.
Specify whether you would like the application to attempt to connect your default GPRS connection first, before updating. If you have a constant data connection on, leave this on "N". Finally you can turn off the autoupdate feature with the last option #7.
4) Now it might be a good idea to go to Start and find "Update Weather" and run it to update the weather data! Alternatively you can click the center button while you're on any of the forecast panels.
5) The cab should set your Home Screen to "Sliding Panel + Weather!" automatically.
6) Enjoy and report any bugs you might encounter, please.
New features:
- New 6 day forecast layout (layout #7)
- Autoupdate using Yahoo's server time. No manual control over update interval anymore.
- Revised layouts to ensure correct wrapping
- HomeScreen update feature. No need to reboot to see forecast or layout changes. This option is turned off by default because it doesn't work for everybody. If you turn it on and you see problems with your phone's radio turning off, phone becoming very slow etc... turn it off. (it's option #10)
- Added new panel to the Settings panel at the bottom for easy access to the weather updates and settings.
- "Stardock icons" are default for forecast and regular panels.
Screenshot descriptions:
1- IPhone Layout (this is the default layout)
2- Forecast Panels screenshot
3- Slim Panels Layout with the background options enabled
4- HTC Slim Layout while updating
5- HTC Slim Layout in normal mode
6- The HomeScreen with the weather plugin in its "condensed" state at the bottom, showing current conditions
7- Regular Panel Layout with no background.
8- IPhone Slim Layout
Download link > http://www.sendspace.com/file/4mh11j
Vox Version (Currently still at 3.0.1) > http://www.sendspace.com/file/0bie7d
Current Version: 3.1
Changes in 3.1
- Rearranged the order the various subroutines run.
- Fixed autoupdate issue.
- Removed HTC icons and background PNGs from the cab. Please download them separately from the addons post if you plan to use those layouts.
- Added option to show extended forecast panels on the homescreen or not.
- Added detection routine to detect if your phone's keypad is locked and NOT to update the homescreen is that's the case. Should help with the "Phone - Incoming" message problem that's been reported
- Edited some CPRs for better alignment
- More verbose status messages
- Etc...
More to come soon. The next version will update your clock panel with current conditions info. Just wanted to get this update out of the way first.
Changes in 3.0.1:
- Added 6 day forecast layout.
- Autoupdate feature based on Yahoo server's time.
- Small bugfixes, revised Options panel.
- Compressed PNGs.
- Complete portrait support for the new 6 day layout.
- Background used in screenshots included in .cab.
Changes to 2.0.3:
- completely redesigned Options panel. Hopefully things will be easier to get around. Now it tell you what the current layout used is.
- Fixed HTC Layout (5) text not wrapping down issue.
- Added option NOT to check for internet connection before connecting.
- Options panel keeps track of what layout you're running.
- added blue, purple, WM7 style or original glass panel selection to options panel.
- updated portrait CPRs.
- forecast panels should now display "N/A" icons when a forecast is not available instead of a red x.
- ability to choose between european ("rest of the world pretty much...) or american style dates on the forecast panels.
If you like this application and feel the need to support my work, here's a link to donate to me via PayPal.
PayPal Donate Link
DO NOT install this to the storage card. It will not work that way!
p.s. Portrait support is included for the new 6 day layout.
p.s.s. The cab seems to take a few minutes to install, especially if you're installing over 2.0.3. So just be patient I guess...
Update to 3.1
Only install this if you have 3.0.1 or 3.0.2 installed. Otherwise, download the cab in the sendspace link above and install the whole app.
This is the "addons" post.
Added "NRG Power Key..... .cab This will add three options to the menu that comes up when you hit the power key on the side of your Excalibur. "Power off", "Reboot" and "Weather Update". I hope they're self explanatory Have fun. Take note your wireless manager might be gone, or might act erracticaly. If you have problems, just install the cab. Don't post in the thread about it, there's nothing I can do about it.
Download the Calibri font mod if you want your system font to look like the one in the screenshots.
The Yahoo, Spil, Novaweather and 7Degree icon sets are alternative icons sets for most of your layouts and extended forecast panels
Most of the icons sets install as a one time installation application. Which means you will not see it in the "uninstallable" list of program under "Settings". Once you run the cab, it will overwrite whatever icons are installed and that's it...
Reserved... the last one.. I promise
Looks niiice i will be testing on Portrait (tornado)
Good Job
So far so good on my Q9c. Last version had to be uninstalled due to a couple of crashes. The worst being when I plugged into the computer the home screen crashed and would not recover after a reboot.
Like the new layout.
Formatting on QVGA
Incredible progress!
I've attached two SS's from my QVGA, using your layout #9 (Standard 6 day which is only 4 day by the way). As you can see, the bottom Temps are not lined up in either F or C and I looked at the CPR, but it is like Greek to me... I see "Bottom Temps" but fiddling and restarting gives me either to the Right or Left - I don't suppose there is a GUI for modding these CPRs is there?
Can you assist in getting it all lined up?
Thanks and keep up the GREAT work! Expect some more PayPal coming your way!
The new layout looks beautiful. The one thing i might suggest: You may want to add an option in advanced options to turn off the 10 day forecast. Since it appears that im going to be using this 6 day testpluginui ( and several others will be too) they may not want or need the additional 10 day forecast panel.
I personally know how to disable it via the registry, but others may not. Secondly, If that option is de-selected, if you can also put in the weather.mscr file to not update that panel, so that way the weather updater runs a little faster.
Edit: I also think that today's Hi/Lo under the city needs to be removed. Its kind of redundant info, since the same info is located in the 6 day forecast located in the first day of the 6 day forecast.
This will also allow more room for lengthier weather condition names.
Damn,
Free service is at full capacity, hope someone can mirror it later.....
I'm anxious to try it
I installed on my Q9c and I still get that font issue with large text boxes in PIE, however, I'm willing to put up with it at this point since the 6-day layout means I don't have to reboot the phone to see the latest forecast.
Any idea what might be causing the font issue? Since this weather panel is basically just scripts reading XML files and making registry changes, I can't imagine that it'd be too hard to figure out what's causing the PIE font issue. The font issue isn't a huge deal and I'd completely ignore it if it weren't for the fact that the digital font makes no differentiation between upper and lower case and many special characters just show up as boxes.
I dumped the 10-day panel and added a link to the Weather Update in my links panel if I ever decide to manually update the weather.
Dees_Troy said:
I installed on my Q9c and I still get that font issue with large text boxes in PIE, however, I'm willing to put up with it at this point since the 6-day layout means I don't have to reboot the phone to see the latest forecast.
Any idea what might be causing the font issue? Since this weather panel is basically just scripts reading XML files and making registry changes, I can't imagine that it'd be too hard to figure out what's causing the PIE font issue. The font issue isn't a huge deal and I'd completely ignore it if it weren't for the fact that the digital font makes no differentiation between upper and lower case and many special characters just show up as boxes.
I dumped the 10-day panel and added a link to the Weather Update in my links panel if I ever decide to manually update the weather.
Click to expand...
Click to collapse
It may be the chome_320X240.cpr file in your /windows directory. When you load a layout. his program pulls .cprs from the chomeweather directory and replaces your original chome_320X240.cpr file ... you may uninstall. copy over your chome320X240.cpr file do your PC's desktop and open it and whatever .cpr file you use for the weather layout and compare the differences.
Glad you guys like it. I'm sorry the portrait guys are still experiencing issues, like the misalignment of the bottom temps. However, the issue needs to be taken care of in the weather.mscr file, not the cpr file. I think I will switch to png rendering of the bottom temps instead of relying on text handled by the plugin. It's just not reliable at all and the temps are always a little misaligned....
Look for 3.0.1 at the end of the day... LOL
pudgedaddy said:
The new layout looks beautiful. The one thing i might suggest: You may want to add an option in advanced options to turn off the 10 day forecast. Since it appears that im going to be using this 6 day testpluginui ( and several others will be too) they may not want or need the additional 10 day forecast panel.
I personally know how to disable it via the registry, but others may not. Secondly, If that option is de-selected, if you can also put in the weather.mscr file to not update that panel, so that way the weather updater runs a little faster.
Edit: I also think that today's Hi/Lo under the city needs to be removed. Its kind of redundant info, since the same info is located in the 6 day forecast located in the first day of the 6 day forecast.
This will also allow more room for lengthier weather condition names.
Click to expand...
Click to collapse
I was gonna say EXACTLY what you just said. lol.
pudgedaddy said:
The new layout looks beautiful. The one thing i might suggest: You may want to add an option in advanced options to turn off the 10 day forecast. Since it appears that im going to be using this 6 day testpluginui ( and several others will be too) they may not want or need the additional 10 day forecast panel.
I personally know how to disable it via the registry, but others may not. Secondly, If that option is de-selected, if you can also put in the weather.mscr file to not update that panel, so that way the weather updater runs a little faster.
Edit: I also think that today's Hi/Lo under the city needs to be removed. Its kind of redundant info, since the same info is located in the 6 day forecast located in the first day of the 6 day forecast.
This will also allow more room for lengthier weather condition names.
Click to expand...
Click to collapse
I second that, the testui pluig in is enough for me, I already remove the welcome center because is no need to get it on the screen, anyway it looks besutiful, great work......
Great work as always, man. Amazing how you fit so much information in such a small place.
Personally, I'm sticking with the NRG Slim layout for now. Going for the "less is more" effect
Whats Vox version and how do i get my NRG Colored panels with the 5 day forcast like on PIcture 4?
pudgedaddy said:
The new layout looks beautiful. The one thing i might suggest: You may want to add an option in advanced options to turn off the 10 day forecast. Since it appears that im going to be using this 6 day testpluginui ( and several others will be too) they may not want or need the additional 10 day forecast panel.
I personally know how to disable it via the registry, but others may not. Secondly, If that option is de-selected, if you can also put in the weather.mscr file to not update that panel, so that way the weather updater runs a little faster.
Edit: I also think that today's Hi/Lo under the city needs to be removed. Its kind of redundant info, since the same info is located in the 6 day forecast located in the first day of the 6 day forecast.
This will also allow more room for lengthier weather condition names.
Click to expand...
Click to collapse
Point taken. I will remove the "hi -lo" in the top left corner and make enabling the welcome center an option
Excuse me for the question, but will this app work on regular WM6, or it only works with WM 6.1 Chome?
No chances to have a version for WM6?
luckyland said:
Excuse me for the question, but will this app work on regular WM6, or it only works with WM 6.1 Chome?
No chances to have a version for WM6?
Click to expand...
Click to collapse
this app is specifically written for the sliding panel homescreen. The sliding panel homescreen is only available on the WM 6.1 platform. So no. it does not and will not work on the WM6 interface
I've got the shakes...
Oh man... I SO wanna download this and "finagle" while I'm here at work, but I'll need to edit my cpr and it's too cumbersome trying to do it from the phone (instead of on my PC desktop). Blast! My love for boldened titles hinders me from enjoying this .cab this instant! lol

CHECK OUT NEW WEATHER APP & THREAD! (This Thread Retired) ODSHOWeather.CAB (8-07-08)

CHECK OUT NEW WEATHER APP & THREAD! (This Thread Retired) ODSHOWeather.CAB (8-07-08)
**Note**Thnx to Rafer,NRG/Z28,Pudgedaddy, Luckybandit!!!
WE HAVE A NEW WEATHER APP!!!! IT IS BETTER AND MORE EFFICIENT
CHECK OUT THE NEW THREAD!!!
Updated: (7-08-2008) ODSHOWeather v1.0.2b (8:37 p.m.)
Please read all instructions before posting. Thanks.
Showaco, I are happy to bring you what will be one of the final installments of the weather panel. I have worked on testing this thing for a while. The new addition is the radar page to the forecast panel. This includes a new app that is included in the cab. It's called Weather Radar. It is located as your right soft key link. Just click it from your phone to set it up. This is a separate app that runs in our panel, but is not required to use the panel at all. I just included this, because it is frickin' sweet. Just input your location and it shows an updated radar image for your area that is updated by the NOAA every 6 minutes. Trust me, if you work outside for a living, this is a godsend.
Like I said, this weather radar app is not part of our weather update or any panels display properties or anything, it is simply a link to a separate (yet related) app. That's all.
With that being said. This radar page is pretty sweet. Follow the instructions below to make sure your clock weather, forecast panel, AND radar are setup properly, before you use this. Hope you enjoy, there are 4 wavs for you to check out as updated voice messages. There are 4 panel borders that you could display. You have an option for now forecast panel (lite version) and an option to display a forecast panel (full version).
Look at the 3rd url below, in it is a zip that you can use to replace your digits in your clock panel. The digits1 are the originals, the digits 2 are the HTC Diamond Font numbers. If you are curious as to what they look like, just search HTC Diamond. Luckybandit posted these, so thanks to him. In order to have these display, just rename either folder to digits and drop it in your \Program Files\Outerdepth\KPWeather folder. They will overwrite the ones you have, but don't worry, I have supplied you with both. They will not completely show up until the forecast panel update has run, so set your fupdate value to 1 in your reg, and then run the update. The location in your reg is HKLM Software\Outerdepth\KPWeather.
Lastly, we do have a banner, so you can also edit your banner's display text. It is located in the options menu as well. It will be displayed in the scrolling texts in your clock panel. ENJOY!!!!!
CHECK OUT SHOWACO'S POST #2!!!!!
Instructions:
1. Download cab from link below.
2. Copy cab to smartphone. Using explorer or Total Commander, click on the
cab. It will install. If you have downloaded the cab before, don't
worry about uninstalling it, it will do all the work itself. That's it. All installations are done.
3. Go to your weather options and set them up. Do all of the options, if you want or expect all of the features to work!!
4. Run Weather Update. It will write your forecast panel and radar. That's it.
Link: Updated (7-07-2008) (8:37 p.m.) 3 Direct Link Downloads !!
URL #1: the ODSHOWeather v1.0.2a.cab NO RADAR
http://mobile.txcaesar.net/mobile/a... Showaco Productions ODSHOWeather v1.0.2a.cab
URL #2: the ODSHOWeather v1.0.2b.cab RADAR FOR YOUR PHONE!!
http://mobile.txcaesar.net/mobile/a... Showaco Productions ODSHOWeather v1.0.2b.cab
URL #3: the extra digits you can replace in your panels!!!
http://mobile.txcaesar.net/mobile/apps/homescreens/DigitsforYourPanel.zip
For our wavs, we have male, female, and even ones for our Latino(a) compadres!!!!
More Links
Here's links to a blackjack site:
http://mobile.txcaesar.net/mobile/m...pic&t=79&sid=a6200f782cbb757e6528f21c4214369a
and a moto q site:
http://www.everythingq.com/forum/software/kp-weather-plugin-for-clock-panel-23881.html
Here's the original 320x240 sliding panel cpr file for anyone who needs it to remove cclock weather and fat panels.
Looks nice! I'll have to try it out soon.
Looks great
The thumbnails look great. I have a couple of questions:
1. Looks like you are using the fat panels. Is it possible to use just a fat panel for this, and slim panels for the rest of the panels?
2. Will you be posting a cab anytime soon that automates the installation?
Thanks.
Great job
Can't wait to load your app on my Excalibur and try it out but I am at work and need to wait until I get home since you do not have a cab file.
Looks great but !!!! Even though I have added quite a few things to my phone your installation instructions are beyond my knowledge.
Step #4? More explanation needed. Are these registry files. Are they exe files? Where do I copy them and how do I run them.
Also, one other thing that I would like you to include. When you include the new option of radar, can we choose our own radar. The local TV station has an great radar screen for mobile phones that I would like to use.
Thank for all your work,
Tim
debabratadey said:
The thumbnails look great. I have a couple of questions:
1. Looks like you are using the fat panels. Is it possible to use just a fat panel for this, and slim panels for the rest of the panels?
2. Will you be posting a cab anytime soon that automates the installation?
Thanks.
Click to expand...
Click to collapse
1. In sliding panels, as of now, all panels must be same size, no exceptions. But if there is interest, it is possible to kinda create the illusion of different size panels using panel backgrounds.
2. We hope to have cab up in a few days.
tf442 said:
Can't wait to load your app on my Excalibur and try it out but I am at work and need to wait until I get home since you do not have a cab file.
Looks great but !!!! Even though I have added quite a few things to my phone your installation instructions are beyond my knowledge.
Step #4? More explanation needed. Are these registry files. Are they exe files? Where do I copy them and how do I run them.
Also, one other thing that I would like you to include. When you include the new option of radar, can we choose our own radar. The local TV station has an great radar screen for mobile phones that I would like to use.
Thank for all your work,
Tim
Click to expand...
Click to collapse
To run the reg files, you need to use a reg editor, I use resco explorer which does a great job but there are others.
As for as radar, It is possible to use custom radar, but that isn't the way we were headed right now. But we will consider it.
thats sweet.....its goin on mine as soon as I get home
The one thing I might like to add it that if you have any issues after uninstalling NRG's Chome Weather , where it gives a whie screen with an error unable to find weather.exe it's because it's still stuck in your notifications queue. Run Sktools and locate your notifications and find the offending notification and check it, then remove it. This will stop that error.
I'm only mentioning this in this thread as to warn others about this possible issue just avoid any confusion that by installing outerdepth's weather app, it does not cause this error.
Locked out of Messaging
After following your directions I am unable to acces messaging on my Dash and there is no weather. Please give more detail on step 4 on how to actually "Run" and reg file. Is it an import?
You're going to have to tell me where to edit the scrolling marquee stuff. I dont see where to customize it.
Nevermind: I found it.... for anyone who wants to know, you have to edit the KPWeather.mscr file in notepad or other text editing software and locate the txt8 value about a little past half way down the page and edit it. then overwite other original .mscr
Update: Where would i go to edit the Condensed Text in the forecast panel. I want to read something else besides CWeatherODSP
Nevermind on update: I figured out how to change the condensed text in forecast panel too.... i'm such an idiot sometimes... was an easy find.
pudgedaddy said:
You're going to have to tell me where to edit the scrolling marquee stuff. I dont see where to customize it.
Nevermind: I found it.... for anyone who wants to know, you have to edit the KPWeather.mscr file in notepad or other text editing software and locate the txt8 value about a little past half way down the page and edit it. then overwite other original .mscr
Click to expand...
Click to collapse
For non weather related additions to text loop, it can be easily added in the loop.mscr as a regwritestring added to bottom of current list.
showaco said:
For non weather related additions to text loop, it can be easily added in the loop.mscr as a regwritestring added to bottom of current list.
Click to expand...
Click to collapse
It would be nice to add that as an option in the weather options .mscr.... other folks may not be saavy enough to use a text editor. It would kinda of "idiot proof' that function
Awesome App
Congrats Outer & Showaco. It's a great app & it works flawlessly. Only suggestion I have is if it's possible to make this for normal panels (I use normal, not slim). I know it's very difficult to put that much of information on this size (and I must say the clock panel looks AWESOME) but my other panels look really fat with too large fonts.
Anyway it's just a suggestion. The app is really cool and I have to say thank you for all your hard work
Cheers
Hey Outerdepth, this is awesome. We're finally going away from CTestUIPlugin. However, after copying my weather script line for line, even down to the directory names and graphics used... I would at least appreciated a little statement that this is all possible because you're using my application But hey....
pudgedaddy said:
It would be nice to add that as an option in the weather options .mscr.... other folks may not be saavy enough to use a text editor. It would kinda of "idiot proof' that function
Click to expand...
Click to collapse
Will be done later tonight, thanks for the input. We will add a user text line that can be edited from options panel.
You may also want to edit the Title on the consensedtitle panel. It currently reads: CWeatherODSP .... which to me doesn't seem to descriptive. I personally changed it to read "7-Day Weather Extended Forecast". that seems a little more descriptive to me. Of course you can do whatever you want to it, but using the title i use or some other variation of what i use may be a little more descriptive.
Slim Panels
showaco said:
1. In sliding panels, as of now, all panels must be same size, no exceptions. But if there is interest, it is possible to kinda create the illusion of different size panels using panel backgrounds.
2. We hope to have cab up in a few days.
Click to expand...
Click to collapse
If possible, I would like the slim panels. I hope that there are others who would want it enough to motivate you to create the illusion you are talking about. Thanks, and waiting for the cab...
Yeah! A Real Weather App
Great job guys and will be even better when you add the "Doppler Radar" with automatic updates. Please use the newly released "Doppler Radar" for smartphones and pocketPC devices, again guys, this is a super awesome job.................!

[APP] Shopping Cart v 5.3 available now!

** version 5.3 available now! **
Information:
You no longer need to uninstall previous version(s) before installing the latest version!
If you have AppToDate you can use that to update the application to the latest version!
This requires .NET compact flash 3.5!
This supports Windows Mobile 6, 6.1 and 6.5.
Supported resolutions are 240x320, 320x320, 240x400, 480x640 and 480x800 in both portrait and landscape modes.
Downloads are in post 2 or you can use AppToDate to update it.
If you create your own language files please upload them to this thread so I can include them with the application!
Upcoming:
Add language support for configuration utility and save/open/browse dialogs. Currently only the main application supports alternate languages.
Possibly adding price information option per item (this would toggle-able by a setting).
Possibly adding finger gesture recognition for different things.
Possibly adding SMS support.
Possibly adding Today plugin.
Possibly add D-pad support.
Version 5.3:
New features:
Shopping Cart Companion - You can use this tiny application to easily create and manage lists (both standard and master lists) from your PC and transfer them directly to your device.
Fixes:
Optimized code greatly for larger lists. Opening a large list, e.g. 40 items per tab over 3 tabs opens in 5 seconds instead of 30. This has a huge impact on older / slower devices.
Version 5.2:
New features:
Shopping lists now have the typical elastic rebound effect when a list is scrolled beyond the beginning or end of a list.
Fixes:
The position of a shopping list no longer automatically scrolls to the top of the list if you click an entry that is below the "first page" of the list.
Version 5.1:
New features:
Save As menu option for new lists.
New setting to save a new list automatically.
New option under Settings/General/SIP. Show automatically when entering: Enabled, Enabled in Portrait Only, Disabled.
Fixes:
Exporting all marked items of a master list to a regular list doesn't work when using "mark all items".
Exiting from the master list without saving or anything says that the user tried to save the masterlist as a regular list.
Various errors with save dialogs not appearing and files not being saved.
Version 5.0:
NOTE: You will have to uninstall the previous version because of the name change! Otherwise you will have both applications installed!
New features:
Landscape for all supported resolutions. This is currently only within the main application screen, not the settings screen, save/open screens, etc.
New initial GUI upon start of application (enabled or disabled by a setting)- a "home" screen with more intuitive quick-launch buttons to access application features.
New option on long-press-hold over an item - copy item text to input field.
Language files included have been updated with the new entry above and need to be translated. When you do, please upload them to this thread.
A new setting to prompt a user to overwrite an existing saved cart rather than just doing it.
Application will be renamed to "Digicast Solutions' Shopping Cart" from "cRaCKwHoRe's Shopping Cart"
Fixes:
Intermittent application errors / crashes when deleting / duplicating items / opening and closing SIP.
Application not remembering last opened list.
Saving a list sometimes doesn't actually save it. This is fixed.
I am trying to prevent where a list of items scrolls back to the top if you are scrolled down and click an item.
Version 4.2:
Fixes:
Scrolling issue resolved.
Inability to add new categories/tabs resolved.
Resampled and resized images thanks to aiiro.
Version 4.1:
Fixes:
Opening a saved master list would cause an error. This has been fixed.
Installing the latest version of Shopping Cart will no longer overwrite your customized application settings with the default ones. They are now saved between versions.
Adjusted size of item container on different resolutions so that all items can be seen completely when you have a larger list.
Other:
Still trying to duplicate the "scrolling" issue affecting some users so that I can fix it...
Version 4.0:
New features:
Duplicate item (context item)
Rename item (context item)
Move item up/down (context item)
Check / uncheck item (context item)
Rename tab (context item)
Rename tab (menu item)
Add tab (menu item)
Delete all items (menu item)
Sort list (menu items)
Addition of master list functionality
Addition of Help screen
Addition of AppToDate support
Changed application installation location and registry location to "Shopping Cart" instead of "Shopping Cart v x.x" for compatibility with Sashimi and AppToDate
New setting for prompting user to clear cart
New setting to disable single-clicking an item to check/uncheck it. Disabling it requires a tap+hold and select from a context menu to check/uncheck an item.
Fixes:
Application now shifts/resizes when SIP is displayed so you can see everything (may add a setting for this, what do you guys think?)
Lots of new language items so language files will have to be edited
Tweaked some code and fixed a few memory leaks to make application faster overall
Saved lists are now automatically saved as Unicode files to preserve special characters.
Version 3.1:
New features:
Multiple resolution support - now currently 480x800, 480x640, 320x320, 240x400, 240x320. I only have a 480x800 device but on my emulators everything looks fine on the other resolutions. Let me know what you find!
Included updated/new language files posted to thread into cab file.
Fixes:
Saved cart being opened in reverse.
Version 3.0:
New features:
Multiple resolution support - currently 480x800, 320x320, 240x320. More coming...
Functionality to remove an entry altogether.
Tabbed cart lists to separate shopping carts for different stores.
Custom/enhanced save/open/browse dialogs. Default Windows Mobile ones are awful.
Context menus.
New configuration utility to change application settings, rather than modifying the registry.
Numerous new user-configurable settings and options via configuration utility.
Saving a list now retains the marked/unmarked status of a list when it is saved and re-imported.
New menu item(s) to check / uncheck all items in the cart list at once.
Fixes:
Slow scrolling issue.
Rearrange status and item list columns so longer items don't display over or behind the status checkbox.
Unicode character display issues with language files.
Labels no longer cut off in different languages.
Other:
Changed checked-item image to green checkmark to match "Manila" styling.
There are 15 language files now included, thanks to all the contributors for making the changes from the previous version. Old language files are not compatible with this release and will cause an issue when the application loads if you try to use one.
Had to temporarily remove color and strikethrough options for compatibility. Will try to add this back in for next release.
Version 2.1:
Fix startup issue for alternate language roms.
Remove scrollbars but still allow scrolling, to be more like other touch-sensitive scrolling applications.
Ability to customize the color of checked / unchecked items if MultiColorFonts is enabled.
Multiple language support.
Moved application settings into registry rather than .xml file.
Downloads
The files are below. Shopping Cart Companion needs to be extracted. It requires .NET 3.5 framework on your computer.
Also, here is a link to all the .NET 3.5 compact framework installation files.
You specifically need to have:
NETCFv35.wm.armv4i.cab
NETCFv35.Messages.XX.wm.cab (where XX indicates your phone's language)
Hi thanks, that's really cool. I will use it as a to do list (I had raised this question a while back). It's not quite as good as getting it as a front page tab, but it will suit me fine. Cheers!
Fantastic, thank you.
Just last week I was thinking that it would be better to have a program that I could easy mark off what I have got. Now it is here. Cool
Thanks
Looks good...thanks!
Looking mighty fine crack . Lol @ forgetting cab file in first post.
/a
great work buddy.
Any one has ried on qvga?
Hey just tried this and on QVGA and it works but it seems that the spacing is slightly out compared to yours on the WVGA? Have a look
Apart from that all seems good!
great work, thanks!
cRaCKwHoRe said:
A while back I wrote a very basic utility where I could write a shopping list and use it on my phone to go shopping with rather than taking a piece of paper and a pen with me. I got tired of forgetting stuff LOL! I use it every time I go to the store. I just thought I would share it with you all.
You can manually type in items to add to the shopping list or you can type up a list in Notepad or something similar. If you want to import a list in the application just save the file as a text file with each entry separated by a carriage return (new line / Enter) and copy it to your device. Then, in the application click File and Open and browse to where you copied the .txt file.
When you tap an item (click it) it toggles strikethrough text style, in effect marking it as found
Attached are a few screenies.
I'm open to suggestions as far as modification and such. It is designed for and works for the Touch HD as far as resolution is concerned. I don't know about other devices as I haven't tested it on any as I have no others.
Also, it requires .NET compact flash 3.5.
Click to expand...
Click to collapse
I like it
How about I help you with designing some graphics for this? It's functional as it is, I'd just like to see it a bit prettier
antrak said:
Looking mighty fine crack . Lol @ forgetting cab file in first post.
/a
Click to expand...
Click to collapse
Hush you! I was drinking last night!!!
chris10230 said:
Hey just tried this and on QVGA and it works but it seems that the spacing is slightly out compared to yours on the WVGA? Have a look
Apart from that all seems good!
Click to expand...
Click to collapse
What resolution is that? I know I can fix it... just forget what that resolution is
Rozenthal said:
I like it
How about I help you with designing some graphics for this? It's functional as it is, I'd just like to see it a bit prettier
Click to expand...
Click to collapse
Please do! I am the suck at graphics but can develop anything
Anyway of getting it to work on TF3D home screen as a plugin? Like it could say "10 items on list" then you click it and it loads the program?
nicelad_uk said:
Anyway of getting it to work on TF3D home screen as a plugin? Like it could say "10 items on list" then you click it and it loads the program?
Click to expand...
Click to collapse
You mean the home screen being where it shows the clock, your missed calls, voicemails, calendar events, etc. right? If so, I wasn't aware things could be added to that. If they can I could look into it.
saw your announcement in Dutty's area, and got it. Work like a charm, man, thanks. I have been looking for a super simple one like this for long
Simple and useful...
Thanks!!
cRaCKwHoRe said:
You mean the home screen being where it shows the clock, your missed calls, voicemails, calendar events, etc. right? If so, I wasn't aware things could be added to that. If they can I could look into it.
Click to expand...
Click to collapse
That would really make it perfect for me for what I was after to use as a to do list.
cRaCKwHoRe said:
What resolution is that? I know I can fix it... just forget what that resolution is
Click to expand...
Click to collapse
That would be 240x320 mate and good work simple and easy to use, its just a shame so many good apps get lost in the different development threads, i only found this due to pocketnow.com

Categories

Resources