Jump to content

chode4six

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • OS
    non-selected
  • Country
    United States

chode4six's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ty rick for your help with the recycling bin gadget
  2. 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
×
×
  • Create New...