• Welcome to TodayPlus Boards v2.
 

Calendar Skin V.10.0

Started by Blazingwolf, November 16, 2003, 10:41:13 AM

Previous topic - Next topic

bearcatx16

Blazingwolf:

Thanks for your time and effort spent on upgrading the calendar skin.

I am very pleased with the way you have it setup and think my days of hunting for plugins are over. :P

homerjpbody

looks great but how do I just change my battery icons ?  thanks

killroy

Blazingwolf,

Great job, i use you'r skin know.It has every thing since you added Battery+ by lordtwisted, and i love your calendar up at the top like that.

Thanks again for you'r hard work.

Ronald Doner :lol:

fishboy

Quote from: rebecker1. Is each launcher category limited to 10 items (no right/left arrow)?

In case you want it, here is the slider launcher that supports two pages of icons per tab (for a total of 80 icons).
Axim X5 Advanced, Windows Mobile 2003

Elmer Fudd

Hi,

in the wonderfull skin CalendarPlus are calls for
\windows\powerg.exe
\windows\Reset.exe
\windows\Suspend.exe

Are these file standard? I have a german version of WM2003 and cannot find the files on my PPC (Acer n10).  Any hints where the files can be found?
Ciao
    Elmer Fudd

arbitrajeu

Quote from: Elmer FuddAre these file standard?
powerg.exe is the Power applet for iPAQs.  You will have an equivalent, or a control panel applet.  ya1950 provides links to Brighthand and Microsoft on this subject here.

Reset and Suspend are part of the PHM PowerToys set, and have also been provided in this post.
[size=14]arbitrajeu[/size]
[size=12]todayplus moderator[/size]
[size=10]
iPAQ 3970, Windows Mobile 2003, 256MB SD, AgendaFusion 5[/size]

Blazingwolf

Quote from: homerjpbodylooks great but how do I just change my battery icons ?  thanks

Do you want to use different icons then what are given in the Images folder? If yes the easiest way would be to find new icons and put them in the images folder with the names that are currently used by Battery+. If not, would you please explain a little more so I understand exactly what you would like to do.


Quote from: Elmer FuddHi,

in the wonderfull skin CalendarPlus are calls for
\windows\powerg.exe
\windows\Reset.exe
\windows\Suspend.exe

Are these file standard? I have a german version of WM2003 and cannot find the files on my PPC (Acer n10). Any hints where the files can be found?

Doh! My bad I forgot to include the Reset and Suspend Icons in the download. It is attached here. Just place them in the \Windows folder.

Quote from: rebecker2. I changed line positions and now the checking of a completed task takes 30+ seconds to show. Here's the line I changed:

Code:
options,taskcomplete,0,12,12,%iconstart,222%%sensitivityicon,-10,1,private sensitivity.png,normal sensitivity,t%%recurrenceicon,-10,1,recurrence.png,t%%remindericon,-10,1,reminder.png,t%%iconstart,-3%%priorityicon,-10,1,low priority.png,normal priority.png,high priority.png,t%%changefont,tahoma,11,s%%checkbox,5,0,12,12,checkbox.png,checkedbox.png,t%%tab,18%%subject%%changefont,tahoma,12,%


What else needs to be changed?

I'm not sure. I will keep looking into it but if you need a faster answer you might wish to post in the help catagory.
Toshiba E800 WM2003 SE
Ipaq 3955 WM2003, SD and CF,Pocket Informant
Dell Axim X5 PPC2002 SD and CF (Wife's)

rebecker

Blazingwolf,

I found the answer. Here's where I changed the code:

//=================================================
// REGION 13
// FILTERS
// Vars Used: 8,9
//=================================================
region,13,0,-1
if,var,var15,,<,60
button,10,0,10,%var15%,11,24,-highlight
else
text,120,0,AGENDA,cs
button,10,16,10,%var15%,11,24,-highlight
endif
storevar,var9=0
storevar,var8=0
options,calendarfilter,0
options,taskfilter,0


Thanks.

-Bob-

Blazingwolf

Toshiba E800 WM2003 SE
Ipaq 3955 WM2003, SD and CF,Pocket Informant
Dell Axim X5 PPC2002 SD and CF (Wife's)

Daan

BlazingWolf

Very nice skin with (almost) everything I need. I allready translated the skin to Dutch.

Some suggestion for an extended version:

- In the upper left corner the today-wheather icon with temperature, humidity and winddir and speed. Clickable which provide today weather info for your other cities. (I use the small weather icons)

(I have allready some code ready, the info on day and date can be some what smaller and to the left)

- Wind information in the today weather section (dir and speed)

(Allready available on my skin)

- A button which provide the name of an (time)area and the time that belongs to that area. Also clikcable which provides other areas.

(I have allready also some code ready, perhaps instead of the user info)

If you are interested, let me know.

weisian

Can anyone let me know how to change the default display section for Calendarplus? It always start up with the weather and battery/memory storage sections. I hope to start up with the agenda and the battery panel instead.

I have some problem with the weather section where sometime it refuse to load and hang up the todayplus screen. I need to clear up the buffer files (city1.txt ... ) so that the skin will load properly. Not sure anyone facing the same problem.

Blazingwolf

Quote from: weisianCan anyone let me know how to change the default display section for Calendarplus? It always start up with the weather and battery/memory storage sections. I hope to start up with the agenda and the battery panel instead.

I have some problem with the weather section where sometime it refuse to load and hang up the todayplus screen. I need to clear up the buffer files (city1.txt ... ) so that the skin will load properly. Not sure anyone facing the same problem.

You need to look in the skin for these lines:

initregion,0,0
initregion,1,0
initregion,4,999
initregion,10,999
initregion,8,0
initregion,11,999
initregion,19,999
initregion,16,999

You will need to change the bold areas. For the weather not to start change 0 to 999. To start the agenda change 999 to 0. This should get what you want.

As for your weather problem I have never experienced the problem. Try to post a screen sht of the problem if you can.


Quote from: DaanBlazingWolf

Very nice skin with (almost) everything I need. I allready translated the skin to Dutch.

Some suggestion for an extended version:

- In the upper left corner the today-wheather icon with temperature, humidity and winddir and speed. Clickable which provide today weather info for your other cities. (I use the small weather icons)

(I have allready some code ready, the info on day and date can be some what smaller and to the left)

- Wind information in the today weather section (dir and speed)

(Allready available on my skin)

- A button which provide the name of an (time)area and the time that belongs to that area. Also clikcable which provides other areas.

(I have allready also some code ready, perhaps instead of the user info)

If you are interested, let me know.

You can send the code my and I will look in to it. No guarantees though.
Toshiba E800 WM2003 SE
Ipaq 3955 WM2003, SD and CF,Pocket Informant
Dell Axim X5 PPC2002 SD and CF (Wife's)

dhpss

This is one variation. The purple line is supposed to show the gradient battery status. I am still working on it (thnks to Rgb08, JS)!

weisian

Thanks, Blazingwolf.

OK, I attached the screen here. The weather section load the city name "Melaka", after that it just hang there

Nosfer

I have to say excellent work first. Excellent. But I ahve a small problem I seem to sometimes get a circle with a line though it instead of the weather icons. It will do it when I am not connected to the net. is it loosing the cached data some where? or is it deleteing it? am I doning something wrong....