
Dagnelino
-
Posts
3 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Posts posted by Dagnelino
-
-
solved with the reg patch, thx!
-
Hello, thx 4 your work, is awesome, and excuse my terrible english
I Have succesfully installed the Sidebar on XP, but when i click on a gadget ,for example Recycle Bin, on the gadget gallery, for insert into sidebar, this error apperars:
Line 299, library not registered.
Open for debugging with VS2005 and i have an error on :
background.removeObjects();
the function:
function applyDockedStyles()
{
gadgetWidth = "130px";
gadgetHeight = "64px";
background.removeObjects();
var imgBin = isEmpty ? "images/EmptyDocked.png" : "images/FullDocked.png";
var _xOffset = (System.Gadget.Sidebar.dockSide == "Right") ? 64 : 0;
background.addImageObject(imgBin, _xOffset, 0);
hitbox.style.width = (gadgetWidth.replace("px", "") - _xOffset) + "px";
hitbox.style.left = _xOffset + "px";
}
[Alky] Windows Sidebar Installer [August 1 2007]
in Windows Customization
Posted
i have notice tath aftwer a few hours (2 or 3) the memory occupation of sidebar (on xp) with 3 gadget (calendar, watch, notes) increase too much... from 23.000kb to 155.000kb! Closing the application and reopen it solve the problem...
Any solution?