• Welcome to TodayPlus Boards v2.
 

LTwisted(ver 0.10.2)

Started by Lordtwisted, November 27, 2003, 09:54:28 AM

Previous topic - Next topic

Bob S

Ok

One more thing.

How can I make the weather section always on? Like on a reset?

Thanks again

Eitel

Quote from: Bob SOk

One more thing.

How can I make the weather section always on? Like on a reset?

Thanks again

Look for this line in the skin file:

Quoteinitregion,1,999

Change it to:

Quoteinitregion,1,0

jhollin1138

Quote from: Bob SHow can I make the weather section always on? Like on a reset?
Most skins follow a similar format, so again I am guessing on an assumption.  At the beginning of the skin file there is probably a bunch of "initregion."  There is one that represents the Weather region, normally region 1.  You should be able to set to 0, instead of 999.  Should look like this: initregion,1,0
Eitel beat me that time by 3 minutes!  :oops:
Jim H

Alf

Bob S, if you look at the LTwisted-FR.txt file, you'll see sometime
comments (//blablabla) about what the code does (erh.. yes in english  :) )
The initregion section at the top is labelled with the actual names that describe each entry.

BTW, I'll try to be more explicit next time  :wink:

pcweenie

Hi LT - I love this skin, but I can't get the clock in the main region to display.  Only the hands show up.  

I noticed this in your skin file:

image,117,-1,tclock.png,t

but I did not see that 'png' in any of the files.  Am I missing an image?  Please help.  Thanks.

PS - could you tell me how to replace the world time section with the owner information.  And could this section be displayed all the time?  Thanks for your help.  Dori

Lordtwisted

Dori,

Thank you very much.

The image should be in the LTwistedpics folder, but i will post it here just incase. The image goes in the color-3d folder.

for the replacement of the world time with owner info, copy this this code and replace the REGION 10 - PAGE 0 World Time with this but you have to udjust the positioning with what erver you like,

image,150,-1,%owner image%,t

the first two numbers is for positioning the first one is for left and right, and the second one is for up and down.


//=================================================
// REGION 10 - PAGE 0
// World Time
//=================================================
region,10,0,60
defregion,10,0,0,240,56,6
offset,offset_-1,offset_-1
image,0,0,dotted_line.png,tr
offsetadd,0,2
image,150,-1,%owner image%,t
       changefont,tahoma,13,b
text,150,27,%owner name%,l
changefont,tahoma,12,
text,150,37,%owner phone%,l
       text,150,47,%owner website%,l
       text,150,57,%owner address%,l
offsetadd,0,54
endregion,10,0



To make the region show up on start up change this

[/code]initregion,10,999

to this:
initregion,10,0

Thanks Lordtwisted

pcweenie

LT - thank you so much for helping me out!!
I am this (fingers 1/2 inch apart) close to having my perfect skin.

One last request - how can I change the battery/memory bar colors?  They are black now and I'd like them to be a gradient, if possible.
I love your skins.  And thanks, btw, also to SRS for making v 10.2 compatible with Facelift.  No more crashes.  Now I'm no longer stuck back in v 9.x..

Keep up the good work, guys.  :D
Dori

scott51

I really like your skin but I was wondering how I could remove the FILTER button as I have nothing I want to filter :) .  Also which section of the code creates the 6 buttons at the top?  I have been trying to figure this out using the skin reference and cutting and pasting with other skins, but I haven't been very successful yet.  And what creates the cool calendar that flips between pictures and calendar at the top.  Thanks

pcweenie

Ok, I figured out that I was missing some stuff in the colors 3-d file.  That problem solved, I still have a couple of questions:

1.  I sometimes get weird info in the uptime field, like a string of numbers about 10 digits long, instead of the actual uptime.  It does not resolve after a soft reset either.  Other times, it works just fine.  ?

2.  The RSS feeds do not go to the web page when connected to the internet.  I always get a 'page expired' message, or some other message saying that page is no longer available.  Do I need to change something in my config file to correct this?

 var,numrss,3
rss,1,60,http://rss.news.yahoo.com/rss/topstories,Yahoo Top Stories,5
rss,2,60,http://rss.news.yahoo.com/rss/oddlyenough,Yahoo Oddly Enough,5
rss,3,60,http://rss.news.yahoo.com/rss/health,Yahoo! Health,5

Lordtwisted

QuoteI really like your skin but I was wondering how I could remove the FILTER button as I have nothing I want to filter  . Also which section of the code creates the 6 buttons at the top? I have been trying to figure this out using the skin reference and cutting and pasting with other skins, but I haven't been very successful yet. And what creates the cool calendar that flips between pictures and calendar at the top. Thanks

scott51,

  This should work you won't be able to chnage filters, it will only display agenda but i think thats what you want. look for this in the calendar/poom section:

region,15,100,-1
initvar,var21,0
if,var,var21,,=,0
if,region,11,0
offset,offset_11,offset_11
storevar,var21=1
deactivatebuttons,12
//imagebutton,4,3,up.png,t,15,4,0,11


//color,replacement,-1_8_-1,255_255_255
//image,4,3,down.png,tr
color,replacement,-1_6_-1,0_0_0

color,font,-1_9_-1

//button,6,3,80,80,15,4,0,11
//changefont,tahoma,12,b
//text,30,4,FILTERS,cs
//changefont,tahoma,11
//text,30,19,Agenda,c
//button,6,19,47,12,13,4,0,11
//text,30,31,General,c
//button,6,31,47,12,13,4,1,11
//text,30,43,Exams,c
//button,6,43,47,12,13,4,2,11
//button,6,43,47,12,-1,23,2
//text,30,55,Tasks,c
//button,6,55,47,12,13,4,3,11
//text,30,67,Countdown,c
//button,6,67,47,12,13,4,4,11
//button,6,67,47,12,-1,23,2

color,font,-1_4_-1


else
jumpregion,15,0
endif

if,region,8,0
calcspace,217,var15
else
calcspace,265,var15
endif

if,region,16,0
addvar,var15,-37
else
endif

offsetadd,0,%var15%


else
jumpregion,15,0
endif



endregion,15,100


region,15,0,-1
storevar,var21=0
activatebuttons,12
if,region,11,0
if,region,12,0
offset,offset_11,offset_11
//imagebutton,4,3,up.png,t,15,4,100,

if,region,8,0
calcspace,217,var15
else
calcspace,265,var15
endif

if,region,16,0
addvar,var15,-37
else
endif


offsetadd,0,%var15%


else
endif
else
endif

endregion,15,0


and coment out the lines like i did.

And this is the region for the buttons:



//=================================================
// REGION 14 - PAGE 0
// Button popup
// Vars Used : 26
//=================================================

initregion,14,100

region,14,100,-1
offset,offset_0,offset_0

offsetadd,0,4
imagebutton,2,53,expand active.png,t,14,4,0,0
color,replacement,-1_7_-1,255_255_255
//image,92,0,button balloon.png,tr
color,replacement,-1_6_-1,0_0_0
offsetadd,0,0
if,var,var26,,=,0
imagebutton,14,53,down_arrow.png,t,14,6,var26=1
// button,142,2,11,11,-1,14,MenuPop.wav

if,region,1,0
if,region,4,0
button,14,53,11,11,1,4,0,-1
button,14,53,11,11,4,4,999
button,14,53,11,11,10,4,999
else
if,region,10,0
button,14,53,11,11,1,4,0,-1
button,14,53,11,11,4,4,999
button,14,53,11,11,10,4,999
else
endif
endif
else
if,region,4,0
if,region,10,0
button,14,53,11,11,1,4,999
button,14,53,11,11,4,4,999
button,14,53,11,11,10,4,0,-1
else
endif
else
endif
endif

if,region,1,0
imagebutton,98,53,weather active.png,t,1,4,999,-1
else
imagebutton,98,53,weather.png,t,1,4,0,-1
endif

if,region,4,0
imagebutton,86,53,rss active.png,t,4,4,999,-1
else
imagebutton,86,53,rss.png,t,4,4,0,-1
endif

if,region,10,0
imagebutton,74,53,clock active.png,t,10,4,999,-1
else
imagebutton,74,53,clock.png,t,10,4,0,-1
endif

if,region,11,0
imagebutton,62,53,calendar active.png,t,11,4,999,-1
else
imagebutton,62,53,calendar.png,t,11,4,0,-1
endif

if,region,8,0
imagebutton,50,53,battery active.png,t,8,4,999,-1
else
imagebutton,50,53,battery.png,t,8,4,0,-1
endif

if,region,16,0
imagebutton,38,53,launch active.png,t,16,4,999,-1
else
imagebutton,38,53,launch.png,t,16,4,0,-1
endif

if,refresh
imagebutton,26,53,refresh active.png,t,-1,-1,
else
imagebutton,26,53,refresh.png,t,0,7,,-1
endif

else

defregion-override,1,0,68,240,56,6
defregion-override,4,0,68,240,56,6
defregion-override,10,0,68,240,56,6
defregion-override,19,0,68,240,56,6


imagebutton,14,53,up_arrow.png,t,14,6,var26=0

