|
Variable Bitrate
Join Date: Nov 2006
Posts: 391
|
Visualization behind window
Okay I've searched extensively on this and followed all the advice I can find and it's still not working. I'm trying to get my visualization to show in front of RR without using the clip feature (which works but is kludgy). I'm running the current version of RR (4-17-07), Shock 3.0 skin (I'm modifying it), and Sexy Spectrum Analyzer vis. The vis shows up fine via button press when I move it off the RR screen.
My rr.ini includes:
visuname=attachanalyser
This is my menu.skin:
MEDIACAR Skin
MEDIACAR menu Skin
menu_off.png,menu_off.png,menu_on.png,menu_off.png
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
/C01,0,307,800,100,
A22,000,307,800,100,000,000,100,
B22,692,000,106,80,"VISU",
/ COMMON CONTROLS
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
B,000,000,115,80,"MENU",
B,115,000,115,80,"AUDIO",
B,230,000,115,80,"VIDEO",
B,345,000,116,80,"GPS",
B,461,000,116,80,"LAUNCH",
B,576,000,116,80,"SKIN",
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
B,000,400,100,80,"VOL-",
B,100,400,100,80,"VOL+",
B,200,400,100,80,"MUTE",
B,300,400,100,80,"PREV",
B,400,400,100,80,"PLAY",
B,500,400,100,80,"NEXT",
B,600,400,100,80,"GAMMA",
B,700,400,100,80,"LOAD;exit.skin",
/, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES,
Tooltip;LABELALIGNMENT
L01,005,04,105,40,255,255,0,24,"Arial:B","TIME","C ENTER"
L02,015,37,85,15,200,200,200,12,"Arial:B","DATE"," CENTER"
L02,713,04,37,10,200,200,200,9,"Arial:B","=Load:", "RIGHT"
L02,757,04,35,10,255,255,000,9,"Arial:B","CPU","LE FT"
L02,713,16,37,10,200,200,200,9,"Arial:B","=MB:","R IGHT"
L02,757,16,35,10,255,255,000,9,"Arial:B","MEM","LE FT"
L02,713,28,37,10,200,200,200,9,"Arial:B","=CPU:"," RIGHT"
L02,757,28,35,10,255,255,000,9,"Arial:B","MBM01"," 0C"
L02,713,40,37,10,200,200,200,9,"Arial:B","=Mem:"," RIGHT"
L02,757,40,35,10,255,255,000,9,"Arial:B","MBM02"," 0C"
/ END COMMON CONTROLS
/, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES,
Tooltip;LABELALIGNMENT
L,77,447,136,63,255,255,255,20,"ISOCPEUR","VOLUME" ,"LEFT"
L,9,70,750,28,255,255,255,18,"ISOCPEUR","TRACKNAME ","SCROLL-LEFT"
END
|