Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations > Open Source Projects
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Open Source Projects The place to discuss Basic4ppc open source applications.

Pocket Weather

Reply
 
LinkBack (2) Thread Tools Display Modes
  #91 (permalink)  
Old 12-09-2008, 02:32 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default

Quote:
Originally Posted by klaus View Post
@Filippo,
Danke für den Test, es ist doch komisch, wie Du es schon mal in einem anderen Test gesehen hattest, dass der Text im Portrait Modus nicht so sauber aussieht als im Landscape Modus.
Das Problem in Deinem 3ten Bild werde Ich natürlich verbessern. Hatte leider nicht mit allen Sprachen getestet.

Thank you for the tests, it is starnge, as you already had seen it in a previous test, that the texts in portrait mode are not as sharp as in the landscape mode.
The porblem in your 3rd image will for shure be improved. Unfortunately I didn't test it with all languages.

@digitaldon37,
I forgot this one, if you don't mind, I will no more draw the messages on the bottom of the screen, but on a Panel in the middle. Before, when drawing onto the foreground it was easy to refresh a part of the screen without changing the background image. In drawing now directly onto the background image, it would need two whole screen updates for a message, the first time for displaying the message, and the second time to delete it. With the Panel the message display would be independant.

Best regards.
Thanks! I noticed on the pda that there is a delay during screen paints. I don't think this is an issue but I thought I would mention it to see if anyone else noticed it. For example, when going from the main screen to detail screen, you can see the screen being erased (a blank screen shows) and then you see the new screen.

But again this is a minor point. I think getting rid of the fuzzy fonts (though I never could see them on my pda) is a big win.
Reply With Quote
  #92 (permalink)  
Old 12-09-2008, 02:36 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,827
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi digitaldon37,

I read the posts at xda, and I agree with davehutch about the image sizes. They should be the same for both, image and control.
- The condition images are 52*52 pixels but in the program 50*50.
- The detail images are OK 40*40 both
- The button images back,save etc are 48*48 but in the program 50*50
- The + / - button images 16*16 and in the program 20*20

For the +/- buttons there is also a difference in the display on the desktop and the device. I suspect that, as the image files are PNG files they use the 4th byte for tranparency which seems to be used on the desktop but not on my device (WM2003).

In the attached image you see the difference, left device right desktop. Just for test the upper + button is 16*16 pixels. This should remain 20*20 but 20*20 images.
There is also an image with the new Message display.

As I am updating the program, do you want me to also update these sizes.

Best regards.
__________________
Klaus
Switzerland
Reply With Quote
  #93 (permalink)  
Old 12-09-2008, 02:44 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default

Quote:
Originally Posted by klaus View Post
Hi digitaldon37,

I read the posts at xda, and I agree with davehutch about the image sizes. They should be the same for both, image and control.
- The condition images are 52*52 pixels but in the program 50*50.
- The detail images are OK 40*40 both
- The button images back,save etc are 48*48 but in the program 50*50
- The + / - button images 16*16 and in the program 20*20

For the +/- buttons there is also a difference in the display on the desktop and the device. I suspect that, as the image files are PNG files they use the 4th byte for tranparency which seems to be used on the desktop but not on my device (WM2003).

In the attached image you see the difference, left device right desktop. Just for test the upper + button is 16*16 pixels. This should remain 20*20 but 20*20 images.
There is also an image with the new Message display.

As I am updating the program, do you want me to also update these sizes.

Best regards.
I think we should change it to the sizes that are standards - ie 48x48 for the condition, 36x36 for details - this would let people drop icons that are already available and use them without much effort.

The button sizes should probably be something standard also - 48x48?

I forgot what I used for the add/delete sizes, but those probably should match the control containers on the form.

At least those are the sizes that I can find that are in use. Realize Weather Icons (for Ifonz, S2U2 and other Apps) by Bluemetalaxe - xda-developers

Thanks for making the updates!

[update]

add/delete icons: 16x16
weather forecast details: 36x36
weather current details: 48x48
form buttons: 48x48

Last edited by digitaldon37 : 12-09-2008 at 10:33 PM.
Reply With Quote
  #94 (permalink)  
Old 12-11-2008, 06:44 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,827
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Here is version V0.40

- adapted image sizes to
condition 48*48
details 40*40
buttons 48*48
add/delete 20*20 the png images are still 16*16 in the gfx folder

- 10 locations
- messages in the middle of the screen

Things to do display the right window and panel.
I will have a look at it after your update.

I have updated the files in the sunset and sky themes, but not changed the size of the images.

