Jump to content

recyclingbin.gadget


chode4six

Recommended Posts

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 by chode4six
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...