Ok, I think I see what you are trying to do now. You want the format to change in a LIST not just a lable on the screen.
Check out the DLFORMAT function in the skincommands.txt file. It will allow you to do do this easily, and independantly of what is set in the road runner config.
I have a button for example, on my audioBrowser.skin file, that when pressed, changes the order of the lables in the list. Each press of the button, changes the list to display:
Title
Artist - Title
Title - Artist
KEEP IN MIND that whenever you use the switch button command, it HAS to be the number of the button from the top of the skin file. For instance, if you have 9 buttons in the skin file, and the 10th is the button to change the list, you would use the following code:
PHP Code:
"DLFORMAT;%title%||SWITCHBUTTON;10>>DLFORMAT;%artist% - %title%||SWITCHBUTTON;10>>DLFORMAT;%title% - %artist%||SWITCHBUTTON;10"
I have not done so as of yet, but you should be able to define the way you want the list to show up when the skin is loaded using the DLFormat command.
Bookmarks