Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Bug Tracker


Reply
 
Share Thread Tools Display Modes
Old 10-26-2009, 05:06 PM   #1
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,652
MGD is on a distinguished road
SetLabel

Is it me or is the command SetLabel not working anymore? I have a command where I call a MENU but the label is not populating. Here is my command.
"ESC||RM_Add2Disk1||MENU;AddSong.skin||SETLABEL;!D iskNumber;1"

Now, AddSong pops up but the label is blank.
MGD is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 11-07-2009, 11:11 AM   #2
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
NOT working for me either... Using the skin tool I cant get it to work even using the exact syntax from the Skin Commands.txt


I think this bug can be considered CONFIRMED...
ThunderStick is offline   Reply With Quote
Old 11-07-2009, 11:12 AM   #3
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
OH yeah, I using the October release of RR...
ThunderStick is offline   Reply With Quote
Old 11-07-2009, 12:36 PM   #4
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,652
MGD is on a distinguished road
November update neither. Need to be looked at by the Gurus.
MGD is offline   Reply With Quote
Old 11-08-2009, 07:40 AM   #5
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
I just tested this here (and works):
L,625,25,117,25,28,68,227,18,"Arial:B","!test",""

with command:

setlabel;!test;Hello!

can any of you post a .skin and command combination which isn't working ?
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 11-08-2009, 11:02 AM   #6
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Im testing using the skintool
command
setlabel;!test;Hello!
label code
!test
ThunderStick is offline   Reply With Quote
Old 11-08-2009, 11:11 AM   #7
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Ok works if I put the label in a skin and put the ! before the label code.
If there is no ! then the label displays then goes blank.
Still can't get the skin tool to get the label information though.
ThunderStick is offline   Reply With Quote
Old 11-08-2009, 06:54 PM   #8
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Quote: Originally Posted by guino View Post
I just tested this here (and works):
L,625,25,117,25,28,68,227,18,"Arial:B","!test",""

with command:

setlabel;!test;Hello!

can any of you post a .skin and command combination which isn't working ?

Why use a test label that starts w/ a "!"?? Was there something new that the "!" in front of a std lbl changes or does?
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-08-2009, 11:52 PM   #9
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
yes... the ! does do something
it sounds obsoleted
and one should use a label and a var
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 11-09-2009, 09:05 AM   #10
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
! in front of a label is the same as "CUSTOM" in front of a label. This IS AN OBSOLETE feature and only works in the SKIN itself as setlabel will directly set the label text without ever setting/reading it again -- this means that skintool (or any other plugin) will never be able to read it.

As mentioned, this feature is obsolete and is only available to support older plugins/applications still using it. The RECOMMENDED way of doing exactly the same is:

LABEL CODE: Instead of "!TEST" use "=$TEST$"
COMMAND: Instead of "SETLABEL;!TEST;Hello!" use "SETVAR;TEST;Hello!"

The results are the same, however you CAN read the variable from skintool/plugins and furthermore, the command will work for displaying the data on ALL screens of RR without having to resend it for every screen (using SETLABEL you'd only set that label on the CURRENT screen and if you wanted to show the data on different screens, you'd have to execute SETLABEL again after every screen change - or on a timed basis).
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 11-09-2009, 12:35 PM   #11
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
The only drawback to using vars in lables that I found when starting my RRMedia PI, was that a lbls that have/use a var for the text take longer to update when you change the var compared to using the custom route. The custom route is almost instantly updated...
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MENU POPUP with - SetVar / SetLabel question ... kolemieux Road Runner 9 07-19-2007 03:35 AM
SETLABEL and greek chars? gaslan Road Runner 0 03-19-2007 07:14 PM
setlabel? Chuck Road Runner 1 03-20-2006 12:19 AM



All times are GMT -5. The time now is 01:19 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics