• Welcome to TodayPlus Boards v2.
 

Skin not working...

Started by Neo_Reloaded, December 03, 2004, 08:06:01 PM

Previous topic - Next topic

Timmy

Good team here, isn't it?!?



Timmy
Toshiba e750BT, WM 2003, Today Plus 0.11.0, WISbar Adv, Agenda Fusion, Pocket Slides, TomTom

ZapMe1

QuoteGood team here, isn't it?!?

If only SRS would come back, the TP team would be more complete !!   :D
ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"

Timmy

Quote from: ZapMe1
QuoteGood team here, isn't it?!?

If only SRS would come back, the TP team would be more complete !!   :D
ZapMe1,

Yes, that's true. It's still unbeleavable what only ONE MAN fixed in such a short time. When he comes here to play the game again, it would be like this:



Timmy
Toshiba e750BT, WM 2003, Today Plus 0.11.0, WISbar Adv, Agenda Fusion, Pocket Slides, TomTom

ZapMe1

ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"

Neo_Reloaded

I followed the instructions of uk_skinner and now the skin works, I don't know if it works 100% but now appears.

I attach the skin I'm currently using that works, if someone whants to see the changes... I added a // to the changed lines and copied from 1.04a skin those lines.

I'm still looking for bugs to my skin "conversion".

Thanks for your help.

uk_skinner

Quote from: Neo_ReloadedI followed the instructions of uk_skinner and now the skin works, I don't know if it works 100% but now appears.

I attach the skin I'm currently using that works, if someone whants to see the changes... I added a // to the changed lines and copied from 1.04a skin those lines.

I'm still looking for bugs to my skin "conversion".

Thanks for your help.

Good to hear..  I will download it and take a look.  Enjoy.. :wink:

uk_skinner

Neo_reloaded:

 Did you command out the "if,var,var25,,=,1" right under the region,1,0?

  That is the code from 1.05.04.  I think you better remove "//" becuase you need that code to make all "buttons" disappeared when you jump to radar page.

Neo_Reloaded

If I don't command out that line "if,var,var25,,=,1" all buttons disappear. It's something strange.

I'm still investigating, but I don't know so much about "skinning" in TodayPlus, I'm merging code between 1.04a and 1.05.4.

Thanks a lot.

uk_skinner

Quote from: Neo_ReloadedIf I don't command out that line "if,var,var25,,=,1" all buttons disappear. It's something strange.

I'm still investigating, but I don't know so much about "skinning" in TodayPlus, I'm merging code between 1.04a and 1.05.4.

Thanks a lot.

Neo_Reloaded:

     Go to the almost top of the skin, you have this:

// initvar,var25,1    //Sat & Radar

    You need to remove the first "//", like this

initvar,var25,1    //Sat & Radar


   Then remove the command "//" out from "//if,var,var25,,=,1"

Since you did not "initvar" var25=1, so you don't see the buttons.  I hope this is clear.  


I saw you commentted a lot of codes out, your skin will not work properly.  Especially the codes above region,2,o are very important since TP will set up the parameters when the skin is loaded.  

If you want to find the bug, I would suggest you this way:

1)  Try to load hammerskin 1.05.04 again, to see it will work.

2) If not, then let's comment out the "initvar" one-by-one.  

3) Comment out the var that you did not see in 1.04 first.  

4) Load the skin to see where the problems might be.

5) As Witchtel indicated that the new var might be the issue.

Since you did not see the skin loaded at all, I would suspect something happened when TP tried to set these var.

Neo_Reloaded

I'll try it later, because now I can't.

I'll follow all the instructions to try to find the bug.

Thanks.

Neo_Reloaded

I think I have found the problem. If I comment out the line "initvar,var51,1   //Sat & Radar Albumansicht" the skin loads perfect, but I cannot use the option "Satellite & Radar" on the Weather page because the screen stays without nothing and I have to reload the plugin, if I use the radar icon it works ok.

One more thing, how can I make by default which weather Icons appears, because the plugin changes it whenever it wants, but this is the less important thing now.


Thanks to everybody.

uk_skinner

Quote from: Neo_ReloadedI think I have found the problem. If I comment out the line "initvar,var51,1   //Sat & Radar Albumansicht" the skin loads perfect, but I cannot use the option "Satellite & Radar" on the Weather page because the screen stays without nothing and I have to reload the plugin, if I use the radar icon it works ok.

One more thing, how can I make by default which weather Icons appears, because the plugin changes it whenever it wants, but this is the less important thing now.


Thanks to everybody.

Good, so var51 is a bad var for you.  I can try to find a var for you.  Could you upload the skin here, the one you comment out "initvar,var51,1   //Sat & Radar Albumansicht" and I will try to find a var for you.

The weather icon should only change when you tap "Change Icons" uner the "Menu" in weather page.  I can take a look when you upload your skin here.

rbishop

I can answer this one. Look for the following line

"initvar,var10,2   //Wetter Icon Change"

The number 2 above corresponds with the icons set below that is a set of  "if,else,endif".  Just change the "2" above to match the icons you like.
For example: I like the weather.com icons. So I found the following

"if,var,var10,,=,2
   options,weathericondir,Weather Icons\weather.com,png
else
endif
"
Hope this helps.

uk_skinner


Neo_Reloaded

OK, here is the skin that I'm using right now, the line is commented out.

What is so strange is that I'm the only affected with that problem until now... strange...

About the weather icons, don't worry so much, I'll do what rbishop says.

Thanks.