• Welcome to TodayPlus Boards v2.
 

Recombinant Skin 0110

Started by ya1950, December 18, 2003, 02:16:39 PM

Previous topic - Next topic

ArcticCat

will anyone be kind enough to do one additional edditing for me on that skin?
I'd like to see the uptime and the reset time of my pda, maybe next to the estimated and the remaining time of the battery.
I am really sorry but i am unable to do it
thanks for the help

Timmy

Quote from: yiuroyI tried it but found the moon icons always show a crescent.  In the moment we should see a first quarter moon.  Just curious if the moon phases as coded in the new skin is varying according to time :?: .

The following thread did help me to solve this problem:
http://www.dark-mojo.com/todayplus/viewtopic.php?t=1102&postdays=0&postorder=asc&&start=20
Toshiba e750BT, WM 2003, Today Plus 0.11.0, WISbar Adv, Agenda Fusion, Pocket Slides, TomTom

ya1950

ArcticCat

The original system information posted by arbitrajeu that I used for this skin had uptime and reset time as well as the other information. I had to leave it out because of space limitations on the screen and because I don't really use this information myself. Here is the code from his file:


if,var,var11,1,><,1
uptime,214,20,softreset,time,dd/MM, HH:mm,,,c
button,182,20,56,11,-1,6,var11=2,6
else
uptime,210,20,softreset,duration,, e,c
button,182,20,56,11,-1,6,var11=1,6
endif



Remove the backlight and reset icon from the recombinant skin by deleting the following code:

image,195,0,Backlight.png,t
button,195,0,13,16,-1,0,%apps-5-5,  //backlight application

image,215,0,Suspend.png,t
button,215,0,16,16,-1,0,%apps-5-6,  //Restart application


and place the new code there. The only thing you'll have to adjust is the x and y coordinates of the 2 uptime and 2 button lines of the new code (the first number in each line is x and the second is y) to place them where you want on the skin.

Hope this helps,

ya1950

ya1950

Timmy

I used the code posted by fishboy. Is there a problem with that code?
ya1950

Timmy

Quote from: ya1950Timmy

I used the code posted by fishboy. Is there a problem with that code?
ya1950

YA1950,

If you mean the skin you posted here above on Mon Dec 29, 2003 7:37 am  (Recombinant skin with moon.zip): that's a skin with a good script! I've already used some lines from this skin in my own skin.
So, thank you for posting it!
Toshiba e750BT, WM 2003, Today Plus 0.11.0, WISbar Adv, Agenda Fusion, Pocket Slides, TomTom

Broesel

Quote from: ya1950Timmy

I used the code posted by fishboy. Is there a problem with that code?
ya1950

I used that code too, but it doesn't work correct.

Take a look at my thread in bugreports:

http://www.dark-mojo.com/todayplus/viewtopic.php?p=5819#5819

Greetings Broesel

yiuroy

Hi everybody,

You guys are really great to help others solve the problems. I read a post from Broesel, the commands he put there ran successfully on my machine. I quote it here:

"No, that code was not correct (it has been corrected in the original thread now)

the commands should be:

calcvar,var30,moonphase,1
imagemeter,93,45,%var30%,phases.png,t,0,7

and with the smaller png I posted:

imagemeter,93,45,%var30%,phases15x15.png,t,0,7

Greetings Broesel"

Thanks, yiuroy!

wallacel

I am not sure whether this is error or not. When I click on Weather tab, there are 5 icons, the first one is current, and I assume the other 4 are forecasts. However it always show Mon, Tue, Wed and Thu on top of the weather icon no matter what day it is today. Is this normal?

Thanks alot!

Wallace
MAC

wallacel

Also how to make the Agenda and Tasks show on the same page?

Thanks!

Wallace
MAC

ya1950

I've reposted the skin with the moon phases using the code and images that Broesel pointed out in his post. Since this code is from srs I'm hoping that it will work correctly this time. Could folks post wheither or not it is working for their locations?

@Wallace
I'm not sure what your problem is re the days in the weather listing. On my machine they display correctly, ie. in the weather listing the first icon is the current weather and the next 4 are the next 4 days which are labled correctly. Try clearing the buffer and updating the plugin. Hopefully that will take care of it for you.

To have the agenda and tasks show together do the following:


///// /Remove tasks from Agenda listing //////

