|
Exit Windows DockletUpdated Nov 28, 2005 by AmeSolaire |
Comment #2 Tuesday, October 25, 2005 11:24 AM
Three of those icons are from Jairo Boudewyn's excellent Finish Windows set. You can find it here:
http://jairob.wincustomize.com/ViewSkin.aspx?SID=5940&SkinID=570&LibID=29
The other four are some icons I snatched somewhere on the net, found them through Google search, but can't find the URL now.
If you need them, give me an e-mail and I'll happily send them to you.
Update: found the URL: http://www.bastianhofmann.de/tvc/doku/liste_icons.html
Setting icons for docklets is pretty easy - just right-click on the docklet, click Dock Entry Properties, and choose Change Image (or somesuch). In the case of this particular docklet you can also just directly drag and drop the desired icon somewhere on the Docklet Properties dialog.
You can have as many instances of the same docklet as you need, and you can set a different icon for each instance.
Hope this helps
Comment #3 Thursday, November 3, 2005 9:16 PM
I just wanted to ask this: does your docklet wait until object dock is closed completly before shutting down? Because I had some problem with that kind of docklet, since Object dock was not shutted down properly I had corrupted icons on the next startup. (the correct way to shut down, is to close OD first then ask for a shutdown)
Thx for your help
Comment #4 Friday, November 4, 2005 2:34 AM
What the docklet really does is to just invoke the Windows System API for shutdown (in the case of shutdown). It's the same as if you were shutting down your computer through the Start Menu / Turn Off Computer. Now, there is an option in this API call which one could use to instruct the system to _force_ the shutdown process, which means to terminate all processes without giving them a chance to persist their data. That certainly speeds up the shutdown process and spares you the occasional Program Not Responding dialog when some app takes too long to close, but it's risky. I suspect that might've been the case with the docklet you're talking about. If so, not only OD but other programs may also lose data, that would've otherwise been saved when the application is gracefully closed. In my docklet I don't use such nasty flags so in this regard it should be safe.
(Btw, it's not really possible to make a docklet wait for OD to quit, because docklets run as an internal part of OD itself. That is - if OD gets closed, all docklets get closed too, even earlier. Of course one could spawn an external process to do the "trick" but luckily this is not at all necessary)
Comment #5 Saturday, November 12, 2005 3:07 AM
How do I install the docklet to make it appear in the objectdock and turn off the computer?
Comment #6 Saturday, November 12, 2005 5:09 AM
I'm getting asked this quite a bit recently so here's my uniform response:
You need to put the ExitWindows.dll in the docklets folder, this is usually C:\Program Files\Stardock\ObjectDock\Docklets or something like that. Then you have to right-click somewhere on the dock you wish to add the docklet to, and select Exit Windows Docklet from the menu (it should be available there immediately after you put the .dll in the Docklets folder). And finally you must configure the docklet, i.e. tell it what to look like and what to do when clicked. You do this by right-clicking the docklet and selecting Dock Entry Properties from the menu. The rest should be pretty self-explanatory. Hope this helps.
Comment #8 Sunday, May 20, 2007 8:27 AM
Comment #9 Tuesday, July 15, 2008 2:51 AM
Comment #10 Sunday, August 10, 2008 5:14 PM
Comment #11 Saturday, December 6, 2008 7:10 AM
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 files.
- 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!
Comment #1 Tuesday, October 25, 2005 10:55 AM