• Welcome to TodayPlus Boards v2.
 

CalendarPlus Version 11

Started by Blazingwolf, January 04, 2004, 11:57:28 AM

Previous topic - Next topic

joelw135

At the top of the General forum there is a reference section, you can download the information.
Dell Axim X3i, Windows Mobile 2003
512mb Kingston SD card
256mb Lexar SD card
Today Plus
WisBar Advanced
PIEPlus
DotPocket

JMF0

Quote from: Blazingwolfliopox,

No that is not normal. You should be able to tap anywhere in the detail section to bring it back to the forcast screen. Sometimes, I am not sure why, you might need to need to tap the area twice.

For the reset and suspend functions to work you need to set them up in the config app. From the first page of this thread:

3. In the shortcut section of the config file you need to create a 5th shortcut group called "apps" (no quotes and must be lowercase). Then create shortcuts to powerg, Memory, Reset, Suspend, SD card, ipaq, and CF card. They need to be in this order to work right.

The files are located in the download and labeled "resetandsuspend" and they should be placed in the TodayPlus folder.
_______________________________________________

I have the same issue where the home weather icon is clicked and shows the current conditions there is not a way by tapping anywhere on the screen that takes you back to the forecasted days.

Also I cannot find a shortcut to "powerg" - what is this file?  Does reset and suspend files need to stay in the resetandsuspend folder under TodayPlus or do I cut them out and paste individually under TodayPlus?

THANKS!

Blazingwolf

Quote from: JMF0
I have the same issue where the home weather icon is clicked and shows the current conditions there is not a way by tapping anywhere on the screen that takes you back to the forecasted days.

Also I cannot find a shortcut to "powerg" - what is this file?  Does reset and suspend files need to stay in the resetandsuspend folder under TodayPlus or do I cut them out and paste individually under TodayPlus?

THANKS!

Maybe I left the Pwereg shortcut out of the download :oops: I have attached it here.

Try this code to see if it helps with the icon button problem:

if,region,1,999
button,90,64,34,34,1,4,0,-1
button,90,64,34,34,4,4,999
button,90,64,34,34,10,4,999
else
endif

It should be placed under the code for the today icon in region 0. This is how mine looks:

todayicon,90,64,,t
button,90,64,34,34,3,4,100,1
if,region,1,999
button,90,64,34,34,1,4,0,-1
button,90,64,34,34,4,4,999
button,90,64,34,34,10,4,999
else
endif

The reset and suspend can be placed anywhere as long as you point to them when you create a shortcut in the config app.