if,region,1,0
imagebutton,98,53,weather active.png,t,1,4,999,-1
else
imagebutton,98,53,weather.png,t,1,4,0,14
button,98,53,11,11,4,4,999
button,98,53,11,11,10,4,999
if,region,4,0
else
if,region,10,0
else
button,98,53,11,11,-1,-1,0,-1
endif
endif
endif

if,region,4,0
imagebutton,86,53,rss active.png,t,4,4,999,-1
else
imagebutton,86,53,rss.png,t,4,4,0,14
button,86,53,11,11,1,4,999
button,86,53,11,11,10,4,999
if,region,1,0
else
if,region,10,0
else
button,86,53,11,11,-1,-1,0,-1
endif
endif
endif

if,region,10,0
imagebutton,74,53,clock active.png,t,10,4,999,-1
else
imagebutton,74,53,clock.png,t,10,4,0,14
button,74,53,11,11,4,4,999
button,74,53,11,11,1,4,999
if,region,4,0
else
if,region,1,0
else
button,74,53,11,11,-1,-1,0,-1
endif
endif
endif

if,region,11,0
imagebutton,62,53,calendar active.png,t,11,4,999,-1
else
imagebutton,62,53,calendar.png,t,11,4,0,-1
endif

if,region,8,0
imagebutton,50,53,battery active.png,t,8,4,999,-1
else
imagebutton,50,53,battery.png,t,8,4,0,-1
endif

if,region,16,0
imagebutton,38,53,launch active.png,t,16,4,999,-1
else
imagebutton,38,53,launch.png,t,16,4,0,-1
endif

if,refresh
imagebutton,26,53,refresh active.png,t,0,7,,-1
else
imagebutton,26,53,refresh.png,t,0,7,,-1
endif

endif


offsetadd,0,68
endregion,14,100



region,14,0,-1
offset,offset_0,offset_0
offsetadd,0,2
imagebutton,2,55,expand.png,t,14,4,100,
changefont,tahoma,11,
if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif
       today,temp,16,55,, °F,l
today,realtemp,41,55,, °F,l
calcvar,var20,weatherupdatetimediff

if,var,var20,,<,60
color,font,-1_4_-1
//color,font,125_125_125
text,68,55,[updatetime],l,l
else
color,font,125_125_125
//color,font,-1_4_-1
text,68,55,[updatetime],l,l
endif

//text,68,55,UT:,l
//today,humidity,82,55, ,%,l
color,font,-1_4_-1
offsetadd,0,70
endregion,14,0


plus at the bottom I added the uptime and degres under the buttons.



And for that cool calendar that flips between pictures and calendar at the top that i created. thanks by the way. is this:





initvar,var19,2

           if,var,var19,,=,1

imagebutton,120,28,left_arrow.png,t,-1,9,0,0
button,120,28,11,11,-1,9,1
imagebutton,132,28,right_arrow.png,t,-1,8,1,0
button,132,28,11,11,-1,8,0
       imagebutton,126,41,reset.png,t,-1,10,0,0


//changefont,tahoma,12,b
//changefont,tahoma,12,
               //imagebutton,128,12,reset.png,t,-1,10,0,0
//imagebutton,142,0,right_arrow.png,t,-1,8,1,0
//button,142,0,11,11,-1,8,0
//imagebutton,128,0,left_arrow.png,t,-1,9,0,0
//button,128,0,11,11,-1,9,1
changefont,tahoma,12,b
calendarheader,153,9,12
changefont,tahoma,11,
color,font,0_0_0
calendar,0,0,153,20,12,9,l
               changefont,tahoma,12,b
               color,font,0_0_192
       text,228,9,S,l
               color,font,192_0_0
       text,156,9,S,l
color,font,-1_4_-1
changefont,tahoma,12,b
text,195,0,[caldate],0,c,"MMMM, yyyy"


//changefont,tahoma,12,b
//calendarheader,146,9,13
// Blue Saturday
//color,font,0_0_192
//text,214,9,S,l
// Red Sunday
//color,font,192_0_0
//text,227,9,S,l
//changefont,tahoma,10,
//color,font,0_0_0
//calendar,0,0,146,20,13,8,l
//color,font,-1_4_-1
//changefont,tahoma,12,b
//text,191,-1,[caldate],0,c,"MMMM yyyy"

image,124,53,Owner information.png,t
button,124,53,16,16,-1,6,var19=2,0

else

//Puts owner info on today screen
// image,123,48,Owner information.png,t
// button,123,48,16,16,-1,9,1
// imagebutton,123,48,Owner information.png,t,-1,9,0,0
// button,123,48,16,16,-1,9,1
//changefont,tahoma,13,b
//text,150,27,%owner name%,l
//changefont,tahoma,12,
//text,150,37,%owner phone%,l
       //text,150,47,%owner website%,l
       //text,150,57,%owner address%,l
