Use the string replace function of RRExtended to replace "|" w/ something like "@" that can be saved to skin.
When recalling the command, replace "@" w/ "|."
I must save to my Skin.ini the following Command:
Before i tested with only one Command. Only Playaudiofolder1 would saved perfect. But with 3 Commands it saved only the first command.Code:BTN4=EXIT||LIST||PLAYAUDIOFOLDER1
But i need the 3 Commands, that below black marked.
How can i make this?Code:"SAVETOSKIN;$EDITBUTTON$;EXIT||LIST||PLAYAUDIOFOLDER1||...
Use the string replace function of RRExtended to replace "|" w/ something like "@" that can be saved to skin.
When recalling the command, replace "@" w/ "|."
Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2
you mean:
Thus i must write like in the example above, i think:"RRStrings_StrRepl"
================
Replaces text in a var with other text
Syntax: "StrRepl;<Var>;<Text to replace>;<Replacement Text;<Return Var>"
Example: "StrRepl;TrackPath;AC-DC;Metallica;Myvar"
Result: MyVar = "D:\MyMusic\Metallica\Razors Edge\If You Dare.mp3"
"StrRepl;<var that opens the code like my first post>;@@;||;<what must stand here?>"
This Code i must write in the skin.ini? What must i write in the <ReturnVar>?
Thank you for your help!
Thinking about it some more, I don't think you can use StrRepl here because it'll probably process "||" like the rest of RR.
Only thing I can think of it is to do it via AutoIT...
Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2
Toxic,
Is there anyway to make the button command, just one command that you specify in the ExecTBL?
Like:
"B4CMD";"EXIT||LIST||PLAYAUDIOFOLDER1"
then, u could do:
"SAVETOSKIN;$EDITBUTTON$;B4CMD"
maybe?
edit:
After looking over the skin commands, you might be able to use "++" in the place of "||"
so maybe:
"SAVETOSKIN;$EDITBUTTON$;EXIT++LIST++PLAYAUDIOFOLD ER1"
My ExecTBL.ini is about half the size of RideRunner.exe![]()
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [Beta Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
Bookmarks