• Welcome to TodayPlus Boards v2.
 

OSX Complete skin v0.9.8

Started by rbg08, November 07, 2003, 12:38:04 AM

Previous topic - Next topic

rbg08

OSX Complete skin v0.9.8

I've added a lot of the same features I added to my Logika Complete skin.  There is now Tasks and Countdown pages in the Agenda section.  The RSS pages have been updated to use sliders and online/offline links.  Text being updated grays while text not updating remains unchanged.  The whole skin code has been optimized, removing most full refreshes.  This version is definetly "speedier" than its predecessor.  In addition, the Agenda section can be hidden by tapping the up arrow in the top left corner of that section.  Also, commands and shortcuts' names defined in the config file now conform to srs' new standard.

*Edit: this version is no longer available. Please download my latest version of OSX Complete skin. :)
Dell Axim X5 Advanced - WM2003

adbosch

The one I like best so far! But please look at my news pages (I took shots of the first two pages; trust me, all show the same problem). As far as I can see I didn't touch the skin file anywhere it could hurt. And in the config file I just adapted cities and shortcuts.
Hope there's a simple solution to it.

dasilva

rbg

Fabulous skin, I love it! -David
e750, Socket CF BT, Globalsat BT GPS

rbg08

adbosch,

*Edit:

Are you using TodayPlus version 0.9.8?  This skin uses if/else commands that only work with the newest version of TodayPlus.
Dell Axim X5 Advanced - WM2003

dasilva

rbg

I tried searching for the following, but my searching skills must be off today. What would I have to change to have your Main page show by default?

Thanks -David
e750, Socket CF BT, Globalsat BT GPS

arbitrajeu

Quote from: dasilvaI tried searching for the following, but my searching skills must be off today. What would I have to change to have your Main page show by default?
Should work if you insert the following at the start of the skin file:

initregion,0,500
[size=14]arbitrajeu[/size]
[size=12]todayplus moderator[/size]
[size=10]
iPAQ 3970, Windows Mobile 2003, 256MB SD, AgendaFusion 5[/size]

dasilva

Thanks arbitrajeu, will give it a try after supper!

-David
e750, Socket CF BT, Globalsat BT GPS

adbosch

Quote from: rbg08adbosch,

*Edit:

Are you using TodayPlus version 0.9.8?  This skin uses if/else commands that only work with the newest version of TodayPlus.

I was convinced I was running the latest version, but no: you are absolutely right. Things are fine now.
Thanks for a great skin!

Aresito

Hi everybody:

I liked your skin a lot rbg08, but i'm from Spain and the date format we use is different from the one you used (English, I believe), so I started to change the date format to spanish and finally traduced all the skin to spanish (I think that I changed every english format and word in the skin...)

I'm posting it here case of something would like to have this stupendous skin translated to Spanish language and formats.

Greetings for everybody
Ares

P.D.: I also changed partialy the forecasttext.txt so most of the weather definitions are in spanish now, i didn't change all the definitions because I don't understand very well some of the weathers defined in the file.

jeromem_dm

Nice skin, which is working weel, unless I have few remarks :

Home weather icon : I do have the image 33 which is a moon, why not the right icon.

Calendar for the Agenda no possibility on the agenda tab to have only the appointment : if we have 5 due task then we only have the tasks and no appointment, the tasks are also in tasks tab, so it is not needed to have the task on the agenda tab : how can we remove them

Agenda : how to have more than Five line : which parameters to modify.

Kind regards you job is very nice

rbg08

Quote from: jeromem_dmHome weather icon : I do have the image 33 which is a moon, why not the right icon.

The main page shows the current weather conditions from the last time it was updated.  Try refreshing your data by tapping on the "Last updated" text.

QuoteCalendar for the Agenda no possibility on the agenda tab to have only the appointment : if we have 5 due task then we only have the tasks and no appointment, the tasks are also in tasks tab, so it is not needed to have the task on the agenda tab : how can we remove them

To remove tasks from the Agenda tab, erase the folloing lines from region,2,0 at the bottom of the skin file:

options,taskformat,task0
options,taskoverdue,taskoverdue0
options,taskcomplete,taskcomplete0


and change the following line in that same region from:

outlook,2,1,238,66,0,0

to:

outlook,2,1,238,66,1,0

QuoteAgenda : how to have more than Five line : which parameters to modify.

To accomplish this, increase "maxheight" & "height" at the top of the skin file by the same amount (should be in multiples of 13).  Then increase the numbers I have bolded by that same amount in the following commands located at the end of the skin file in the Agenda section:

region,1,0,-1
defregion,1,0,0,240,82,1

outlook,2,1,238,66,0,0

offsetadd,0,67
endregion,2,0

outlook,5,1,235,66,2,1

offsetadd,0,67
endregion,2,1

outlook,5,1,235,66,0,2
changefont,tahoma,12,

offsetadd,0,67
endregion,2,2
Dell Axim X5 Advanced - WM2003

adbosch

If I want to use the smaller weather icons (e.g. Washington Post) how do I get them located more properly (they are too far up and to the left, so I would like to relocate them 2, 3 or 4 pixels to the right and down to get them centered again)?
Thanks for your help.

rbg08

Quote from: adboschIf I want to use the smaller weather icons (e.g. Washington Post) how do I get them located more properly (they are too far up and to the left, so I would like to relocate them 2, 3 or 4 pixels to the right and down to get them centered again)?

Look for the following commands in the skin file:

todayicon,5,8,,t

forecasticon,1,51,8,,t


The 5 in the todayicon command is the x (horizontal position) value & the 8 is the y (vertical position) value.  Likewise, the 51 in the forecasticon = x, 8 = y.  Increase these values to move the weather icon more to the right and down.
Dell Axim X5 Advanced - WM2003

jeromem_dm


qiqi