Dagnelino Posted April 4, 2007 Posted April 4, 2007 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";} Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.