Aww crap. You mean I found a work around for the work around?
Well...what's your workaround? This:
Copy the enclosed "jawndo_minus.png" and the "jawndo_plus.png" files inside of the following directory:
C:\Program Files\Stardock\ObjectDock
That's a way of doing it, but it requires a shutdown of OD (if the user has a dock using the plus/minus images already running). The easy way of doing it is to put the plus/minus images in the same folder as the actual dock background, then code the ini to point right to that folder. (This is how Webgizmos and myself do it) This way, the user never has to copy/paste anything each time they change a background, it would auto change upon selection of that background. However, .dockzip files go into a different location, so it breaks the link that the ini is pointing to.
Now, if we were going to use .dockzip only, then we could change how we write the ini codes, but not everyone uses .dockzip. So if I coded for .dockzip, then the folks that do it the old way wouldn't get all the features, and if I code the old way, the folks using .dockzip don't get all the features. So which way do we do it? Zoomba or ID or whoever should do a poll on how many use the .dockzip versus the older way of putting the files in C:\Program Files\Stardock\ObjectDock\Backgrounds.
Here's the code in my ini for the plus/minus images:
[Extras]
PlusImage = Backgrounds\Plastic_Fantastic\Tab_2\plus.png
MinusImage = Backgrounds\Plastic_Fantastic\Tab_2\minus.png
Notice it starts out at Backgrounds\...it's assuming C:\Program Files\Stardock\ObjectDock. The location in My Documents has a different folder structure and so the ini doesn't work the way it should.