• Welcome to TodayPlus Boards v2.
 

(new) LTwisted0.11.0

Started by Lordtwisted, January 04, 2004, 12:02:24 PM

Previous topic - Next topic

tonyaross

LT, I am indeed having that problem. But since I am newbie in this stuff, I need bit more help, or a lot of help.  :oops:

QuoteJust move over the code from my moon phases to the other 2 pics, so you can still have full tranperancy.


If it's not too long, could you tell me how move over the code? :oops:

But if it's a long process, don't worry about it. It's not a big thing.

T

ebeyonder

Thanks LT for this very excellent skin  :D

Some questions though. As I'm very new to Todayplus, I hope you'll be patient with my questions, which may appear very simple.

Pls look at the first image:



How do I change the image on the right (circled)? I would also like to input my own information. I've already changed the info in config.exe.

On the left side (red rectangle), is it possible to change the temperature unit to C? Again, I've changed the unit to "metric" in config.exe.

Now, the second:



For the batt+, all my metre bars are light blue in colour. Can I make them dark blue or black so as to increase the contrast with the background?

Finally, the third:



The same problem with the calendar. Can I change the font colour of the numbers and "M-F" to a darker colour, perhaps black for this instance?

Finally, when I click on a date on the calendar, the agenda shows some codes but not the appt.

Oh yes, I noticed that the fonts and graphics for the analog clocks under world time are quite fuzzy. Can I use clearfont on them?

Pls help. Thanks!
Check out my carnivorous plant website:
http://ebeyonder.tripod.com

Check out my carnivorous plant photos:
http://www.geocities.com/ebeyonder

Broesel

Quote from: ebeyonder
How do I change the image on the right (circled)? I would also like to input my own information. I've already changed the info in config.exe.

On the left side (red rectangle), is it possible to change the temperature unit to C? Again, I've changed the unit to "metric" in config.exe.

Find this in the skinfile:
if,var,var12,,=,1
       image,150,-1,twist.png,t
       changefont,tahoma,13,b
   text,150,27,Robert Corbley,l
   changefont,tahoma,12,
   text,150,37,Hendersonville NC,l
       text,150,47,(828) 696-8333,l
       text,150,57,www.corbcut.com,l
Change the red marked code.
Then find all °F in the skin and change to °C (text-commands)

For the other Problems we'll have a deeper look (or LT points you faster)

Greetings Broesel

ebeyonder

Check out my carnivorous plant website:
http://ebeyonder.tripod.com

Check out my carnivorous plant photos:
http://www.geocities.com/ebeyonder

Broesel

QuoteFor the batt+, all my metre bars are light blue in colour. Can I make them dark blue or black so as to increase the contrast with the background?
Go to the region 9, systeminformation, find :

draw,roundrect,20,11,60,9,-1_6_-1,h
               image,22,13,batback.bmp,t
      battery,bar,22,13,56,5,-1_6_-1
      draw,roundrect,98,11,60,9,-1_6_-1,h
               image,100,13,memback.bmp,t
      memory,barused,100,13,56,5,-1_6_-1

change the -1_6_-1 in the commands to 0_0_0 (black) or another color
you want (there are some more in that section and you have to change them all)

Greetings Broesel

Broesel

Quote from: ebeyonderFinally, the third:
The same problem with the calendar. Can I change the font colour of the numbers and "M-F" to a darker colour, perhaps black for this instance?
Look here: http://www.dark-mojo.com/todayplus/viewtopic.php?t=1202&postdays=0&postorder=asc&&start=144

QuoteFinally, when I click on a date on the calendar, the agenda shows some codes but not the appt.
Maybe you mean this one http://www.dark-mojo.com/todayplus/viewtopic.php?t=1202&postdays=0&postorder=asc&&start=47

Greetings Broesel

Lordtwisted

tonya,

  NP, not a big deal at all. first look for this:

if,var,var7,,=,0
text,207,0,New,c
text,207,40,Moon,c
//image,191,9,moon0.png,t
else
endif
if,var,var7,,=,1

text,207,0,Waxing,c
text,207,40,Crescent,c
//image,191,9,moon1.png,t
else
endif
if,var,var7,,=,2

text,207,0,First,c
text,207,40,Quarter,c
//image,191,9,moon2.png,t
else
endif
if,var,var7,,=,3

text,207,0,Waxing,c
text,207,40,Gibbous,c
//image,191,9,moon3.png,t
else
endif
if,var,var7,,=,4

text,207,0,full,c
text,207,40,Moon,c
//image,191,9,moon4.png,t
else
endif
if,var,var7,,=,5

text,207,0,Waning,c
text,207,40,Gibbous,c
//image,191,9,moon5.png,t
else
endif
if,var,var7,,=,6

text,207,0,Last,c
text,207,40,Quarter,c
//image,191,9,moon6.png,t
else
endif
if,var,var7,,=,7

text,207,0,Waning,c
text,207,40,Crescent,c
//image,191,9,moon7.png,t
else
endif


change it to this:

if,var,var7,,=,0
text,207,0,New,c
text,207,40,Moon,c
//image,191,9,moon0.png,t
else
endif
if,var,var7,,=,1

text,207,0,Waxing,c
text,207,40,Crescent,c
//image,191,9,moon1.png,t
else
endif
if,var,var7,,=,2

text,207,0,First,c
text,207,40,Quarter,c
//image,191,9,moon2.png,t
else
endif
if,var,var7,,=,3

text,207,0,Waxing,c
text,207,40,Gibbous,c
//image,191,9,moon3.png,t
else
endif
if,var,var7,,=,4

text,207,0,full,c
text,207,40,Moon,c
//image,191,9,moon4.png,t
else
endif
if,var,var7,,=,5

text,207,0,Waning,c
text,207,40,Gibbous,c
//image,191,9,moon5.png,t
else
endif
if,var,var7,,=,6

text,207,0,Last,c
text,207,40,Quarter,c
//image,191,9,moon6.png,t
else
endif
if,var,var7,,=,7

text,207,0,Waning,c
text,207,40,Crescent,c
//image,191,9,moon7.png,t
else
endif



That will just leave the text to the far right, you have to mess with the x and y valuse for the text to place it where you want.

then copy and paste this:


if,var,var7,,=,0
text,207,0,New,c
text,207,40,Moon,c
image,191,9,moon0.png,t
else
endif
if,var,var7,,=,1

text,207,0,Waxing,c
text,207,40,Crescent,c
image,191,9,moon1.png,t
else
endif
if,var,var7,,=,2

text,207,0,First,c
text,207,40,Quarter,c
image,191,9,moon2.png,t
else
endif
if,var,var7,,=,3

text,207,0,Waxing,c
text,207,40,Gibbous,c
image,191,9,moon3.png,t
else
endif
if,var,var7,,=,4

text,207,0,full,c
text,207,40,Moon,c
image,191,9,moon4.png,t
else
endif
if,var,var7,,=,5

text,207,0,Waning,c
text,207,40,Gibbous,c
image,191,9,moon5.png,t
else
endif
if,var,var7,,=,6

text,207,0,Last,c
text,207,40,Quarter,c
image,191,9,moon6.png,t
else
endif
if,var,var7,,=,7

text,207,0,Waning,c
text,207,40,Crescent,c
image,191,9,moon7.png,t
else
endif



rigt above this image,0,9,mount1.png, and change all the image's to these x and y valuse like so:


image,97,9,moon7.png,t

and comment out this line like so:

//image,97,9,moon4png.png,


And do the same thing for you'r set but with this x value like so:

image,151,9,moon7.png,t

and then comment out this line:

//image,151,9,moonset.png,

now they will be the same height, you could drop down the set section but you will see the pic below the mountians, I would need to creat some new pics for the set section, But i will be realesing version 12 and my new skin that takes a diffrent aproach to the whole section, wich i think you might like.


Lordtwisted :D

Lordtwisted

ebeyonder,

   It seems like Broesel anserwed all you'r qustions. thanks Broesel.

p.s In LTwisted0.12.0 all these proplems has been fixed.

Lordtwisted :D

ebeyonder

Dear all,

Thanks for all the help so far. I have just a few minor problems left before having the perfect skin :)

In the first image below, the calendar dates are now black. But the letters M-F (Monday to Friday) are still white. How do I change them to black as well?



In the 2nd image, I've got the agenda showing the appts correctly, but there is a space (circled in red) which makes the appt unable to display in full. Can I get rid of this space so that the appt begins underneath the date?



Finally, in image 3, I've replaced the default "twist.png" with an image of my own. My image is 89 pixels by 44 pixels in dimensions. The white rectangle with the red outline indicates where my personal info (name, address, etc) appear. As the rectangle shows, my name appears in the picture. How do I shift it downwards?



Thanks again for all the help! :D[/i]

Oh yes, I've always wondered, what's that button beneath the two arrows beneath the analog clock for? It looks like a power button but nothing seems to happen when I click it?
Check out my carnivorous plant website:
http://ebeyonder.tripod.com

Check out my carnivorous plant photos:
http://www.geocities.com/ebeyonder

fdroms

I tried to do the following to get the small agenda to appear first, but I was unable to find  "initvar,var10,2 "  anywhere in the file.  Maybe I just missed it, but could you tell me the section it should be in?