Best regards.

EDIT: removed program zip file.
__________________
Klaus
Switzerland

Last edited by klaus : 12-12-2008 at 02:48 PM.
Reply With Quote
  #95 (permalink)  
Old 12-11-2008, 07:07 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default .41

Quote:
Originally Posted by klaus View Post
Here is version V0.40

- adapted image sizes to
condition 48*48
details 40*40
buttons 48*48
add/delete 20*20 the png images are still 16*16 in the gfx folder

- 10 locations
- messages in the middle of the screen

Things to do display the right window and panel.
I will have a look at it after your update.

I have updated the files in the sunset and sky themes, but not changed the size of the images.

Best regards.


Besr regards.
Attached is version .41

changes:
- Added AppToDate support (google xda-developers or modaco for more info)
- Check for outdated cache & display message

[update] re-uploaded; first .41 copy did not have AppToDate enabled.

Last edited by digitaldon37 : 01-10-2009 at 10:42 PM.
Reply With Quote
  #96 (permalink)  
Old 12-11-2008, 11:29 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default Yahoo weather sort annoyance

From the xda forum:


Quote:
Originally Posted by Wolfkmann View Post
Hey Don,

I noticed something in the new version. When adding a new location by touching the green +, for the United States certain states lose pull-down menu to change the first lettor of the city. This happens for connecticut, delaware, Hawaii, Nevada, Rhode Island, Vermont, Washington DC, and wyoming.

Is descriptor name on the main page on the todo list?
my reply
Quote:
Interestingly, those states don't list their cities in perfect alphabetical order on the weather.yahoo.com site. For example, Delaware lists the city of Arden as the very last city - this breaks our code.

I will have to write some type of work-around...
Looks like I need to see how arrays can be sorted in B4PPC...
Reply With Quote
  #97 (permalink)  
Old 12-12-2008, 12:49 AM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default

Quote:
Originally Posted by digitaldon37 View Post
From the xda forum:




my reply


Looks like I need to see how arrays can be sorted in B4PPC...
Updated with sorted cities (thanks to agraham's collection library) but I still have the same problem. It looks like Yahoo doesn't provide an alpha list for some states.

Last edited by digitaldon37 : 01-10-2009 at 10:42 PM.
Reply With Quote
  #98 (permalink)  
Old 12-12-2008, 08:10 AM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,827
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

The fact that for certain states there is no alphabetic list is due to the fact that there is no alphabetic list available in Yahoo, this depends on the total number of cities. Look at the two images below. The same behaviour also exists for other countries where you don't even have a states list.

Unfortunately, the last version does not solve the problem. I tried with the state of Nevada and the city of Zephyr Cove, you get the city of Coyot Springs. Will have a look at it.

Best regards.
__________________
Klaus
Switzerland
Reply With Quote
  #99 (permalink)  
Old 12-12-2008, 11:11 AM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,827
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Version 0.41.2 with cities sorted alphabeticaly and the right city code.
Added also new text files with 2 new texts in, only English, French and German have the text in the right language in the other files the text is in English..

Best regards.

EDIT: removed zip file
__________________
Klaus
Switzerland

Last edited by klaus : 12-12-2008 at 02:46 PM.
Reply With Quote
  #100 (permalink)  
Old 12-12-2008, 02:41 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,827
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Version 0.41.4.
Removed 2 bugs.
Added also the text files from previous post.

Best regards.
__________________
Klaus
Switzerland

Last edited by klaus : 12-12-2008 at 02:46 PM.
Reply With Quote
Reply



LinkBacks (?)
LinkBack to this Thread: http://www.basic4ppc.com/forum/open-source-projects/3323-pocket-weather.html
Posted By For Type Date
1800 PocketPC - Pocket Pc Freeware and Windows Mobile 6 Software - Part 2 This thread Refback 11-24-2008 12:40 PM
Pocket Forecast [v.25] (formerly Pocket Weather) - xda-developers This thread Refback 11-17-2008 11:17 PM
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another Pocket Wiki digitaldon37 Open Source Projects 4 12-30-2009 03:12 AM
Personal Pocket PC Wiki tsteward Open Source Projects 133 02-24-2009 11:01 AM
Pocket Burning Sand neilnapier Questions (Windows Mobile) 2 11-05-2007 08:53 PM
print class for pocket pc tanrikuluahmet Basic4ppc Wishlist 1 10-01-2007 10:10 AM
Weather web service using HTTP lost2 Share Your Creations 3 06-10-2007 03:40 PM


All times are GMT. The time now is 01:05 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0