Sidebar ported to xp


Recommended Posts

To curve it just patch sidebar.exe, then reshack RCDATA 5002 in the exe.  Replace the png with this one for a simple curve.

post-124115-1128883312.png

586647761[/snapback]

Thanks!

Edited by Stealth-X
Link to comment
Share on other sites

^ You need an app called PE Explorer ( http://www.heaventools.com/ ) which supports .PNG files unlike Resource Hacker.

586647875[/snapback]

You can use resource hacker. Right click the 0 under 5002 and click replace resource. Open the png with the curve and use these settings, hit replace and save.

Resource Type: RCDATA
Resource Name: 5002
Resource Language: 0

Link to comment
Share on other sites

You can replace it with this one and get the exact look with the shadow and lighter boarder

Heres what it looks like:

586647972[/snapback]

thanks whenever i made one with the fx i got an error. Just a comment on the white outline, it looks lighter in the real curved one. You can tell here.

*EDIT* and the shadow is longer

Link to comment
Share on other sites

BTW, for those who want to know in general (XP and Vista users) how to change the search engine for the Internet Search gadget, looks in %userprofile%\parts\settings.ini (hidden) for this

SearchQuery=http://search.msn.com/results.aspx?q=$w

Change it to

SearchQuery=http://www.google.com/search?q=$w

for google search.

Link to comment
Share on other sites

Why use this, when you can download one for free, with less hassle, and way more plugins? www.desktopsidebar.com

Link to comment
Share on other sites

Why use this, when you can download one for free, with less hassle, and way more plugins? www.desktopsidebar.com

586649007[/snapback]

heh, you have a point there :) but I guess this sidebar will appear in an easier to install package for others who can't get through all the stages, soon enough :) - I'd bet a bacon roll on that !

Link to comment
Share on other sites

Because this is the real deal, the sidebar you see here is from vista it's self, and isn't full of crap like most of the sidebars available. Looks hell lot better too and when the final product is released it will have alot more customization than any other sidebar you've seen. :)

586649286[/snapback]

Plus, it will have the gorgeous wmp gadget :p

Link to comment
Share on other sites

Why use this, when you can download one for free, with less hassle, and way more plugins? www.desktopsidebar.com

586649007[/snapback]

Because this is the real deal, the sidebar you see here is from Vista it's self, and isn't full of crap like most of the sidebars available. Looks hell lot better too and when the final product is released it will have alot more customization than any other sidebar you've seen. :)

And people can make all sorts of gadgets for this sidebar, pretty much what it's purpose is in Vista. And it's not that hard to get this preview version working. I have a few guides here. Look for totti's posts. :)

Link to comment
Share on other sites

You mean like this ?

http://www.deviantart.com/deviation/23203459/

I think the sidebar itself is pretty run-of-the-mill, and doesn't really offer much.

The WMP gadget, however, IS really awesome. But the gadget is really nothing more than WMP with a new skin from The Skins Factory (check the "Batman Begins" skin that you can get for WMP 10... they do really, really great work).

There's a point when, no matter what you do, the fact remains that Vista still will look different. So how much change is too much? If it's not an improvement... then is it really worth doing?

Link to comment
Share on other sites

You mean like this ?

http://www.deviantart.com/deviation/23203459/

I think the sidebar itself is pretty run-of-the-mill, and doesn't really offer much.

The WMP gadget, however, IS really awesome. But the gadget is really nothing more than WMP with a new skin from The Skins Factory (check the "Batman Begins" skin that you can get for WMP 10... they do really, really great work).

There's a point when, no matter what you do, the fact remains that Vista still will look different. So how much change is too much? If it's not an improvement... then is it really worth doing?

586649473[/snapback]

I think the skins factory does a lot of overkill and customizes everything. If you look at their work they do crazy stuff. They should put a seizure warning on their site because of all the flashy fx and animations they got going on.

Link to comment
Share on other sites

You mean like this ?

http://www.deviantart.com/deviation/23203459/

586649473[/snapback]

But this is nothing like that.

This uses the sidebar that was leaked for Vista couple of weeks ago.

That is a DesktopX sidebar and is nothing like it.

And to all that think it doens't offer much, this is a preview version.

Edited by the_bulgarian
Link to comment
Share on other sites

Regarding your clock picture question, it's just a mistake by Microsoft. If you open the .part with compression software, you'll see the thumbnail is slightly incorrect for the clock. Oh well, if it really bothers you, fix it.

Regarding your Slideshow question...

This is the code in Part.js responsible for setting the folder in which pictures are loaded:

// Setting: Folder to display. 
this.slideFolder = Settings.GetValue("Folder");
if (this.slideFolder == "")
{
	// Default: Pictures
	var ssfMYPICTURES = 39; // ShellSpecialFolderConstants for My Pictures folder
	var myPicturesFolder = shell.NameSpace(ssfMYPICTURES);
	this.slideFolder = myPicturesFolder.Self.Path;
	Settings.PutValue("Folder", this.slideFolder);
}

A quick, sloppy fix would be to replace:

this.slideFolder = Settings.GetValue("Folder");

... with (replacing the path):

this.slideFolder = "C:\TEMP";

A better fix would be to implement the settings pane for this part.

586647453[/snapback]

There's an easier way. First make sure you set explorer to view hidden files plus system files. Then navigate to C:\Documents and Settings\<username>\Parts. Here you will find Settings.ini file, open it. Inside you can change the folder for slideshow. You can also change the search engine used and the source of the rss feed.

When you're done, save it as Settings2.ini. Delete the original one then rename Settings2.ini to Settings.ini. Make sure you're doing this while the sidebar is not running :)

Forgive me if this guide is already been posted before.

Link to comment
Share on other sites

You can use resource hacker.  Right click the 0 under 5002 and click replace resource.  Open the png with the curve and use these settings, hit replace and save.

Resource Type: RCDATA
Resource Name: 5002
Resource Language: 0

586647897[/snapback]

I followed this but when I run it I got an error. Something about component .dll cannot be found. Need help :)

Link to comment
Share on other sites

I followed this but when I run it I got an error. Something about component .dll cannot be found. Need help :)

586650081[/snapback]

Which image did you replace the resource with?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.