TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: epsilonx on December 02, 2003, 04:55:18 PM

Title: How to turn off weather "selection" box (Answered)
Post by: epsilonx on December 02, 2003, 04:55:18 PM
I'm not sure if what I'm seeing is a weather "selection" box or not, but that's what I'll call it for now.  Any idea how to turn this off?  When I put in my full city name it interferes with the name.  I'm using 0.10.1 with no major modifications.  See screenshot below:
Title: How to turn off weather "selection" box (Answered)
Post by: Nielsracing on December 02, 2003, 07:26:36 PM
It is a weather box, so don't worry :wink:
I don't know how to turn it off, but I'll take a look at it.
Title: How to turn off weather "selection" box (Answered)
Post by: Lordtwisted on December 02, 2003, 07:56:41 PM
epsilonx,

look for this line in the weather section:

image,1,0,big_box.png,tr

and coment it out like this:

//image,1,0,big_box.png,tr

or delet it.


Lordtwisted :D
Title: How to turn off weather "selection" box (Answered)
Post by: jhollin1138 on December 02, 2003, 09:27:37 PM
The weather region for the standard slider skin will display the box around the current weather information for a period of time after a refresh.  At a set period of time (not sure how long) the box will disappear and display forecast information and not current weather information.  A weather refresh will cause the box to once again appear and it will once again display current weather information.  I believe that srs included the box to help determine whether the weather information is current or the forecast for the day.
Title: How to turn off weather "selection" box (Answered)
Post by: epsilonx on December 02, 2003, 10:44:42 PM
Lordtwisted:  Thanks!!!  That worked and now I'm breathing easy.   :D

jhollin:  I'm pretty certain mine never goes away.  Maybe it refreshed more often than the box view "timeout".
Title: How to turn off weather "selection" box (Answered)
Post by: jhollin1138 on December 02, 2003, 11:24:37 PM
Quote from: epsilonxjhollin:  I'm pretty certain mine never goes away.  Maybe it refreshed more often than the box view "timeout".
After reviewing the skin file, I found the section is changing the weather display.  It appears to be currently set to 60 (I would assume minutes).  Here is what the code looks like:calcvar,var20,weatherupdatetimediff

if,var,var20,,<,60

Here is what it looks like before and after "time-out."