Recommended Posts

vistasidebarxp8av.th.png

i like it, it runs ok (even on my system)

what i dont like is they haven't implemented auto hide functionality, i like how you can drag gadgets off onto the desktop, but if i want to leave some widgets on it, and set auto hide, i should be able to. :yes:

Part script errors are a result of running Sidebar on a non-English locale system. To fix this, extract your part with compression software, rename \1033 to a valid LCID for your system (see below), and rezip/rename.

LCID chart: http://krafft.com/scripts/deluxe-calendar/lcid_chart.htm

Those that are unsure about their correct LCID can use the attached program (requires .net v1.1)

C# Source:

using System;
using System.Runtime.InteropServices;

public class Nothing
{
	[DllImport("kernel32.dll", SetLastError=true)]
	static extern int GetSystemDefaultLCID();

	public static void Main()
	{
  Console.WriteLine();
  Console.WriteLine(
  	"* Current LCID: {0}",
  	GetSystemDefaultLCID().ToString()
  );
	}
}

LCID.zip

click the plus in the top left, then double click the gadgets.

586645080[/snapback]

I did it, but that wasn't the problem. It was that: I didn't copy the "parts" folder into the users profile. Well, now it's solved. Thanks anyway

By the way, how do I turn on autohide?

Edited by martu22
Part script errors are a result of running Sidebar on a non-English locale system. To fix this, extract your part with compression software, rename \1033 to a valid LCID for your system (see below), and rezip/rename.

LCID chart: http://krafft.com/scripts/deluxe-calendar/lcid_chart.htm

Those that are unsure about their correct LCID can use the attached program (requires .net v1.1)

C# Source:

using System;
using System.Runtime.InteropServices;

public class Nothing
{
	[DllImport("kernel32.dll", SetLastError=true)]
	static extern int GetSystemDefaultLCID();

	public static void Main()
	{
  Console.WriteLine();
  Console.WriteLine(
  	"* Current LCID: {0}",
  	GetSystemDefaultLCID().ToString()
  );
	}
}

586645103[/snapback]

But the result is the same :pinch:

The sidebar shows up fine, but there is nothing on it. I click hte + button, but its still blank.

I have the sidebar.exe, the emu and xmlrw.dll files, and the 4 *.part files in a dir and it doesnt show any widget thingys in the sidebar.

586645187[/snapback]

Follow the steps of this site:

http://www.tech-recipes.com/microsoft_vista_tips998.html

4 and 5 are the steps that you need to do

Follow the steps of this site:

http://www.tech-recipes.com/microsoft_vista_tips998.html

4 and 5 are the steps that you need to do

586645238[/snapback]

No, those steps are wrong. If the 'Default Parts' directory contains the parts in the Sidebar working folder, the rest is handled for you.

Did you edit the .part in 'Default Part' or your %userprofile%\Parts directory? If default, you need to delete the part in your Parts folder and restart Sidebar

586645247[/snapback]

I've deleted the parts in %userprofile%\ , but when I restart the sidebar to add the rss, searchbar and run, it also has the same problem :(

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

    • No registered users viewing this page.