hmmm actually, let me give u all the info and maybe u can just tell me what's wrong:
1) here is my code for controls_left.ini which is lanched at startup
Code:
[controls_left]
ButtonUpImage=menu_up.png
ButtonDownImage=menu_down.png
TopBorder=
LeftBorder=0
RightBorder=
BottomBorder=
Actions=presetplus,mute,presetminus
;OnClick and will occure only if there is not a button in that area.
OnClick=BringToFront(radioshark)
;OnDrag can be set to MoveWindow, CloseWindow, or left blank
OnDrag=
OnClose=Exit(SKINbedder)
[presetplus]
Top=23
Bottom=83
Left=0
Right=122
;If OnPressUp and OnPressDown both have values, then the button will "toggle"
OnPressDown=
OnPressUp=Play(ButtonClick.wav),focus(radioshark),Send(left)
[mute]
Top=121
Bottom=181
Left=0
Right=122
;If OnPressUp and OnPressDown both have values, then the button will "toggle"
OnPressDown=
OnPressUp=Play(ButtonClick.wav),focus(radioshark),Send(space)
[presetminus]
Top=219
Bottom=279
Left=0
Right=122
;If OnPressUp and OnPressDown both have values, then the button will "toggle"
OnPressDown=
OnPressUp=Play(ButtonClick.wav),focus(radioshark),Send(right)
next: here are the images I am using
controls_left.png AND menu_up.png - http://www.dapcwiz.com/misc/sbrs/menu_up.png
menu_down.png -
http://www.dapcwiz.com/misc/sbrs/menu_down.png
now, if when I load this setup it looks like this:

when I click something it looks like this:

after the click, it looks like this:

also, if I alt-tab out to a different app and back, it goes back to the onload visual. All this is with skinbedder_NOEX, with jsut skinbedder everything gets super flickery when I try to click something.
Bookmarks