Popup folder from taskbar

Page 1 of 2 12 LastLast

  1. Posts : 134
    Windows 7 64-bit Windows 7 32-bit
       #1

    Popup folder from taskbar


    Ok so I would like to do something that is like a jumplist and a folder shortcut combined. I don't know if this is possible, that is why I am asking.

    So what I am looking for is this:
    -a shortcut on the taskbar. (must be able to have a icon)
    -when left clicked a popup folder like below appears. (once a item in the popup is clicked the folder should disappear)

    I know of similar ways with folder toolbars on the taskbar, but thats not what I am looking for. Thanks for reading.
    Attached Thumbnails Attached Thumbnails Popup folder from taskbar-popup-folder.png  
    Last edited by kookster; 03 Mar 2010 at 17:55.
      My Computer


  2. Posts : 134
    Windows 7 64-bit Windows 7 32-bit
    Thread Starter
       #2

    Ok so i found a way using Auto Hotkey its a rather complicated script, but it does it pretty dang well. Only down side so far is you have to manually enter every item you want in the pop up. So if anyone else has a better idea im still all ears.

    Found a even better way using Auto Hotkey and Jumplist Launcher together.
      My Computer


  3. Posts : 799
    Windows 8 Pro 64-bit
       #3

    What command in AHK does that? I'd like to know so I can do this myself. I'm somewhat proficient in AHK, but not a guru of any kind.
      My Computer


  4. whs
    Posts : 26,210
    Vista, Windows7, Mint Mate, Zorin, Windows 8
       #4

    It appears to me that Toolbars are a lot easier for what you like to do. Why did you exclude toolbars as an option? Just curious.
      My Computer


  5. Posts : 134
    Windows 7 64-bit Windows 7 32-bit
    Thread Starter
       #5

    What i do is have jumplist start a simple script from autohotkey when you click it. All the script does is send a right click to the location of the shortcut. so thus right clicking will pop up the jumplist.
    Code:
    send {click right 170,750} ; "170,750" is the location for my shortcut
    You can just have it send a right click, but jumplist isnt always fast enough at starting the script, so if you move your mouse off of the shortcut it does nothing.
    I just wish there was a command where you could send a mouse click without moving the actual mouse location.

    The reason why I dont want the toolbars is i can only have it on the right or left of the task bar and to have it pop up in the manner i like it doesnt look very nice.
      My Computer


  6. Posts : 799
    Windows 8 Pro 64-bit
       #6

    Oooh, I thought it was a Dllcall or something. Fair enough. xD
      My Computer


  7. Posts : 134
    Windows 7 64-bit Windows 7 32-bit
    Thread Starter
       #7

    nope, i dont know all that stuff. I just know the simple things.

    Looks like you also cant put a exact position, cause sometimes it will get messed up according to what window is active.

    So if your interested Prisoner this code works:
    Code:
    winactivate ahk_class WorkerW
    winwaitactive ahk_class WorkerW
    send {Click Right 170, 750}
    It activates the desktop, waits till its active then sends a right click at the shortcuts location, that way theres never a issue with mouse position.
      My Computer


  8. Posts : 134
    Windows 7 64-bit Windows 7 32-bit
    Thread Starter
       #8

    Can someone marked this as solved cause I dont know how. Thanks.
      My Computer


  9. whs
    Posts : 26,210
    Vista, Windows7, Mint Mate, Zorin, Windows 8
       #9

    The reason why I dont want the toolbars is i can only have it on the right or left of the task bar and to have it pop up in the manner i like it doesnt look very nice.
    I really do not want to convince you of taskbars, but mine look pretty nice.

      My Computer


  10. Posts : 134
    Windows 7 64-bit Windows 7 32-bit
    Thread Starter
       #10

    not bad but not my thing, i like the icons
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:23.
Find Us