• Welcome to TodayPlus Boards v2.
 

(new) LTwisted0.11.0

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

Previous topic - Next topic

Lordtwisted

QuoteAnd mine does not have a Sun rise icon shown (same as yours), is this normal?


wallacelee,

  Yes this is normal, The reason you didn't see anything becouse it is set up for ver 0.12.0, I have 10 pics of the rissing with the elevation, you can't see the sun to it starts to rise. But it won't work in todayplus ver 0.11.0. I wasn't going to realese this ver until 0.12.0 came out but poeple wanted it so i realesed it.

What was wrong with the back button?
this is the code that came with LTwisted0.11.0:




imagebutton,226,2,right_arrow.png,t,3,4,0,1

There is nothing wrong with it.

QuoteBtw, I am thinking how I can add stock quotes to the skin? Can anyone share some ideas? Quotes can be fetch from Yahoo's finance website...


Here is a stock feed, you can change the quotes to what ever you want. i have it set up for 3 and three rows:

http://www.xanadb.com/nav.pl?page=etc/templates/quotes.xtpl&cont_type=text/xml&symbols=^dji+msft+aapl

Lordtwisted :D

Broesel

Quote from: Lordtwisted
What was wrong with the back button?
this is the code that came with LTwisted0.11.0:
imagebutton,226,2,right_arrow.png,t,3,4,0,1

There is nothing wrong with it.

No, there is nothing wrong, I only changed the right_arrow in my tweaked skin to the backbutton, for making clear you return to the weather section.
Copied the code from there and pasted it here.

Greetings Broesel

Lordtwisted

I was just wondering becouse he said it fixed it?


Thanks Lordtwisted :D

dhpss

Code:
http://www.xanadb.com/nav.pl?page=etc/templates/quotes.xtpl&cont_type=text/xml&symbols=^dji+msft+aapl

only shows 3 rows with 1 per row

I have seen 9 stock quotes, 3 per row with 3 rows. Can sombody share how to do it. Thx!
:wink:

Lordtwisted

you have to set it up in the skin file.
And add more quotes.

Lordtwisted

wallacelee

Nothing wrong with it. Just a back button makes more sense to me as oppose to the right button.  :D
MAC

LawofA

Quote from: dhpssCode:
http://www.xanadb.com/nav.pl?page=etc/templates/quotes.xtpl&cont_type=text/xml&symbols=^dji+msft+aapl

only shows 3 rows with 1 per row

I have seen 9 stock quotes, 3 per row with 3 rows. Can sombody share how to do it. Thx!
:wink:

Hi dhpss:
You can to the link for rgb08 complete skin for v11, http://www.dark-mojo.com/todayplus/download.php?id=589. Get the complete skin copy and activate the sections for stocks. It allows three rows.

Hope this helps.

LawofA

oolabob

where can I find this skin?

QuoteFinally i am realeseing LTwisted0.11.0 skin. I kept on getting ideas for the skin, new things to add and creat. But i am going to release it. Already working on LTwisted0.12.0 Alot of cool things, and a specila one that is done and i was going to put it in ver 11 but poeple wanted it so it will be in ver 12.
Oolabob

Please reply to bob.sweet@mridevices.com

oolabob

where can I find this skin?

QuoteFinally i am realeseing LTwisted0.11.0 skin. I kept on getting ideas for the skin, new things to add and creat. But i am going to release it. Already working on LTwisted0.12.0 Alot of cool things, and a specila one that is done and i was going to put it in ver 11 but poeple wanted it so it will be in ver 12.
Oolabob

Please reply to bob.sweet@mridevices.com

LawofA

Hi Webmaster:

I was replying to the post that ended up being posted so many times. I couldn't delete them. Can someone delete all but one of those reply?

Thanks. I apologize.

LawofA

This is what I keep getting on my post.
Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : /home/darkmoj/public_html/todayplus/includes/emailer.php

Lordtwisted

Quotewhere can I find this skin?

QuoteFinally i am realeseing LTwisted0.11.0 skin. I kept on getting ideas for the skin, new things to add and creat. But i am going to release it. Already working on LTwisted0.12.0 Alot of cool things, and a specila one that is done and i was going to put it in ver 11 but poeple wanted it so it will be in ver 12.
Oolabob

The fourth post down from this thread.

Lordtwisted :D

dbr

With all that's gone on in this thread, would that link be to a current version at this point?   :?

Great work!!!

Thanks,
Dave

Lordtwisted

QuoteWith all that's gone on in this thread, would that link be to a current version at this point?  

Great work!!!

Thanks,
Dave

Thank you.
Dave yes and no. That is the current version, I have version LTwisted0.12.0, but can't realese it till srs realeses todayplus 0.12.0 or at this point coould be ver 0.13.0.

Lordtwisted :D

dtidmore

This is strange one.  1st, I have verified that have the lat/long info correct, including the -sign on the long.  I also verified it in the PPC registry.  My PPC calculated/displayed sunrise, sunset and moonrise are within a minute of the times posted in the local paper, at various websites and from a program I have on my PC.  BUT the moonset is off an hour and some minutes.  Any ideas what might be happening.

Here is the line of code that I believe calculates the moonset (I pulled it directly from the skin file.  

moontime,1,set,1,168,40,hh:mm t,,,c


Any help will be appreciated.  BTW, I am combining parts of LordTwisted's skin with Logika as I like parts of both.  Logika is the main layout I am adopting, but add functionality from LT.  I had no problems in bring the sun/moon code into my new skin program with no changes to the actual code, so it is not a typo on my part.  

david

dtidmore

As I posted a few minutes ago, only the moontime was reporting incorrect values.  

The line of code as originally in LT's ver11 code was

moontime,1,set,1,168,40,hh:mm t,,,c .

After some additional research, I found a thread that showed a slightly different sytax, so I changed it as below and IT WORKS now.

moontime,1,set,official,168,40,hh:mm t,,,c


david