View Single Post
Old 05-31-2005, 10:43 AM   #6
DRWeside
Variable Bitrate
 
Join Date: Nov 2004
Location: NYC
Vehicle: '91/Honda/Civic
Posts: 348
My Photos: ()
Quote: Originally Posted by RiXst3r
The ZOOM- button doesnt snap to its position if you resize the window...

It still won't stretch to the height of the window, no matter what values I use for nudging or resizing... -75 is the correct value for the top, but the bottom will not move down any further, I can move it up, but not down...

You really butchered my skin there... :-)

Something is odd with the values to place the buttons... if i say menu TOP = 100, it goes to 100 from the top, but then if I resize the window, it doesnt stay 100 from the top, it stays where it was relative to the bottom of the window instead...

I messed with it and lined it up the way I had it in the file i sent you...
like this... (cept without the 3d button, since you didnt include that)

You should let the Skin.ini choose the actual command that is being sent...
like this...

[BUTTON_1]
SHOW = TRUE
LABEL = Menu
SENDKEY = m
IMAGE_NORM = menu_norm.bmp
IMAGE_OVER = menu_over.bmp
IMAGE_DOWN = menu_down.bmp
LEFT = 0
TOP = 165

[BUTTON_2]
SHOW = TRUE
LABEL = Zoom In
SENDKEY = {UP}
IMAGE_NORM = zoomin_norm.bmp
IMAGE_OVER = zoomin_over.bmp
IMAGE_DOWN = zoomin_down.bmp
LEFT = 0
TOP = 200

This would add the flexability of adding and removing buttons and change their function... truly skinnable...


Could you post screenshots of the "bug" you are describing? Also, why is the status bar visible in your window?
DRWeside is offline