• Welcome to TodayPlus Boards v2.
 

As per Request: MySkin. **Added new variations** 20-1-04

Started by Yogiman, December 28, 2003, 03:58:39 AM

Previous topic - Next topic

Broesel

Quote from: spankyI've added the red line at the top as you said but it doesn't work
Does the skin show you the weathericons ? Are you sure, you placed
the LT-folder and the Weather.com-folder in the Weather Icons-folder ?
And it works only, if the weather-section is opened !
QuoteIs that correct?

That looks correct for me, but i can't test it for now.

Greetings Broesel

spanky

Now it works perfectly
The icons allow to switch between weather-icons
Thanks!

spanky

I need more help
I've seen that if I click agenda button only top section + agenda are displayed
If I switch to weather, the switch also enable other buttons (shortcuts, battery and rss links)
I'd like to eliminate this kind of link between weather+battery+rsslinks buttons: it is possible?
In this way I could see ONLY what I want: both top section + agenda + weather (without shortcuts, battery and rss links). In this way when I press weather button, battery & rss links should remain inactive (=not displayed)
Is there anyone that could help me to do this?

LawofA

Quote from: spankyI need more help
I've seen that if I click agenda button only top section + agenda are displayed
If I switch to weather, the switch also enable other buttons (shortcuts, battery and rss links)
I'd like to eliminate this kind of link between weather+battery+rsslinks buttons: it is possible?
In this way I could see ONLY what I want: both top section + agenda + weather (without shortcuts, battery and rss links). In this way when I press weather button, battery & rss links should remain inactive (=not displayed)
Is there anyone that could help me to do this?

Hi Spanky:

Checkout this link. http://www.dark-mojo.com/todayplus/viewtopic.php?t=1121&postdays=0&postorder=asc&&start=0

LawofA

spanky

It doesn't work
I've already tried
Values are not the same as this new skin
This is what I find in this new skin:

if,region,1,=,0
      imagebutton,102,14,weather active.png,t,1,4,999,-1
   else
      imagebutton,102,14,weather.png,t,1,4,0,-1
      button,102,14,11,11,11,4,999,
      button,102,14,11,11,4,4,0,
      button,102,14,11,11,8,4,0,
      button,102,14,11,11,16,4,0,
      button,102,14,11,11,10,4,999,

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

   
   if,region,11,=,0
      imagebutton,89,14,calendar active.png,t,11,4,999,-                           button,89,14,11,11,1,4,999,
      button,89,14,11,11,4,4,999,
      button,89,14,11,11,8,4,999,

      //button,89,14,11,11,19,4,0
      button,89,14,11,11,10,4,999
      button,89,14,11,11,16,4,9991
   else
      imagebutton,89,14,calendar.png,t,11,4,0,-1
      
   endif

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


   if,region,8,=,0
      imagebutton,128,14,battery active.png,t,8,4,999,-1
   else
      imagebutton,128,14,battery.png,t,8,4,0,-1
   endif
   

   if,region,16,=,0
      imagebutton,115,14,launch active.png,t,16,4,999,-1
   else
      imagebutton,115,14,launch.png,t,16,4,0,15,-1
   endif

I've removed the bold instructions, there's no more links but if I try to display only top+agenda+weather the weather icons are at the bottom of the page!

LawofA

Quote from: spankyIt doesn't work
I've already tried
Values are not the same as this new skin
This is what I find in this new skin:

if,region,1,=,0
      imagebutton,102,14,weather active.png,t,1,4,999,-1
   else
      imagebutton,102,14,weather.png,t,1,4,0,-1
      button,102,14,11,11,11,4,999,
      button,102,14,11,11,4,4,0,
      button,102,14,11,11,8,4,0,
      button,102,14,11,11,16,4,0,
      button,102,14,11,11,10,4,999,

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

   
   if,region,11,=,0
      imagebutton,89,14,calendar active.png,t,11,4,999,-                          //button,89,14,11,11,1,4,999,
      //button,89,14,11,11,4,4,999,
      //button,89,14,11,11,8,4,999,

      //button,89,14,11,11,19,4,0
      //button,89,14,11,11,10,4,999
      //button,89,14,11,11,16,4,9991

   else[/color]
      imagebutton,89,14,calendar.png,t,11,4,0,-1
      
   endif


I've removed the bold instructions, there's no more links but if I try to display only top+agenda+weather the weather icons are at the bottom of the page!

Spanky:

It worked for me. You need to comment out the remainder of the lines too.

LawofA

spanky

Take a look here:

   if,region,1,=,0
      imagebutton,102,14,weather active.png,t,1,4,999,-1
   else
      imagebutton,102,14,weather.png,t,1,4,0,-1
   endif
   
   if,region,4,=,0
      imagebutton,141,14,rss active.png,t,4,4,999,-1
   else
      imagebutton,141,14,rss.png,t,4,4,0,-1
      button,141,14,11,11,10,4,999,   
   endif
   

   
   if,region,11,=,0
      imagebutton,89,14,calendar active.png,t,11,4,999,-1
   else
      imagebutton,89,14,calendar.png,t,11,4,0,-1
      //button,89,14,11,11,1,4,999,
      //button,89,14,11,11,4,4,999,
      //button,89,14,11,11,8,4,999,
      //button,89,14,11,11,19,4,0
      //button,89,14,11,11,10,4,999
      //button,89,14,11,11,16,4,999
   endif

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


   if,region,8,=,0
      imagebutton,128,14,battery active.png,t,8,4,999,-1
   else
      imagebutton,128,14,battery.png,t,8,4,0,-1
   endif
   

   if,region,16,=,0
      imagebutton,115,14,launch active.png,t,16,4,999,-1
   else
      imagebutton,115,14,launch.png,t,16,4,0,15,-1
   endif




if,refresh
         imagebutton,76,14,refresh active.png,t,-1,-1,
      else
         imagebutton,76,14,refresh.png,t,0,7,,-1
      endif



This is how my skin looks... Is this correct?
It doesn't work, when I choose both agenda & weather the weather icons are at the very bottom of the screen with black background!
Please help

spanky


Yogiman

Quote from: spankycan you post me your skin with no links?
Thanks

Wich skin do you use ? I'll remove the linking of the buttons for you and see what i can do about the weathericons.

You probally need a defregion override in there somewhere. Basically i made the skin to have two views. One view with the top region and agenda and the other view with the rest of the regions, this was for me the most useable.
Eat well, Stay fit, Die anyway...

spanky

this skin: 2004_6.txt
I don't want links, so I can decide what to display (in detail I would top+weather+agenda)
THANKS

Yogiman

Quote from: spankythis skin: 2004_6.txt
I don't want links, so I can decide what to display (in detail I would top+weather+agenda)
THANKS

Try this one.

I've made some small changes. The weather is English (was Dutch...oeps)
Removed the linking.

Now the skin works even if the buffer is empty (thanks to Joelw)

Let me now, if it works for you.
Eat well, Stay fit, Die anyway...

spanky


mee8495

Where can I find the images that you use - I have the weather icons, i need the "\ozkan" directory.

Please and thank you.

spanky

I've noticed...
Top+Weather+Agenda and Battery works well but rss, links and world time are not displayed correctly (they're displayed at the bottom of the screen with a black background (the same problem that weather+agenda+battery gave before your fix).
Could you also fix this?

Yogiman

Quote from: mee8495Where can I find the images that you use - I have the weather icons, i need the "\ozkan" directory.

Please and thank you.

You can find the whole package one page earlier.
Eat well, Stay fit, Die anyway...