Notices

Applications and Utilities Talk about apps and utilities for Windows Mobile and PPC

Reply
 
LinkBack Thread Tools
Old 10-17-05, 10:39 PM   #1 (permalink)
JonMisurda
Guest
 
Posts: n/a
RadarWatch 2.0 alpha - need testers

I am making an alpha version of my new version of RadarWatch available in the hopes that people will download it and tell me if it runs on your device.

Version 2.0 is a complete rewrite from C#/.NET Compact Framework to Visual C++. I became immensely frustrated with the limitations of the .NET CF, and how if I wanted to do anything at all I needed to call native functions anyways. So I am rewriting it entirely in native calls.

This alpha is a technical demo. All I want is to see if it runs and can download a map onto your device. If it fails or crashes, post what device and what version OS you have. It may not work on PPC2002 devices. If so I can fix that in a subsequent release. Let me know.

This first alpha is primitive: there is no support for animation, for current weather, or for saving any configurations at all. Everytime you start up it will need to be told your city and which of the 4 types of radar you want to download.

Click the green arrow to download the latest radar. The box of arrows toggles fit to screen, or actual size. The program is HI_RES_AWARE for VGA devices. The map, when in full size, can be scrolled using the stylus. Redraw is done on stylus up (will make smoother later.)

My goal is to get this up to the level of the 1.1 betas soon. That means no new features unless they are an obvious update given the newfound freedoms I have in C++/Win32 API.

Just let me know if it runs.

Download it from: http://www.cs.pitt.edu/~jmisurda/ppc...atch2alpha.zip

Unzip, copy anywhere. It will create a file called latest.gif in the same directory.

Jon
  Reply With Quote
Sponsor Ads
Old 10-17-05, 10:46 PM   #2 (permalink)
Aximsite Elite
 
joedoe101's Avatar
Uber Member
 
Join Date: Dec 2003
Location: Colorado
Posts: 2,862
Thanked 0 Times in 0 Posts
I will install later :) Once on my axim...
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
joedoe101 is offline   Reply With Quote
Old 10-17-05, 10:48 PM   #3 (permalink)
Aximsite Veteran
 
darkdestroyer's Avatar
Uber Member
 
Join Date: May 2005
Posts: 1,607
Device: Samsung SPH-i730
Thanked 0 Times in 0 Posts
Not bad looking. Will try it soon
darkdestroyer is offline   Reply With Quote
Old 10-18-05, 12:07 AM   #4 (permalink)
Aximsite Elite
 
Rishad's Avatar
Addicted Member
 
Join Date: Aug 2005
Location: Vancouver, BC
Posts: 3,677
Device: iPhone 2G (OS 3.1)
Carrier: City Fido
Thanked 1 Time in 1 Post

Awards Showcase
Aximsite Active Bronze Member Admin Medal Aximsite Contest Winner Top Notch MyPDA Red Cross 
Total Awards: 5

worked on mine. I could zoom/out and could drag the image too. only the bottom texts were a little chopped. can Canadian cities be added?
Attached Images:
File Type: jpg test.JPG (25.9 KB, 69 views)
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

.
.
.
.
.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.




To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Rishad is offline   Reply With Quote
Old 10-18-05, 12:13 AM   #5 (permalink)
Aximsite Elite
 
joedoe101's Avatar
Uber Member
 
Join Date: Dec 2003
Location: Colorado
Posts: 2,862
Thanked 0 Times in 0 Posts
Works great on x30h wm2003se
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
joedoe101 is offline   Reply With Quote
Old 10-18-05, 12:21 AM   #6 (permalink)
JonMisurda
Guest
 
Posts: n/a
Originally Posted by akheron
worked on mine. I could zoom/out and could drag the image too. only the bottom texts were a little chopped. can Canadian cities be added?
Ok, there's an issue with loading the wrong toolbar on QVGA devices. I will straighten that out. THanks.

As for Canadian cities, I get the images from http://www.weather.gov/ which is just American maps. Does canada have an analogous service? In the final version you'll be able to add custom maps for anywhere you have a URL to, but most of the features will be for the USA since thats where I have free, convenient data from.

Thanks for testing. I'll have a new version tomorrow or wednesday for everyone to try.

Jon
  Reply With Quote
Old 10-18-05, 12:27 AM   #7 (permalink)
Aximsite Elite
 
joedoe101's Avatar
Uber Member
 
Join Date: Dec 2003
Location: Colorado
Posts: 2,862
Thanked 0 Times in 0 Posts
Yes, I did notice the bottom toolbar looked a bit wierd
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
joedoe101 is offline   Reply With Quote
Old 10-18-05, 12:28 AM   #8 (permalink)
lkingzin53
Guest
 
Posts: n/a
thanks so much for continuing developed on thiS!! it looks A ok on my x50v rom3. like it!
  Reply With Quote
Old 10-18-05, 01:17 AM   #9 (permalink)
JonMisurda
Guest
 
Posts: n/a
I've made one last version for tonight: alpha 2.

Alpha 2 adds basic animation support back in. Click on the blue triangle to play. It always will download every image every time, something I need to fix once we hit Beta stage. it will create 10 files anim0.gif...anim9.gif so you may want to put the program in its own directory.

I've also placed in the dialog for managing custom radars. This is just the GUI design. It does NOT WORK yet. I will add this soon. Still no configuration saving either.

It should fix the toolbar issue, and be a bit less flickery in the downloading. Let me know of any unresolved issues.

Download from: http://www.cs.pitt.edu/~jmisurda/ppc...tch2alpha2.zip

Jon
  Reply With Quote
Old 10-18-05, 01:26 AM   #10 (permalink)
AtTheCross
Guest
 
Posts: n/a
"Alpha 2 adds basic animation support back in. Click on the blue triangle to play."

This doesn't work, it DL's the file but no animation when blue triangle is tapped
  Reply With Quote
Old 10-18-05, 01:28 AM   #11 (permalink)
JonMisurda
Guest
 
Posts: n/a
It appears not to work unless you've hit the green arrow already.

I'll look into it tomorrow.

[edit] oh i'm dumb, i realized why. I'll fix it in a couple minutes.

Jon
  Reply With Quote
Old 10-18-05, 01:32 AM   #12 (permalink)
JonMisurda
Guest
 
Posts: n/a
Ok, should be fixed now. Redownload from the above link for alpha 2.

Jon
  Reply With Quote
Old 10-18-05, 01:38 AM   #13 (permalink)
JonMisurda
Guest
 
Posts: n/a
And then there was another problem. Which is now fixed. This is what I get for coding at 1:30 in the morning. Download from above, I'm going to bed.

Jon
  Reply With Quote
Old 10-18-05, 01:41 AM   #14 (permalink)
AtTheCross
Guest
 
Posts: n/a
kewl working for me now
  Reply With Quote
Old 10-18-05, 04:24 AM   #15 (permalink)
Driftless
Guest
 
Posts: n/a
nice job so far!
  Reply With Quote
Reply

Tags
alpha, radarwatch, testers

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:59 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC