Comment #2 Tuesday, February 15, 2005 6:27 AM
Comment #4 Wednesday, April 6, 2005 5:58 PM
Thanks
Comment #6 Friday, May 20, 2005 6:39 AM
But I couldn't really make any .NET docklets appear on its list. I add the ".NET docklet", and then I click it so I can configure it. And the list is empty. I had extracted the "FeaturedSkins for .NET" under ObjectDock\Docklets\DotNetDocklets, so I have the FeaturedSkins folder there. But it definitely does not appear on the list.
Then I've tried to copy the .INI that is inside the FeaturedSkins folder to the DotNetDocklets folder, changed the relative paths for the icon and the DLL and then it shows the extension with its info. But when clicking OK, it abends ObjectDock, so I guess it has something to do with the fact that I put that .INI in the DotNetDocklets folder (it was also in the FeaturedSkins folder).
Am I missing something? I swear I read what I could from the runtime package and also on the .net docklet package, but I'm stuck now. Sorry to bother you for support for this, man... it's just that I wanna see this working, 'cause I've loved the idea of using .NET for some nice docklets.
Comment #7 Monday, February 11, 2008 11:51 PM
I can add a new .Net Docklet... I can click it and the SDK sample docklets are listed... but when I select any one of them and click OK, ObjectDock freezes for a few seconds then disappears... no more process.
The only thing I can think of that may be causing the issue is that these are built from VS2005... When I loaded the solution, VS had to run the code update wizard thingie. Any ideas?
Comment #8 Tuesday, February 12, 2008 5:14 AM
It's compiled with .Net 1.1, so it won't work with docklets compiled with .Net 2.0
You will need a fixed version, recompiled with .Net 2.0
Comment #9 Tuesday, January 13, 2009 3:46 PM
Comment #10 Tuesday, January 13, 2009 5:43 PM
Sorry for the lack of documentation!
First you should get the updated version that works on Vista and with .Net 2.0 here.
When you start the docklet for the first time and choose the Birthday INI file type, it should copy the ini file to %LocalAppData%\Stardock\ObjectDockPlus\Docklets\BirthdayReminder
The bdi file is just a template that is used to create the ini file if none exists.
Edit the BirthdayReminder.ini file, and add the birthdays to it. You will have to restart ObjectDock or remove and then re-add the docklet for it to pick the updated ini file. I just tested it on my machine, it should fix your problem with non-existent ini files.
This docklet was more of a sample than anything else, so it's quite simplistic. It is also locale dependent (if you change your locale to say France, all the dates will be read as dd/mm/yyyy instead of mm/dd/yyy). If you know a little bit of C# and want to adapt it to your needs or fix all the shortcomings, you can take a look at the source here.
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 Saturday, February 12, 2005 9:40 AM
PS....guess that answers my question...."the link." Pretty sure SDK 2.0 is out and has been for a while, but I could be wrong!!