//options,taskformat,0,13,13,%tab,68%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%Due: %subject%
//options,taskoverdue,0,13,13,%tab,68%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%%textcolor,255_0_0%Due: %subject%%resettextcolor%
//options,taskcomplete,0,13,13,%tab,68%%changefont,tahoma,13,s%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%Due: %subject%%changefont,tahoma,13,%

options,blanktext,-1,13,13,%tab,86%-Nothing Further-
options,dateformat,0,0,0,%bold%%date,MMM dd ddd%%regularfont%

changefont,tahoma,13,
//outlook,2,1,238,66,0,0,,,,1
outlook,2,1,238,66,1,0,,,,1

//////End changes//////


In the above code remove the 4 instances of //. This will activate those 4 lines of code.
Then delete the line:

outlook,2,1,238,66,1,0,,,,1

(Make sure you delete the second outlook line and not the first.)

This should do it.

ya1950

wallacel

Thanks, you are my man.

The weather forecast icons also works now (dunno why), thanks and it is an excellent script!

1 more question, since I now have the agenda and tasks combined and show on the first page, can I completely remove those 3 buttons (agenda, tasks, count)?
MAC

ya1950

Wallace

Here is the agenda section without the buttons with both tasks and agenda showing:

//////////////////////////////////////////
//////// AGENDA
//////////////////////////////////////////

region,1,0,-1
defregion,1,0,0,240,82,1
offset,offset_-1,offset_-1
updateregions,2



offsetadd,0,5

region,2,0,-1
offsetadd,0,-3


color,font,-1_4_-1


options,today-text,'Today'
options,tomorrow-text,'Tomorrow'

options,taskfilter,1

options,apptformat,0,13,13,%tab,68%%starttime,h:mmt%-%endtime,h:mmt% %subject%%changefont,tahoma,13,i% (%location%)%changefont,tahoma,13,%
options,apptallday,0,13,13,%tab,68%%subject%



options,taskformat,0,13,13,%tab,68%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%Due: %subject%
options,taskoverdue,0,13,13,%tab,68%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%%textcolor,255_0_0%Due: %subject%%resettextcolor%
options,taskcomplete,0,13,13,%tab,68%%changefont,tahoma,13,s%%checkbox,0,1,12,12,checkbox.png,checkedbox.png,tr%%tab,82%Due: %subject%%changefont,tahoma,13,%

options,blanktext,-1,13,13,%tab,86%-Nothing Further-
options,dateformat,0,0,0,%bold%%date,MMM dd ddd%%regularfont%

changefont,tahoma,13,
outlook,2,1,238,66,0,0,,,,1


//////End changes//////



offsetadd,0,67
endregion,2,2

endregion,1,0

//////////////////////////////////////////
//////// END AGENDA
//////////////////////////////////////////


Just replace the entire agenda section in the skin with this code,

ya1950

fdroms

I really like the  skin.  I am using the latest version of the Recombinant skin with Moons.  I copied the moon, sunrise & sunset images to the image/recombinant directory and the txt file to the skins directory.  I am using an ipaq 5555.
1. Th icons for battery, memory, etc do not bring up anything when tapped.
2. The Moons do not appear.
3. The update area ( the "updated: XX:XX) works sparodically on any method of connection other than activesynch. (Wifi, etc)

Any suggstions?

slick204

With the addition of the moon phases, I have now eliminated my last plug-in. I really like this skin and TodayPlus; great stuff! My question: is it posible to modify the skin to start a program when the moon phase is tapped? Specifically I would like it to start a program I use called Ephemeris, which has more detailed information. Is this possible? Any help would be appreciated.

Thanks!

ya1950

@fdroms The shortcuts are coded for my machine, an IPAQ 2100. As I mentioned in the first post, in order to set up for your machine you need to create shortcuts for you particular machine and use them in place of the shortcuts I provided. For help in doing this please see the links in the first post here:

http://www.dark-mojo.com/todayplus/viewtopic.php?t=810

Re - moons not appearing. Try clearing the buffer and reinitialing the plugin. Also make sure you downloaded the updated version of the skin and that you put the image in the recombinant folder.

Sorry, I don't use Wifi so I can't check the behavior. It does work fine for me with bluetooth. Try pressing on the 'updated' text to force a refresh. Other than that I don't have an answer.

ya1950