It's always best to ask in the forum, then others can gain from the knowledge.
Ok in your skins folder in Road Runner, you should have a 'Simplistique' folder.
in that there will lots of .skin files one being 'SOLITAIRE.skin' open this with notepad .
This is what mine has, it may an old version but it has the line we are looking for
Code:
MEDIACAR Skin
MEDIACAR SOLITAIRE Skin
SOLITAIRE_OFF.jpg,SOLITAIRE_OFF.jpg,SOLITAIRE_ON.jpg,SOLITAIRE_DOWN.jpg
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
B06,547,4,85,65,"VOL-","Volume-"
B07,631,-28,87,98,"VOL+","Volume+"
B40,168,5,72,64,"NEXT",""
B41,93,5,72,66,"PREV",""
B21,4,5,76,65,"CLOSE","Exit"
/, Y, Back Slider file path
Y01,"\volume_slider\volume_*.jpg"
/, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
S01,303,17,215,45,303,16,215,45,H,01,"",013,"MASTER","Master"
/, A, x, y, w, h, color;RGB
A01,-4,73,807,528,
/, I, x, y, w, h, Code;INDICATORCODES
I06,715,-25,91,95,"MASTERMUTE"
END
That is the application area, ie the place where an application when embedded will go. Now because you don't want the gestures to work there as you will be dragging cards around we need to add a No gestures area.
For more info on skin commands there is a file called skincommands.txt in the RoadRunner folder, have a good read of that.