TheWahbinator Posted October 9, 2005 Share Posted October 9, 2005 Excuse me, can you tell me why I have these two errors? 586644821[/snapback] MaStErHaCK's Curved patcher includes MUI files, try applying that. Link to comment Share on other sites More sharing options...
vimkid Posted October 9, 2005 Share Posted October 9, 2005 MaStErHaCK's Curved patcher includes MUI files, try applying that. 586644840[/snapback] I've tried this, but I still have the same problem. :pinch: Link to comment Share on other sites More sharing options...
martu22 Posted October 9, 2005 Share Posted October 9, 2005 Guys, I have the sidebar without any gadget, now, How do I put them in into sidebar? Link to comment Share on other sites More sharing options...
The_Decryptor Veteran Posted October 9, 2005 Veteran Share Posted October 9, 2005 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: Link to comment Share on other sites More sharing options...
The_Decryptor Veteran Posted October 9, 2005 Veteran Share Posted October 9, 2005 click the plus in the top left, then double click the gadgets. Link to comment Share on other sites More sharing options...
E64_Rafael Posted October 9, 2005 Share Posted October 9, 2005 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 Link to comment Share on other sites More sharing options...
martu22 Posted October 9, 2005 Share Posted October 9, 2005 (edited) 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 October 9, 2005 by martu22 Link to comment Share on other sites More sharing options...
GaMeDtX Posted October 9, 2005 Share Posted October 9, 2005 Well... I got some of the hacked parts to work, like the run.. Wasnt there a windows media control to put on the sidebar? Any ideas? Link to comment Share on other sites More sharing options...
GaMeDtX Posted October 9, 2005 Share Posted October 9, 2005 wtf you can drag and drop stuff to the desktop :o Link to comment Share on other sites More sharing options...
sachleen Posted October 9, 2005 Share Posted October 9, 2005 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. Link to comment Share on other sites More sharing options...
NienorGT Posted October 9, 2005 Share Posted October 9, 2005 It work... But I can't curve it... :( Link to comment Share on other sites More sharing options...
vimkid Posted October 9, 2005 Share Posted October 9, 2005 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: Link to comment Share on other sites More sharing options...
martu22 Posted October 9, 2005 Share Posted October 9, 2005 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 Link to comment Share on other sites More sharing options...
E64_Rafael Posted October 9, 2005 Share Posted October 9, 2005 But the result is the same :pinch: 586645231[/snapback] 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 Link to comment Share on other sites More sharing options...
E64_Rafael Posted October 9, 2005 Share Posted October 9, 2005 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. Link to comment Share on other sites More sharing options...
sachleen Posted October 9, 2005 Share Posted October 9, 2005 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] Thanks, I got it to work tho... 20 WHOLE megs of RAM!!! wtf? lol, i cant spare that much. :p Link to comment Share on other sites More sharing options...
martu22 Posted October 9, 2005 Share Posted October 9, 2005 No, those steps are wrong. If the 'Default Parts' directory contains the parts in the Sidebar working folder, the rest is handled for you. 586645255[/snapback] but it work for me :D Link to comment Share on other sites More sharing options...
E64_Rafael Posted October 9, 2005 Share Posted October 9, 2005 but it work for me :D 586645283[/snapback] That's because you didn't follow directions before and the 'Default Parts' folder was either non-existant or was in the wrong folder. :yes: Link to comment Share on other sites More sharing options...
vimkid Posted October 9, 2005 Share Posted October 9, 2005 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 :( Link to comment Share on other sites More sharing options...
E64_Rafael Posted October 9, 2005 Share Posted October 9, 2005 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 :( 586645305[/snapback] You'll need to edit each and every part the same way, except for the AnalogClock I believe. :rofl: Link to comment Share on other sites More sharing options...
crimsonhead Posted October 9, 2005 Share Posted October 9, 2005 I got the sidebar to curve. Looks better. :) Link to comment Share on other sites More sharing options...
martu22 Posted October 9, 2005 Share Posted October 9, 2005 That's because you didn't follow directions before and the 'Default Parts' folder was either non-existant or was in the wrong folder. :yes: 586645291[/snapback] was non-existant.....but anyway, it's working Rafael... :D Link to comment Share on other sites More sharing options...
vimkid Posted October 9, 2005 Share Posted October 9, 2005 You'll need to edit each and every part the same way, except for the AnalogClock I believe. :rofl: 586645320[/snapback] Oh my god, then I won't use it, thanks :pinch: Link to comment Share on other sites More sharing options...
Nextstep OS X Posted October 9, 2005 Share Posted October 9, 2005 This site has a guide http://www.tech-recipes.com/microsoft_vista_tips998.html Link to comment Share on other sites More sharing options...
NienorGT Posted October 9, 2005 Share Posted October 9, 2005 I got the sidebar to curve. Looks better. :) 586645333[/snapback] How? :o Link to comment Share on other sites More sharing options...
Recommended Posts