PDA

View Full Version : Qs about Layoutstatus and song info


iron2000
16th May 2004, 15:11
I have 2 questions.

How can I get the artist and songtitle separately?

How do I make the status bar(the add,rem,sel of playlist and the video controls) of the windows show?

One more I would like to ask is how can I change the colour of the track of the scroll bars in the ML?

UUL
16th May 2004, 17:52
*edits post above* you have 3 questions *:D*
How can I get the artist and songtitle separately?

make a maki script and use System.getPlayItemMetaDataString(String metadataname);
metadataname would be artist and title ;)

iron2000
17th May 2004, 02:53
Forgot to edit that line when I added the 3rd. :p

Anyway I got one more, how can I change the colour of the lines in the ML?

iron2000
17th May 2004, 15:26
Made the script.
But:
How can I make sure that the artist and title stay on even when I refresh the skin cause they disappear.

Th oldtimer script I got from frisbeemonkey's site also seems to lose effect on refresh.

Other unanswered Qs:

How do I make the status bar(the add,rem,sel of playlist and the video controls) of the windows show?

How can I change the colour of the lines in the ML?

How can I change the colour of the track of the scroll bars in the ML?

UUL
17th May 2004, 16:29
Originally posted by iron2000
Made the script.
But:
How can I make sure that the artist and title stay on even when I refresh the skin cause they disappear.
place it in your onscriptloaded section, also place one in System.onTitleChange(String newtitle);