chode4six Posted May 28, 2008 Posted May 28, 2008 (edited) I was wondering if you may be able to help me. i'm trying to resize the recycle bin gadget to be big when it is docked. i been on microsoft's gallery site and some one posted this maybe it can help you help me find a way this can be done. thank you in advance . i attached the gadget file so you can take a look.post from microsoft gallery :Thanks A Lot for this great Gadget !!! now I can remove the desktop icon completely !!! Thanks and Thanks !!!!!!!! Here what I did to make it big Step 1 goto "C:Users\AppDataLocalMicrosoftWindows SidebarGadgetsRecycleBin.gadgetimages" duplicate the image of EmptyUndocked and FullUndocked,then renamed to EmptyDocked and FullDocked respectively. Step 2 open "C:UsersdummyAppDataLocalMicrosoftWindows SidebarGadgetsRecycleBin.gadgeten-USjsRecycleBin.js" in notepad change the function applyDockedStyles to: function applyDockedStyles() { gadgetWidth = "128px"; gadgetHeight = "128px"; background.removeObjects(); var imgBin = isEmpty ? "images/EmptyDocked.png" : "images/FullDocked.png"; background.addImageObject(imgBin, 0, 0); hitbox.style.width = (gadgetWidth.replace("px", "") - _xoffset) + "px"; hitbox.style.left = _xoffset + "px"; } -------------------------------------------------- Hope author will create another version which give big Recycle Bin !!!! Thanks !!!! I tried this and it didn't work for me :confused02:RecycleBin.gadget.rar Edited May 28, 2008 by chode4six Quote
ricktendo Posted May 29, 2008 Posted May 29, 2008 Here is the Corbeille gadget in Englishhttp://rapidshare.com/files/118434926/RecycleBin.Gadget.html Quote
chode4six Posted May 29, 2008 Author Posted May 29, 2008 Here is the Corbeille gadget in Englishhttp://rapidshare.com/files/118434926/RecycleBin.Gadget.htmlty rick for your help with the recycling bin gadget 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.