initvar,var12,1

           

//imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
//imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
//button,132,28,11,11,-1,8,0
       imagebutton,126,41,reset.png,t,-1,6,var12=1,0

if,var,var12,,=,1
       image,150,-1,%owner image%,t
       changefont,tahoma,13,b
text,150,27,%owner name%,l
changefont,tahoma,12,
text,150,37,%owner phone%,l
       text,150,47,%owner website%,l
       text,150,57,%owner address%,l
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
image,120,28,left.png,t
else
endif

if,var,var12,,=,2
       image,150,-1,%owner image1%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
else
endif

if,var,var12,,=,3
       image,150,-1,%owner image2%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
else
endif

if,var,var12,,=,4
       image,150,-1,%owner image3%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
else
endif

if,var,var12,,=,5
       image,150,-1,%owner image4%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
else
endif

if,var,var12,,=,6
       image,150,-1,%owner image5%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
else
endif

if,var,var12,,=,7
       image,150,-1,%owner image6%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
else
endif

if,var,var12,,=,8
       image,150,-1,%owner image7%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
else
endif

if,var,var12,,=,9
       image,150,-1,%owner image8%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
imagebutton,132,28,right_arrow.png,t,-1,13,var12_1,0
else
endif

if,var,var12,,=,10
       image,150,-1,%owner image9%,t
imagebutton,120,28,left_arrow.png,t,-1,13,var12_-1,0
image,132,28,right.png,t
else
endif

image,124,54,cal.png,t
button,124,54,16,16,-1,6,var19=1,0

endif


If you use it in another skin please give me credit.

Thanks Lordtwisted :D

Lordtwisted

QuoteOk, I figured out that I was missing some stuff in the colors 3-d file. That problem solved, I still have a couple of questions:

1. I sometimes get weird info in the uptime field, like a string of numbers about 10 digits long, instead of the actual uptime. It does not resolve after a soft reset either. Other times, it works just fine. ?

2. The RSS feeds do not go to the web page when connected to the internet. I always get a 'page expired' message, or some other message saying that page is no longer available. Do I need to change something in my config file to correct this?

var,numrss,3
rss,1,60,http://rss.news.yahoo.com/rss/topstories,Yahoo Top Stories,5
rss,2,60,http://rss.news.yahoo.com/rss/oddlyenough,Yahoo Oddly Enough,5
rss,3,60,http://rss.news.yahoo.com/rss/health,Yahoo! Health,5

pcweenie,

First qustion, I have never seen that before with the uptime, but with the reset time it will do that once inawile at first then it goes away, but that is in the programe it self. I thought srs fixed that or said something about it someweare.


with the second one That has to do with the feed itself nothing we can do for that.

Lordtwisted :D

scott51

Thanks LordTwisted.  That worked.  I have two more questions.  I think when I first downloaded your skin, when I clicked on an event or task in the Agenda, that item would open.  At some point in all my fooling around that stopped happening and the item would open to either Word or now a screen that says it can't open Agenda Fusion.  So I went back and used your skin without any modifications and had the same weird result.  What code should cause an item in the agenda to be opened when clicked?  My other question is: is it possible to link a document file with a shortcut.  I tried putting the path to the document I wanted and attached it to one of the Util tabs, but it wouldn't work.  Is that just impossible?  Thanks for all your help.  Scott51

bbiederm

I was missing some files,too
'tclock.png' was missing  and
'owner information.png' is still missing!!!
can someone help me out please!

scott51

Another odd thing has happened.  At first when I would click on the little boxy icon to the right of Agenda, two calendars would appear and if I clicked on a day on the calendar that day would show up on the agenda.  After clicking this a few times and without changing the code at all, the calendars stop appearing when the box is clicked.  Any ideas on what I can do to make the calendars return?  Thanks

Lordtwisted

scott51,

Look for this in the config.txt file:

//options,poom,af,\Program Files\Agenda Fusion\AgendaFusion.exe
make sure it's cometed out if you don't have agendafusion. and uncoment it if you have it.

the docoment shortcut i have to look into that never tried it good qustion.



QuoteAnother odd thing has happened. At first when I would click on the little boxy icon to the right of Agenda, two calendars would appear and if I clicked on a day on the calendar that day would show up on the agenda. After clicking this a few times and without changing the code at all, the calendars stop appearing when the box is clicked. Any ideas on what I can do to make the calendars return? Thanks



Verry odd it is srs code i just added changed pics, I never say that before and And cant get it to do it. It works fine.


Lordtwisted :D [/code]