zooper widget week calender - Zooper Widget Templates

anybody help me to make a week calender (not monthly) only in one row. (example image attached)
su mo tu we th fr sa
28 29 30 31 01 02 03
thanks

Try this:
Sun to Sat
Current in center

Exactly...... its nice thank you so much.:good::good: a little more... is it possible to "highlight current in center".
thanks

Sure it is but then you dont have from sun to sat.

Slightly modified and added a second one with current in center

You are awesome...............:good: thank you so much once again

i want to learn this code can you explain the code what is "D-1440dd" D is for date and dd is day number, what is 1440.
thanks

This means actual day -1440 minutes which is exactly 24 hours.
Glad i could help.

it means i have to convert required day into (24*60 , 48*60 or 72*60) minutes and than subtract (or add according to requirement) it from actual day.
am i right??

You got it.

Coool

Related

Spb Weather : 2 new templates

Hi
I don't know if there are users of Spb Weather in this forum...
I just want to let you know that I released two new templates for this software.
1 - FullCustomWeather :
based on the forecasts from http://www.customweather.com, it displays worldwide current weather, detailed weather for the next 48 hours and general forecasts for the week to come.
available here : http://www.pdagold.com/themes/detail.asp?t=16433
2 - FreeMeteoFull & FreeMeteoLite :
based on the forecasts from http://www.freemeteo.com, it displays full details forecasts for the week to come, with a lot of informations for each day. to french users : the freemeteo website has many little cities in its database, which you'll never find elsewhere... Have a look at it, you'll be surprised.
available here : http://www.pdagold.com/themes/detail.asp?t=16435
please note : although the code seems stable for each of them, these templates are in beta version. feel free to post your comments. bug reports are welcome.
hope you'll enjoy this work, have a nice day
Thanks! I needed a better one with my city and the custom weather worked great.
You're welcome, I thank you for using it
LittleVince said:
You're welcome, I thank you for using it
Click to expand...
Click to collapse
I changed the template to reflect ◦F temperature but great template
Thanks
°F instead of °C
Looks great this template, but has anyone solved the ''bug'' displaying
°F instead of °C.
Would be nice, I like Freemeteo.com, greetings.
thanks i'm goin to try them out this has to be the most irrating for spb weather uses in the us how would they release a product that doesn't do what it's supposed to do
thanks for the try just tested on my phone running spb weather and spb mobile shell 2.1 and neither have correct or current weather seems to be off by about 15-11 degrees i used both templates

[Need Help]New Weather App

