Old 19th October 2003, 22:29   #1
CamD
Junior Member
 
CamD's Avatar
 
Join Date: Jul 2003
Location: Canada
Posts: 17
Question [non-newbie] clipping prob

part of the timer is being cut-off. what's goin' on?

also the songinfoparse.maki script by Gonzotek updated by ThePlague i'm using doesn't work (guru meditation: null object called) here's some xml:
code:

<text
id="infolinexample"
display="songinfo" default=""
x="30" y="200" h="20" w="50"
/>
<text
id="ABR"
display="" default=""
x="30" y="200" w="20" h="50"
/>
<text
id="Channels"
display="" default=""
x="30" y="200" w="20" h="50"
/>
<text
id="Bitrate"
ticker="1"
display=""
default=""
x="150" y="43"
w="16" h="6"
font="font.default"
align="right"
/>
<text
id="Frequency"
ticker="1"
display=""
default=""
x="111" y="43"
w="16" h="6"
font="font.default"
align="right"
/>



The .m file isn't commented so i don't know how to use the script (this is my best guess)

Last edited by CamD; 19th October 2003 at 22:47.
CamD is offline   Reply With Quote
Old 19th October 2003, 22:32   #2
CamD
Junior Member
 
CamD's Avatar
 
Join Date: Jul 2003
Location: Canada
Posts: 17
can a mod delete this post, because i can't for some reason

Last edited by CamD; 19th October 2003 at 22:51.
CamD is offline   Reply With Quote
Old 19th October 2003, 22:33   #3
CamD
Junior Member
 
CamD's Avatar
 
Join Date: Jul 2003
Location: Canada
Posts: 17
here's the attachment:
Attached Images
File Type: png timer_error.png (912 Bytes, 142 views)
CamD is offline   Reply With Quote
Old 20th October 2003, 10:17   #4
-=RoNtZ=-
Major Dude
 
-=RoNtZ=-'s Avatar
 
Join Date: Feb 2002
Location: Universe > Milkyway > Sol > Earth > Europe > Germany > Bavaria > Near Nuremberg
Posts: 1,346
Send a message via ICQ to -=RoNtZ=- Send a message via AIM to -=RoNtZ=- Send a message via Yahoo to -=RoNtZ=-
you didn't post the code for the timer ^^ *G*
the null error means, that your script calls an object, that's not being found in the xml. it may not be at the point the path says, it may have the wrong name or it's probably really not there!
for the timer: what does the line in your player-elements.xml say, where you define the font for the timers?

Frozen skins: Gravestone Betaskins: Mushroom ::-:: The Claw
In development: TechnodropFinished: Draculas Helmet (<-- still waiting for some color themes!) ::-:: Hal's eye
-=RoNtZ=- is offline   Reply With Quote
Old 20th October 2003, 21:50   #5
CamD
Junior Member
 
CamD's Avatar
 
Join Date: Jul 2003
Location: Canada
Posts: 17
turns out my timecolonwidth wasn't large enough. (so mabye it was kinna noob, o well)

on the note of the script, i wonder if anyone uses the same script adn would give me the code they used to get it to work. or mabye figure out the script for me...
Attached Files
File Type: m songinfoparse.m (2.6 KB, 88 views)
CamD is offline   Reply With Quote
Old 20th October 2003, 21:59   #6
iPlayTheSpoons
Major Dude
 
iPlayTheSpoons's Avatar
 
Join Date: Aug 2001
Location: SJSU
Posts: 1,030
Send a message via AIM to iPlayTheSpoons
theres a guaranteed to be working copy to be found here: http://frisbeemonkey.com/winamp3/ref...hp?sorter=name
iPlayTheSpoons is offline   Reply With Quote
Old 21st October 2003, 04:21   #7
CamD
Junior Member
 
CamD's Avatar
 
Join Date: Jul 2003
Location: Canada
Posts: 17
thx, but that's the one i have

Does the script have to specify which group an object is in (because that might be the reason, but i can't figure out how to call a group)

here's the xml that makes more sense to the script (i basically understand MAKI, so i checked it out, but i still get the same error)
code:

<layer
id="mono-led-off"
x="212" y="41"
image="player.layer.mono.off"
/>
<layer
id="mono-led-on"
x="212" y="41"
image="player.layer.mono.on"
/>
<layer
id="stereo-led-off"
x="239" y="41"
image="player.layer.stereo.off"
/>
<layer
id="stereo-led-on"
x="239" y="41"
image="player.layer.stereo.on"
/>
<text
id="infolinexample"
display="SONGINFO" showlen="1"
x="111" y="36"
w="55" h="6"
font="font.default"
/>
<text
id="ABR"
display="" default=""
x="150" y="43"
w="16" h="6"
alpha="0"
/>
<text
id="Channels"
display="" default=""
x="150" y="43"
w="16" h="6"
/>
<text
id="Bitrate"
ticker="1"
display=""
default=""
x="150" y="43"
w="16" h="6"
font="font.default"
align="right"
/>
<text
id="Frequency"
ticker="1"
display=""
default=""
x="111" y="43"
w="16" h="6"
font="font.default"
align="right"
/>

CamD is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump