OD background tutorial?
Thursday, January 11, 2007 by Brokensquare | Discussion: ObjectDock
Reply #2 Friday, January 12, 2007 5:58 PM
Windowblinds always bores me, so I find myself going back to standard often!
I just think that there are WAY too many docks designed to match blinds, but they are only useful until you change WB...
If your up to it and have time, these would be GREATLY appreciated...but if not, I will certainly keep an eye out for your tutorial...I don't know of a more talented person to learn from!
Reply #3 Friday, January 12, 2007 7:59 PM
| Windowblinds always bores me, so I find myself going back to standard often! |
To each his own I guess.
That or you just caved into the insanity of the luna!
Reply #4 Friday, January 12, 2007 8:03 PM
And if you decide you wanna take a crack at making a blind your more than welcome to ask any questions you want. Reply #5 Friday, January 12, 2007 8:59 PM
Reply #6 Friday, January 12, 2007 10:22 PM
Reply #7 Monday, January 15, 2007 12:45 AM
Reply #8 Saturday, January 27, 2007 8:25 PM
| Haven't seen any good tutorials on how to make them...I'm working on one now. If you have any questions fire away! |
First let me say i appreciate all your works, they make my desktop much more enjoyable.
Ive been looking around for some tutorials, haven't ever found any, OD+ ‘help’ doesn't give to much detail. The zooming docks (tiles) seem so easy, but i haven't really figured out the background docks. There are designs I conceptualize, but can’t get anything close to the results!
I’ve opened up a couple backgrounds in photoshop to get ideas, but can’t quite understand the following concepts.
1. How does objectdock stretch the png file (looks wise, not the mathematics).
2. How actually do the "heights & borders" (per dockside) work in the .ini file
3. How is the background png effected when the dock zooms.
I’m about to post my first couple backgrounds they look pretty good but I basically stumbled over it.
I know this is a late reply, Hopefully you’ll see this post, any help at all is appreciated.
Reply #9 Saturday, January 27, 2007 9:27 PM
2) The Borders...Height&Width...Left/Right/Top/Bottom locks in the graphics so that when the dock is stretched out it doesn't distort.
3) The dock itself only stretches out Top & Bottom when the zooming effect is used.
Send me what your working on at [email protected] and I'll take a look at it before you post it and see what if any corrections need to be made and I'll explain why.
Reply #10 Saturday, January 27, 2007 9:50 PM
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.
Reply #11 Saturday, January 27, 2007 9:58 PM
| The dock itself only stretches out Top & Bottom when the zooming effect is used. |
its clear to me that the dock background stretches out just own way; vert. or horz. based on were the dock positioned. but its still a lil unclear which part of the png it chooses to stretch out.
hope this isn't to many Q's.
Reply #12 Saturday, January 27, 2007 10:04 PM
[BackgroundBottom]
Image = vv4.png
LeftWidth = 4
TopHeight = 3
RightWidth = 16
BottomHeight = 4
OutsideBorderTop = 2
OutsideBorderBottom = 10
OutsideBorderLeft = 2
OutsideBorderRight = 8
ContentBufferTop = 6
hopefully others can read this if they like me cant figure it out.
Reply #13 Sunday, January 28, 2007 12:06 AM
Reply #14 Sunday, January 28, 2007 5:38 AM
| how do you lock it in correctly. i would guess its based on the size/shape of the png |
Correct....You have to know the actual width or height of the outside borders in the graphic your using and use that amount as your starting point. Nothing is "precise" in regards to the amounts either. You would think that it would be but its not...you will always have to make adjustments. This is something you'll discover as you go, by trial end error...adjusting and re-adjusting. Every dock is different...I can't really give you a definite formula. And it also depends on what type of graphics are in the dock. Just plain colored gradient docks are easy....graphics intensive docks take a bit more manipulating.
Reply #15 Sunday, January 28, 2007 5:46 AM
| its still a lil unclear which part of the png it chooses to stretch out |
Generally its the very top & bottom part of the dock where it starts to redraw the graphics. In a plain colored dock you won't even see this happening other than the dock getting bigger with the zoom effect. But with something that has a lot of graphics you will. Try loading the HollyDay zoomers and watch the top part of the dock while using the zoom effect....you should see what I'm talking about in that one.
Another problem you will encounter is if you use transparency in the side zoomer dock. If you don't have the height & width amounts right it will redraw over the dock background producing a shading effect running up and down the dock. With a solid background you won't see this even if your amounts are off a bit.
Reply #16 Sunday, January 28, 2007 5:58 AM
Second thing, is that your left and right width amounts should be the same, but since I can't see what your working on you might have a reason for doing that. The top and bottom in many case will be different...but again it depends on the graphic your using.
Third thing, OutsideBorderBottom on a bottom or top dock is not needed...but since you have it in there I'm pretty sure your burying the bottom part of your dock below the taskbar. OutsideBorderTop can be used when you want your tabs or text to be placed on the graphic itself...otherwise you wouldn't use that either on a bottom or top dock. Those tags would be used for the sides...determining the distance of your icons from the sides of the dock. ContentBuffer top and bottom would be used to determine the distance of your icons from the top and bottom. On side docks this is reversed
[BackgroundBottom]
Image = vv4.png
LeftWidth = 4
TopHeight = 3
RightWidth = 16
BottomHeight = 4
OutsideBorderTop = 2
OutsideBorderBottom = 10
OutsideBorderLeft = 2
OutsideBorderRight = 8
ContentBufferTop = 6
Reply #17 Sunday, January 28, 2007 5:19 PM
Well i finished a few docks, not nearly as user-friendly as tiles. I don't know if ill ever make another one!
But they look good.Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Friday, January 12, 2007 5:53 AM