Move the address bar below the menu bar in Windows Explorer

Page 14 of 17 FirstFirst ... 41213141516 ... LastLast

  1. Posts : 233
    Windows 7
       #131

    Is there any way you could fix this script to work with QTTabBar? I need some of the functionality that QTTabBar provides.
    One can try to insert a delay somewhere in the script, like

    Code:
    Sleep, 100
    Try to insert it somewhere and report if it works.

    The address bar is visible for a fraction of a second before it disappears (which is not that big a deal). Is this a limitation of AutoHotKey or can this be adjusted/fixed?
    This is a limitation of the method, the address bar gets hidden after the window created. It may be before the window is drawn though. A similar thing occurs with ShellFolderFix utility, which remembers positions of folder windows and repositions new ones.

    If using any other theme besides Classic (e.g. Aero), the menu bar and command bar appear to have visual issues.
    There is another method of hiding the Address Bar in non-Classic themes, look at this thread at earlier pages
    Move the address bar below the menu bar in Windows Explorer
    Last edited by Anixx; 11 Dec 2014 at 20:23.
      My Computer


  2. Posts : 195
    Windows 7 Professional x64
    Thread Starter
       #132

    Occasionally the address bar will show up whenever I open an explorer window using Windows key + E (which I do a lot) but it will disappear when the window is resized.

    Also, I sometimes see the address bar for a fraction of a second before it disappears, but to be honest it's pretty rare for me. Maybe it's my computer or something. But that is no big deal anyways.
      My Computer


  3. Posts : 8
    Windows 7 Professional x64
       #133

    One can try to insert a delay somewhere in the script, like

    Code:
    Sleep, 100
    Try to insert it somewhere and report if it works.
    Well, I tried to insert that line of code right after the #NoEnv and #NoTrayIcon, and also towards the end of the script, but I still get the same result each time. The blank space still appears above the menu bar. The space seems to be completely transparent as I can see my background through the space. It goes away when I click something else, though.

    I'm not really good at scripting... I'm novice at best. I'm probably doing it wrong.

    This is a limitation of the method, the address bar gets hidden after the window created. It may be before the window is drawn though. A similar thing occurs with ShellFolderFix utility, which remember position of folder windows and repositions new ones.
    I can live with it, haha. Thanks for your response.

    There is another method of hiding the Address Bar in non-Classic themes, look at this thread at earlier pages
    Move the address bar below the menu bar in Windows Explorer
    I completely forgot about that being posted earlier lol, sorry!

    Any clue as to why the "Network" special shortcut icon on desktop is not behaving properly when opened?
      My Computer


  4. Posts : 233
    Windows 7
       #134

    Try adding the following towards the end of the script, it will resize the window back and forward automatically so to make it redraw.
    Code:
    WinGetPos, , , , h, ahk_id %lParam%
    WinMove, ahk_id %lParam%,,,,,h-1
    WinMove, ahk_id %lParam%,,,,,h
      My Computer


  5. Posts : 8
    Windows 7 Professional x64
       #135

    Try adding the following towards the end of the script, it will resize the window back and forward automatically so to make it redraw.
    Code:
    WinGetPos, , , , h, ahk_id %lParam%
    WinMove, ahk_id %lParam%,,,,,h-1
    WinMove, ahk_id %lParam%,,,,,h
    Nice! That fixed both the "QTTabBar" and "Network icon" issues! Thank you so much! KUDOS!
      My Computer


  6. Posts : 233
    Windows 7
       #136

    Butters, can you please tell me whether upgrading to Win8 worth it?
      My Computer


  7. Posts : 8
    Windows 7 Professional x64
       #137

    Now, does anyone know of a replacement address bar so we are not completely without an address bar? I've only found QTAddressBar, and it's kinda buggy. Any ideas?
      My Computer


  8. Posts : 199
    Win 7 Pro x32
       #138

    I still use Classic and frustrated as *&^%*.
    M$ doesn't seem to give a (*&^% about those of us who have been around since DOS 1 or 1.1.

    Just had a crash which required a new build.
    In process of reinstalling Win7 and trying to get things up and going.
    While I keep a mirror backup of everything -- this new UEFI standard and windows makes it almost impossible or impossible to port things over from my mirror drive.
    So here I am having to manually install all my old menus for my programs.
    I've always kept a Grandfather, Father, Son mirror for just in case BUT
    whether I can even mirror my drive after this is still unknown with this new standard.

    I do a lot programming and don't want things popping up everywhere or window wanting to constantly update things.
    The only way M$ is ever going to listen is if a lot of people stop buying windows and go to another OS.
    I know I'm about at that point.

    ================================================

    Haven't had a chance to check into it but look up Nirsoft, ShellViewEx which allows you to extent the Explorer shell. It may have what you want.
      My Computer


  9. Posts : 195
    Windows 7 Professional x64
    Thread Starter
       #139

    Anixx said:
    Butters, can you please tell me whether upgrading to Win8 worth it?
    Meh.

    Well if you're like me and you've modified it (e.g. classic theme and such) then maybe. It really depends on what you want out of it. It does have a few nice features, like the ability to mount .ISO files, but if I had the choice I'd go with Windows 7.
      My Computer


  10. Posts : 195
    Windows 7 Professional x64
    Thread Starter
       #140

    Degadus said:
    Now, does anyone know of a replacement address bar so we are not completely without an address bar? I've only found QTAddressBar, and it's kinda buggy. Any ideas?
    This would be nice. I actually talked about an address bar alternative in my earlier posts. I can't say I'm too happy with QTAddressBar either (not too big on the whole breadcrumbs thing, and I wish it was slightly more compact) but at least it's better than the default. I'll look for an alternative.

    Edit:
    Well I think QTAddressBar is open source, so that's something. Maybe I'll look into that, although I don't think I can do a whole lot with that myself.

    Edit:
    It would also be nice if the damn thing would stop crashing my explorer.exe. I think It probably does this because it was designed for XP though.
      My Computer


 
Page 14 of 17 FirstFirst ... 41213141516 ... 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:29.
Find Us