Let me know if this helps.
Toshiba E800 WM2003 SE
Ipaq 3955 WM2003, SD and CF,Pocket Informant
Dell Axim X5 PPC2002 SD and CF (Wife's)

JMF0

I am having a little trouble locating the section to put this into....Is it Region 0 - Page 0 - Date Section?

Also what does the apps shortcut do?  I entered all the shortcuts you included and what should happen?  Also I do not see reset/suspend anywhere on the Today Screen.....No icons in the bottom corner either like I kave seen before for power off/reset...

THX!

joelw135

Look for this in the first section below where it says Region 0 (Part in RED) then add part in blue below part in red.

todayicon,90,64,,t
button,90,64,34,34,3,4,100,1



Then add the code below directly under it:

button,90,64,34,34,1,4,0,-1
button,90,64,34,34,4,4,999
button,90,64,34,34,10,4,999
else
endif
Dell Axim X3i, Windows Mobile 2003
512mb Kingston SD card
256mb Lexar SD card
Today Plus
WisBar Advanced
PIEPlus
DotPocket

cayouche

Quote from: Blazingwolf
Quote from: JMF0
I have the same issue where the home weather icon is clicked and shows the current conditions there is not a way by tapping anywhere on the screen that takes you back to the forecasted days.

Also I cannot find a shortcut to "powerg" - what is this file?  Does reset and suspend files need to stay in the resetandsuspend folder under TodayPlus or do I cut them out and paste individually under TodayPlus?

THANKS!


Try this code to see if it helps with the icon button problem:

if,region,1,999
button,90,64,34,34,1,4,0,-1
button,90,64,34,34,4,4,999
button,90,64,34,34,10,4,999
else
endif

It should be placed under the code for the today icon in region 0. This is how mine looks:

todayicon,90,64,,t
button,90,64,34,34,3,4,100,1
if,region,1,999
button,90,64,34,34,1,4,0,-1
button,90,64,34,34,4,4,999
button,90,64,34,34,10,4,999
else
endif


Hmmm... I have the same problem and that didn't work for me...

Now when I press the weather icon, everything disappears from the screen and have to reboot.

fishfuzz

On my 2215 I have only experienced the "tap on the weather and nothing happens" one time.

Once I reloaded the skin the issue went away.  But perhaps we should add a return button just under the Vis...

cayouche

Has anyone figured this problem out yet??

Blazingwolf

Quote from: cayoucheHas anyone figured this problem out yet??

No I sure haven't. I'm not sure why it is doing this but I am still working on it.
Toshiba E800 WM2003 SE
Ipaq 3955 WM2003, SD and CF,Pocket Informant
Dell Axim X5 PPC2002 SD and CF (Wife's)

JMF0

Also the Latitude and Longitude do not save - if I enter the numbers then reload the skin the numbers disappear when I go back into to configure they are not there.

Timmy

Quote from: JMF0Also the Latitude and Longitude do not save - if I enter the numbers then reload the skin the numbers disappear when I go back into to configure they are not there.
JMF0, this is a known problem. Please see:
http://www.dark-mojo.com/todayplus/viewtopic.php?t=1010&highlight=latitude
and you'll find problaby a solution.

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

jackleung

QuoteI have the same issue where the home weather icon is clicked and shows the current conditions there is not a way by tapping anywhere on the screen that takes you back to the forecasted days.

I would guess the TP+ internally only has 1 variable to store previous page.  Therefore, the "back" button command won't work if U hit the home weather icon twice (the stored region get overwrited).

A quick fix for this is to enforced to go back to region 3,0 by changing
"button,0,0,240,54,3,3,,1" to "button,0,0,240,54,3,4,0,1" for both region 3,100 and 3,200

A more fancy one, which stored the previous state by another variable and a different algorithm (var27) as attach:

jackleung

Hi Blazingwolf,

   I really love yr skin and I hopes U wouldn't mind if I posted my changes in this thread.

   BTW, I found some parts of the code can be simpler and cleaner. eg:

In Region 0,0:
   imagebutton,13,29,rightarrowsmall.png,t,-1,8,1,0
   button,13,29,11,11,-1,8,0
   imagebutton,1,29,leftarrowsmall.png,t,-1,9,0,0
   button,1,29,11,11,-1,9,1
can be change to:
   imagebutton,13,29,rightarrowsmall.png,t,-1,8,0,0
   imagebutton,1,29,leftarrowsmall.png,t,-1,9,0,0

-----------------------------------------------------------------
           if,refresh
      color,font,125_125_125
           else
      color,font,-1_4_-1
           endif
   
          today,realtemp,128,75,,°,c
          today,humidity,130,87,,H,c
   
           if,refresh
      color,font,-1_4_-1
           else
           endif
change to:
           if,refresh
      color,font,125_125_125
           else
      color,font,-1_4_-1
           endif
   
          today,realtemp,128,75,,°,c
          today,humidity,130,87,,H,c
   
           color,font,-1_4_-1
-------------------------------------------------------

I maybe wrong.   But I am still in the middle of the modification..   :)

iamlai

Excuse me,

It's a really nice skin!
However, As I have some other plugin in my today screen, I want to shortern the dimension of the date section to avoid the scroll bar comes out. So I tried to modify the value in the skin as follows:

maxheight,277
height,65
...
...
//=============================================
// REGION 0 - PAGE 0
//   Date section
//  Dimensions: 240 x 65
//=============================================
   region,0,0,60
   defregion,0,0,0,240,65,1
updateregions,14
   offset,offset_-1,offset_-1
...
(I've taken away the Owner information from the skin)
...

After I updated the skin file, I found that when the skin is refreshed, the date section seems having re-rendered twice. The date section shows the correct dimension (240 x 65) in the first time's re-rendering, but it seems go back to the original value after the second re-rendering.

Could anyone please help?

Cheers

LightMan

Well, I took a quick look and it seems to me that you need to change also the offsetadd command in the end of that region.
This command is what tells TP how much it will actually increase/decrease a section.
So, for that region, the original skin has :
offsetadd,0,98
and I'm figuring you need to change it to :
offsetadd,0,65

...that is, if 65 is the height you intend for that region ;)
[size=9]-= Ipaq 2215, 1 Gb CF, 512 Mb SD, Crystal Clear case =-[/size]