Thanks!!!


Quote:
Lordtwisted in your first post you wrote:
"LTwisted0.11.0 has evrey thing LTwisted0.10.2 plus:
1. In the LT pic veiwer/calendar the calendar works, click on any date an see a quick agenda for that date and if you have on for the next to."

How I can get this view at beginning  


osierra,

If you mean start with the agenda veiw, if so look for this in the skin:

Code:
initvar,var10,2
initvar,var27,1

           if,var,var10,,=,1

if,var,var27,,=,1



and change this:

Code:

initvar,var27,1




to this:

Code:

initvar,var27,2




Lordtwisted

acschirmer

:D Lord, It dispatches by post the new Skin! The Forum goes to be put into motion and is black cloud that the TD+ goes to finish will be forgotten. In addition I am with a curiosity.... :oops:

Tina :wink:
Dell Axim X5 pocket ppc 2003, 64 of ram, 128 SD, 256 CF

Broesel

Quote from: ebeyonderIn the first image below, the calendar dates are now black. But the letters M-F (Monday to Friday) are still white. How do I change them to black as well?
Looks like you did not set up the day abreviations in the config.exe. Try to run the config.exe end set the days from monday to friday and leave the "S" for sunday and saturday free, as they are displayed by text-command.
QuoteI've got the agenda showing the appts correctly, but there is a space which makes the appt unable to display in full. Can I get rid of this space so that the appt begins underneath the date?
Find the agenda-section in the skin (the first one) it looks like this:
text,195,-1,AGENDA,cs
options,dateformat,0,12,12,%changefont,tahoma,12,%%line,85,12,-1_6_-1%%bold%%date,s%%regularfont%
options,calendarfilter,0,1,
options,apptformat,0,12,12,%changefont,tahoma,11,%%image,0,2,small_arrow_right.png,t%%tab,6%%starttime,h:mmt%%tab,38%%//bold%%subject%%regularfont%%iconstart,78%%remindericon,-10,2,reminder.png,t%
options,apptallday,0,12,12,%changefont,tahoma,11,%%All Day%tab,34%%changefont,tahoma,11,%%subject%%regularfont%
options,today-text,'Today',M/d/yy
options,tomorrow-text,'Tomor',M/d/yy
options,taskformat,0,12,12,%changefont,tahoma,11,%%checkbox,0,0,12,12,dot.png,dot1.png,t%%tab,7%%starttime,hh:mmt%%tab,39%%//bold%%subject%%regularfont%%iconstart,78%%remindericon,-10,2,reminder.png,t%
-------------------------------------------------------------------------------------
change the tabs (pixel to the right) to what you like (starting wit 0 ...)
QuoteFinally,I've replaced the default "twist.png" with an image of my own. My image is 89 pixels by 44 pixels in dimensions. The white rectangle with the red outline indicates where my personal info (name, address, etc) appear. As the rectangle shows, my name appears in the picture. How do I shift it downwards?
Find:

text,150,27,Robert Corbley,l
   changefont,tahoma,12,
   text,150,37,Hendersonville NC,l
       text,150,47,(828) 696-8333,l
       text,150,57,www.corbcut.com,l

change the red marked value (pixels vertical). Maybe you can only display
three lines (because there is not enough space) so delete one of the text... lines or comment it out (// before that line)

QuoteOh yes, I've always wondered, what's that button beneath the two arrows beneath the analog clock for? It looks like a power button but nothing seems to happen when I click it?
When you display the small pics (right arrow-klick when in ownerinfo)
you can reset to the ownerinfo with that button. And when scrolling in the calendar you can reset to the actual date.

Greetings Broesel

ebeyonder

Thanks!  :D
Now it's perfect for me!
Check out my carnivorous plant website:
http://ebeyonder.tripod.com

Check out my carnivorous plant photos:
http://www.geocities.com/ebeyonder

tonyaross

LT, thank you very much for that detailed message. I now have a smooth moon.  :wink:

QuoteI have good news and bad news, good news is that The version I have of ver 12 does not expire, I went through every month this year and next, and it still works Yaaa. ....


Have I ever told  you that you are a very handsome guy? :roll:

:)


T

Lordtwisted

QuoteLT, thank you very much for that detailed message. I now have a smooth moon.  

Quote:
I have good news and bad news, good news is that The version I have of ver 12 does not expire, I went through every month this year and next, and it still works Yaaa. ....



Have I ever told you that you are a very handsome guy?


 Tonya,

 If you think shooting me the moon (ohhhhh baby) and telling me im handsome is going to get you 12, You are toatally right. Lmao

Lordtwisted :D