Hi,
I'm a really newbie and I'm writing my own weather-app for the pocketpc in C#. But I've got a little problem:
How do I get the forecast for the next 6 days out of the yahoo-weather feed? For example: http://xml.weather.yahoo.com/forecastrss?p=94704
Is it possible, cause I only see the next 2 days in it?
Take a look at the screenshot. That's what it's all about till now ;D
Thx.
FoneBone
wrong post
i can´t help you, sorry, but just want to say: nice graphics and a free, small standalone fullscreen weather app is a good Idea. All other good apps are to fat for me and today plugins. So let me test it.
And if possible think about different languages (High/Low) and maybe little animation. But be carefull at the momen i use rumballs manilla weather and it uses rwhen unning 10 MB ! (because of the big animated weather pictures)
Your app looks nice.
The reason your app receives only 2 days is because...the link you're using only provides 2 days:
Code:
Yahoo! Weather - Berkeley, CA
Yahoo! Weather for Berkeley, CA
Conditions for Berkeley, CA at 7:53 am PDT
Current Conditions:
Partly Cloudy, 50 F
Forecast:
Sun - Sunny. High: 77 Low: 50
Mon - Partly Cloudy. High: 76 Low: 50
Full Forecast at Yahoo! Weather
(provided by The Weather Channel)
Looking at the available parameters for the RSS feed here: http://developer.yahoo.com/weather/#params I don't see any way of getting more then 2 days.
EDIT: Funny thing, playing with some random default parameters I got a way of listing 5 days, see:
http://xml.weather.yahoo.com/forecastrss?p=94704&d
Nice!
Keep up your good work!
radhoo said:
Your app looks nice.
EDIT: Funny thing, playing with some random default parameters I got a way of listing 5 days, see:
http://xml.weather.yahoo.com/forecastrss?p=94704&d
Click to expand...
Click to collapse
That's cool. Thanks, and if you find a way to show 2 more days I will be happy as can be
The app looks awesome..
Your weather application looks great. I've found it to be a major lack of good weather applications, And I'll use yours for sure if its below 500 kB
WhiteRussianBC said:
Your weather application looks great. I've found it to be a major lack of good weather applications, And I'll use yours for sure if its below 500 kB
Click to expand...
Click to collapse
The app itself is about 23kB till now. All graphics will be loaded, and can be modified.
Me again:
Is there anybody out there, who can tell me, how to extract the diffrent forecasts of the feed to C#?
[SOLVED]
Little update:
now it shows the forecast of the next 4 days. Thanks again to radhoo.
But how do I get the last two days???
Btw: Images need to be reformated...
FoneBone said:
Little update:
now it shows the forecast of the next 4 days. Thanks again to radhoo.
But how do I get the last two days???
Btw: Images need to be reformated...
Click to expand...
Click to collapse
Glad it helped, your app looks even better now, a bit more and it's complete
Forgot to ask you, but what about using a different source for the weather data instead of yahoo's?
radhoo said:
Forgot to ask you, but what about using a different source for the weather data instead of yahoo's?
Click to expand...
Click to collapse
Do you know any rss-feed with 6 (or more) forecast days?
I will take a look around the web
Do you have a cab. to try this ? Thanks this looks very nice.. Thanks T M Z
First I have to finish the alpha version of this app, before anyone can test.
You might try a different site, this gets 8 days...
http://xoap.weather.com/weather/local/USNY0001?cc=*&dayf=8
if nothing helps, rework your graphics and make a bigger 4day forecast
itesla said:
You might try a different site, this gets 8 days...
http://xoap.weather.com/weather/local/USNY0001?cc=*&dayf=8
Click to expand...
Click to collapse
Thanks for this link, but there will be a new problem:
WM5 does not support XML encodings of ISO-8859-1. But maybe someone got a solution how to convert it into UTF-8.
Im not sure if you still need help, but I can give you the code I used to make my flash weather.
Also, if you like, you can re-use my weather flash animations, in case you want your weather graphics to be animated, you can convert them to animated gifs or so...
Its all in here:
http://forum.xda-developers.com/showthread.php?t=403706
twolf said:
Im not sure if you still need help, but I can give you the code I used to make my flash weather.
Also, if you like, you can re-use my weather flash animations, in case you want your weather graphics to be animated, you can convert them to animated gifs or so...
Its all in here:
http://forum.xda-developers.com/showthread.php?t=403706
Click to expand...
Click to collapse
Maybe you can tell me the adress of the accuweather xml feed... that would be great.

[app]Autosms by snoman to automatically send SMS

