cool, thanks.
i did read 'skinning the dock' in OD+ folder in C: drive but its a bit vague, almost as if a programmer wrote it, though its defiantly helpful.
If you don,t mind could you go a lil more into detail on Question2, here is what the 'skinning the dock' supplies:
OutsideBorderTop = 2 ; Adds onto TopHeight, BottomHeight, etc respectively.
OutsideBorderBottom = 10 ; Designates part of image to be as a "shadow" and draw
OutsideBorderLeft = 2 ; outside the confines of where it would normally . draw, like a
OutsideBorderRight = 8 ; shadow would.
; There are independent tags for each edge.
; The default for all is 0, so don't use if not
. needed
The Borders...Height&Width...Left/Right/Top/Bottom locks in the graphics so that when the dock is stretched out it doesn't distort. |
i must mot be locking it in correctly, mosttimes it only uses a portion of the png. how do you lock it in correctly. i would guess its based on the size/shape of the png? & theres almost alway this 1/4" section at the end thats looks like its getting cropped in.