changelog at post 7: http://forum.xda-developers.com/showpost.php?p=3275698&postcount=7
---------------------
whats the easiest way to get the phone to send an empty message for a specific number every 3 or 4 days. thanks
fatso485 said:
whats the easiest way to get the phone to send an empty message for a specific number every 3 or 4 days. thanks
Click to expand...
Click to collapse
Without detailed knowledge about the background of this request, I'd say: try this automation task with Mirko Schenks' MortScript
http://mort.sto-helit.de/index.php?module=page&entry=ms_overview&action=view&menu=29
i just want to send an automatic sms to the service center that request the detail of my usage. i want to keep track of how many MBs and minutes are left from my account
i think you forgot to post the script
fatso485 said:
...
i think you forgot to post the script
Click to expand...
Click to collapse
that was a good one... uups ;-) I'm serious now:
<MortScript>
MortScript is a script interpreter that allows you to do a lot of task automation stuff and even a quite huge command set for implementing logic, it is not a ready-to-run script that matches your "autosms sending" needs. I dont know much about MortScript but I know that is it very powerfull.
</MortScript>
Perhaps you'd like to have a look at this: autosms 0.43 (Feb 04 09), created yesterday
Motivated by ur request, I did some dev playing with sms coding yesterday on the train and here's a WinMobile prog that's doing the job... but caution: this is a very early (and ugly looking) version.
There is currently no MINIMIZE but you can simply keep the prog open.
Some menu items are not set so far, i.e. EXIT. If you want to exit, just use the upper right 'x'.
The STARTBUTTON toogles between Start to STOP and starts/stops the timer.
The first message is sent directly after pushing on START.
When STOPPING, sending shortMessages is stopped and the timer is reset to the cycle time set in the form field 'send every ___ Mins'.
The settings are stored in autosms.ini and are loaded at prog start and saved at prog end.
The prog works fine and stable on my X1, anyway there is an issue with VGA devices but as I told you, this is an early hack...
Be aware: autosms comes "as is" without any guarantees or warranty. You use it for your own risk. autosms automatically sends short messages every X Minutes (preset X to 2000) to the set cell phone number. Using autosms can cost u a fortune, so, I'm not responsible for any financial desaster or data loss or and legal trouble you might produce when bothering others through sms flodding.
so short
snoman
EDIT
Feb 06 2009:
see download and Changelog here
thank you so much for your work. it really does work.i need to leave it for a couple of days to test stability. i will also add it to the start up programs
a few things to look into in case you get borded and decide to update this:
-as you said, needs to minimize. starting it again does not seem to work.i had to reboot my device
-used vga3fix to get vga resolution and it seems to work fine
-i changed the default 2000 to 2 just to test and it started sending every two seconds not minutes (thank god service center messages are FREE) i got
- the dialog that has 60,1440,2880 doesnt do anything
thanks again
ps why not post this in the hacking and development forum i'm sure a lot of people will find this useful and they might develop it farther
fatso485 said:
a few things to look into in case you get borded and decide to update this:
-as you said, needs to minimize. starting it again does not seem to work.i had to reboot my device
Click to expand...
Click to collapse
I'll check that asap.
-used vga3fix to get vga resolution and it seems to work fine
Click to expand...
Click to collapse
good to know. I developed that mainly on my X1 and compiling on XP without the flag "force qvga". I'll provide two versions asap.
-i changed the default 2000 to 2 just to test and it started sending every two seconds not minutes (thank god service center messages are FREE) i got
Click to expand...
Click to collapse
sorry!!! I am internally multiplying the field value with 1000 because the internal timer counts in ms... and of cause: 2000 ms = 2 s
next version will have the internal multiplicator 1000 * 60 = 60000
- the dialog that has 60,1440,2880 doesnt do anything
Click to expand...
Click to collapse
right, this is thought as a quickselect list with predefinded timer settings.
later...
ps why not post this in the hacking and development forum i'm sure a lot of people will find this useful and they might develop it farther
Click to expand...
Click to collapse
Thanks for the compliment!
I'd like to put a bit more quality in the code before offering it officially to the public. The quality level here at xda dev is quite high and I dont want to push it down
best
snoman
Click to expand...
Click to collapse
autoSMS 0.44
here's a quick update
Changelog v0.44:
' timer now runs in minutes, not seconds
' timer value quickselect list now sends selected value to editable timer field
' EXIT in menu and closing via 'x' is now exiting the prog correctly
' provided autosms_0.44_qvga.exe runs well on XDA Neo QVGA with WM6.1 as well as on WVGA SE X1
Changelog v0.45 (Feb 06 2009):
'just made the GUIlooking less ugly
Changelog v0.46 (Feb 07 2009):
'added optional command shell argument 'autostart' to automatically activate the sending process
Changelog (Feb 08 2009):
'providing the v0.46 as CAB file. Thanks for testing and your feedback
' Changelog v0.47 Feb 09 2009
' new color theme, new program icon
' test dialog (when start parameter "autostart") disabled
so short
snoman
did you try power sms ?
seems like a nice update. .. thanks
will look into power sms after i test 0.44 properly. thanks
Try RJV SMS Scheduler
thank
Thank i will try it out
where were all these replies before. you made snoman reach his 3rd version before answering.......jk
snoman, for text version. how about you make it more friendly for phone startup. i just want to make it easy to autosms start without me having to manually run it and then click "start".
how about you just make it come with another executable (that is fully automatic) that we can create a shortcut to from the startup folder from win directory
ericmateo said:
Try RJV SMS Scheduler
Click to expand...
Click to collapse
great tool!
fatso485 said:
where were all these replies before. you made snoman reach his 3rd version before answering.......jk
how about you just make it come with another executable (that is fully automatic) that we can create a shortcut to from the startup folder from win directory
Click to expand...
Click to collapse
good idea. I'll make a parameter just only need to add after the .exe in the shortcut, i.e.
'autosms.exe autostart' if'll then reads the settings from ini and automatically switches into start mode
ok?
(I'm currently at the cabaret, I think this mod is done tomorrow)
Best
snoman
snoman said:
good idea. I'll make a parameter just only need to add after the .exe in the shortcut, i.e.
'autosms.exe autostart' if'll then reads the settings from ini and automatically switches into start mode
Click to expand...
Click to collapse
done.
new version 0.46 in the changelog posting
dude thats really great. i think its now more than good enough for you to post it in in the development and hacking forum im sure other people will have other nice ideas to add to make autosms more useful for other things
fatso485 said:
dude thats really great. i think its now more than good enough for you to post it in in the development and hacking forum im sure other people will have other nice ideas to add to make autosms more useful for other things
Click to expand...
Click to collapse
Thanks again. I just made the first CAB file for installation. If works fine on my XDA Neo.
Would you mind checking out if it works on ur device?
the cab runs just fine on my device and the qvga wizard. thanks for your work. your program is set to work from startup
now im just being picky with the following wishlist:
-but why did the size grow from 25k to 115k for the same thing. any way of making the cab smaller. maybe recompressing indivsual files?
-not important but also can you somehow make it work as single portable executable (like pimBackup 2.8 that everybody loved to just keep in the SD card)
-also the red square icon is a bit on the plane side how about you just reuse the envelope and stopwatch used in the program as the icon for autosms
Thank you for testing and the reply!
fatso485 said:
now im just being picky with the following wishlist:
-but why did the size grow from 25k to 115k for the same thing. any way of making the cab smaller. maybe recompressing indivsual files?
Click to expand...
Click to collapse
Well, the size is mainly given by the exe and the dll and the bitmap I use and they need approx. 110 KB. My CAB builder does not compress, maybe he cannot or I havn't found the flag. I'll check it out these days.
-not important but also can you somehow make it work as single portable executable (like pimBackup 2.8 that everybody loved to just keep in the SD card)
Click to expand...
Click to collapse
Beside the need to deliver some dlls the single-file-solution means to give up with saving the parameters like "Cellphone No" or "Message Text" who need at least a file for storage and I'd like to avoid the registry.
-also the red square icon is a bit on the plane side how about you just reuse the envelope and stopwatch used in the program as the icon for autosms
Click to expand...
Click to collapse
[/QUOTE]
Indeed, that's a todo right done after making my own offical program icon.
Let's see what the weeks brings...
so short
snoman

Daylight savings time mess with new manila - help!

Can we please work towards a solution for the daylight savings time error with the new manila. When the system clock changes to the new time manila is behind by an hour. All appointments on TF3D are shown an hour early - this has made my week hell when checking for times of meetings etc..
I used the search and saw this issue mentioned but no one seems to be working towards a solution for this. Its a real problem
I found this http://tinyurl.com/2b67p4 but dont think it will help :-(
darthbane2k said:
I found this http://tinyurl.com/2b67p4 but dont think it will help :-(
Click to expand...
Click to collapse
Correct. I tried MS updates - it does not help Manila
had the same issues, still not resolved, damn
im going to try using advanced config to disable the auto daylight savings time update setting.
Also ensure your phone options are set to automatically update timezone or the time of your threaded sms responses will mess up
Dutty has the fix in his v2.5 ROM, I asked the Q in his thread but Im not holding my breathe
homer285 said:
Dutty has the fix in his v2.5 ROM, I asked the Q in his thread but Im not holding my breathe
Click to expand...
Click to collapse
his fix didn't work on mine ....
I also noticed that Manila sets the time zone wrong. When I select "Milwaukee", a city in the "Central US" time zone, Manila selects "Sakatchewan", which is in the same time zone apperantly, but the clock is still an hour off. I always have to go to the original WM settings page to set this right.
http://forum.xda-developers.com/showpost.php?p=3472140&postcount=4
The 4th post in the new manila topic...
Chainfire said:
http://forum.xda-developers.com/showpost.php?p=3472140&postcount=4
The 4th post in the new manila topic...
Click to expand...
Click to collapse
it's really hard not to miss the huge clock and not go to the world clock
solution
The procedure is this go to
http://forum.xda-developers.com/showthread.php?t=495450&page=3 no 21 or
Follow the instructions in the giving links, and to manage to add my city in new manila, in Duttys v2.X XTREME ROM!!!
http://forum.xda-developers.com/showpost.php?p=3393902&postcount=3
Informations on how to edit '2330fc3c_manila' can be found here:
http://forum.xda-developers.com/showpost.php?p=3507071&postcount=2
2nd step:http://forum.xda-developers.com/showpost.php?p=3398852&postcount=14
If you do this in the manilla file in the last columm there are the time zones.
The solution is add to yor time zone 60 more
lets say London change from 0 to -60
Paris from -20 to -120
Athens from -120 to -180 Put it in the windows dir
and you are ok
This is not a permanent solution because you have to change it back in the change of winter time.
This is a bug in all topaz and rhodium based roms (and perhaps in all hd roms)
The manilla 2clock takes the time from the file 2330fc3c_manila which is different
from previus manilla 1 file it has an extra columm in database with timezone
and does not know about summer time.
tsipistri said:
The procedure is this go to
http://forum.xda-developers.com/showthread.php?t=495450&page=3 no 21
If you do this in the manilla file in the last columm there are the time zones.
The solution is add to yor time zone 60 more
lets say London change from 0 to -60
Paris from -20 to -120
Athens from -120 to -180 Put it in the windows dir
and you are ok
This is not a permanent solution because you have to change it back in the change of winter time.
Click to expand...
Click to collapse
It worked perfect at me!!!
Thank you very much tsipistri!
tsipistri said:
The procedure is this go to
http://forum.xda-developers.com/showthread.php?t=495450&page=3 no 21
If you do this in the manilla file in the last columm there are the time zones.
The solution is add to yor time zone 60 more
lets say London change from 0 to -60
Paris from -20 to -120
Athens from -120 to -180 Put it in the windows dir
and you are ok
This is not a permanent solution because you have to change it back in the change of winter time.
Click to expand...
Click to collapse
a big thank you
works like a charm
Did not work for me. After suggested change I got correct time shift for Moscow time, but once I set Moscow in settings-system-clock, I get two versions of Moscow time in Manila. One that I changed is called just Moscow. And another one is called GMT+3 Moscow which is one hour behind. In either case if I pick Moscow in Manila with correct time, or GMT+3 Moscow and adjust time, after I hit Done, system time becomes Abu Dhabi GMT+4 instead of Moscow. Gosh...
solution
vit4u said:
Did not work for me. After suggested change I got correct time shift for Moscow time, but once I set Moscow in settings-system-clock, I get two versions of Moscow time in Manila. One that I changed is called just Moscow. And another one is called GMT+3 Moscow which is one hour behind. In either case if I pick Moscow in Manila with correct time, or GMT+3 Moscow and adjust time, after I hit Done, system time becomes Abu Dhabi GMT+4 instead of Moscow. Gosh...
Click to expand...
Click to collapse
DONT WORRY ABOUT Abu Dhabi GMT+4 in system clock
1 Set the correct time inside tf3d time tab add city Moscow delete the system time that says GMT+3 Moscow
2 Active sync your device
3 Open a gps navigation program to lock sattelites and you will see that everything is ok
No more time change.
Is there liekly to be a fix from HTC for this?
I don't really know what their policy is on bug fixes.
Not very impressed with this particular one
Bilbo Fraggins said:
Is there liekly to be a fix from HTC for this?
I don't really know what their policy is on bug fixes.
Not very impressed with this particular one
Click to expand...
Click to collapse
This is a temporary fix
ultil htc fixes it
tsipistri said:
This is a temporary fix
ultil htc fixes it
Click to expand...
Click to collapse
and a rather easy one : keep the tweaked file and just copy a file every 6 months
tsipistri said:
DONT WORRY ABOUT Abu Dhabi GMT+4 in system clock
1 Set the correct time inside tf3d time tab add city Moscow delete the system time that says GMT+3 Moscow
2 Active sync your device
3 Open a gps navigation program to lock sattelites and you will see that everything is ok
No more time change.
Click to expand...
Click to collapse
Yeah, thanks for the tip. Will try to live in peace with brother city of Abu Dhabi BTW, it looks like Dutty managed to fix it differently in 2.5 extreme. I was able to keep Moscow everywhere.
It works for me !
I changed all French cities.
Find the file below.
(2330fc3c_manila (in \windows directory)

week numbers

I'm searching for a way to see the week numbers in the agenda in TF3 on me Rhodium. For the Dutch ROM its called "agenda", I don't know if it's "calendar" for the English ROM, but I assume its the same thing.
If you have any information about week numbers, please tell cause im lost
Kind regards,
Ben
What do you mean see the week numbers? The dates?
Week numbers as in 01-01-2009 / 07-01-2009 = week 1 etc.
We use it here in holland, dont know about other country`s
awoken said:
Week numbers as in 01-01-2009 / 07-01-2009 = week 1 etc.
We use it here in holland, dont know about other country`s
Click to expand...
Click to collapse
They would be important for me too because all our delivery dates with customers are handled like "You will receive the shipment in week number 32 (that would be this week right now)". It's called "Kalenderwoche" here in Austria.
For that reason I only use the Windows built-in Calender because this one can show the week numbers.
Hi
I have no idea if this can be done, so I just added a link in the Start menu to the original WM6 Calendar, which if selected in options, shows the week numbers.
Not an optimal solution, I know.
Hope it helps until some really smart programmer drops by this thread and posts a small cab for us
Oke I can find the weeknumbers in the calender in WM6, but i would like them to show up in de TF callender
Thanks for the tip Rollercoaster
i am also interested in having week numbers in de tf3d calander tab.
Althought i'm not a programmer, right now i am searching true 2100 manila files if i can get a clue and maybe to figured out how to at the weeknumbers
Hi
Anyone found a solution for this problem yet?
up up up you go..
Plz find the right manila-file or teach me how to do it myself,, I really need the feature in every-day-life...

Categories

Resources