script hide all gui toolbars?

Discuss and share scripts and script files...
yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

script hide all gui toolbars?

Post by yusef88 »

hi everyone
there was a script in this forum to hide all gui toolbars ,any help to find it?


Filehero
Posts: 2721
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: script hide all gui toolbars?

Post by Filehero »

yusef88 wrote:there was a script in this forum to hide all gui toolbars ,any help to find it?
It's not really a script, I guess, but it does the job quite well: <ctrl>+<F12>


Cheers,
Filehero

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: script hide all gui toolbars?

Post by yusef88 »


yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: script hide all gui toolbars?

Post by yusef88 »

how to run / combine them together

Code: Select all

"Menu bar (Alt+up)|:props" #1061
"Show Address Bar|:go" #660
"Navigation Panel (F8)|:hidenav" #663
"Toolbar (Ctrl+F12)" #661	
one click hide them ,another one show them again

Image

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: script hide all gui toolbars?

Post by yusef88 »

Filehero wrote:
yusef88 wrote:there was a script in this forum to hide all gui toolbars ,any help to find it?
It's not really a script, I guess, but it does the job quite well: <ctrl>+<F12>

Cheers,
Filehero
LayoutManager [release 1.1]
it's yours ,and has this option
Image

Filehero
Posts: 2721
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: script hide all gui toolbars?

Post by Filehero »

yusef88 wrote: LayoutManager [release 1.1]
it's yours ,and has this option
Not exactly, that one is hiding all the bars, not just the toolbar. But you can use the shortcut to get it back.


Cheers,
Filehero

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: script hide all gui toolbars?

Post by yusef88 »

Filehero wrote: that one is hiding all the bars, not just the toolbar.
i was not accurate in my expression
hiding all bars that's what i meant and was looking for
thanks Filehero
cheers :beer:

CookieMonster

Re: script hide all gui toolbars?

Post by CookieMonster »

What would be awesome if you could take all the icons in the tool bar and make them a pop up context menu with icons, you could have a nice clean U.I and control everything in a popup menu ?

Filehero
Posts: 2721
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: script hide all gui toolbars?

Post by Filehero »

You mean sometning like the general MSWord context menu, where you get at least the most important format commands right at your mouse pointer?
Yes, this would be fine. But afaik it's (currently) impossible with SC.


Cheers,
Filehero

CookieMonster

Re: script hide all gui toolbars?

Post by CookieMonster »

:( Shucks.

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: script hide all gui toolbars?

Post by yusef88 »

I didn't see your comment at first
this script actually does exactly what I want
very thanks

klownboy
Posts: 4407
Joined: 28 Feb 2012 19:27
Location: Windows 11, 25H2 Build 26200.7171 at 100% 2560x1440

Re: script hide all gui toolbars?

Post by klownboy »

CookieMonster wrote:What would be awesome if you could take all the icons in the tool bar and make them a pop up context menu with icons, you could have a nice clean U.I and control everything in a popup menu ?
Maybe I'm misunderstanding what you'd like, but you can have a menu with all or whatever toolbar commands (CTBs) you'd like with icons with a script similar to the one below. You could be working in a completely bare XY environment (i.e., no bars) and have a User Defined Command bring up your menu (e.g., pressing numpad 1) of all or your selected CTBs or even sub menus. See http://www.xyplorer.com/xyfc/viewtopic. ... =15#p93665 I'm not taking credit for this below, it (or something similar) was posted some time ago and I couldn't find it again.

Code: Select all

" - Toolbar Button Operations -";
"-"
"Back|:back" button "back"
"Forward|:fore" button "fore"
"Up|:up" button "up"
"Recent Locations|:mru" button "mru"
"Hotlist|:hotlist" button "hotlist"
"MyComputer|:myco" button "myco"
"Drives|:drives" button "drives"
"Find|:find" button "find"
"Properties|:props" button "props"
"Copy Path/Name|:copypath" button "copypath"
"Open With|:openwith" button "openwith"
"Preview|:preview" button "preview"
"Floating Preview|:fp" button "fp"
"Full Screen Preview|:previewfull" button "previewfull"
"Quick File View|:qfv" button "qfv"
"Favorite Files|:favfiles" button "favfiles"
"Tags|:tagsadd" button "tags"
"Copy|:copy" button "copy"
"Custom Keyboard Shortcuts|:cks" button "cks";
"Customized File Icons|:cfi" #653;
"Manage Commands|:udc" button "udc"
//I don't want to take up a bunch of wasted space, but this could go on and on like this with whatever selected CTBs you desire
Maybe that's not what you were looking for. :?:
Ken

CookieMonster

Re: script hide all gui toolbars?

Post by CookieMonster »

klownboy wrote:
CookieMonster wrote:What would be awesome if you could take all the icons in the tool bar and make them a pop up context menu with icons, you could have a nice clean U.I and control everything in a popup menu ?
Maybe I'm misunderstanding what you'd like, but you can have a menu with all or whatever toolbar commands (CTBs) you'd like with icons with a script similar to the one below. You could be working in a completely bare XY environment (i.e., no bars) and have a User Defined Command bring up your menu (e.g., pressing numpad 1) of all or your selected CTBs or even sub menus. See http://www.xyplorer.com/xyfc/viewtopic. ... =15#p93665 I'm not taking credit for this below, it (or something similar) was posted some time ago and I couldn't find it again.

Code: Select all

" - Toolbar Button Operations -";
"-"
"Back|:back" button "back"
"Forward|:fore" button "fore"
"Up|:up" button "up"
"Recent Locations|:mru" button "mru"
"Hotlist|:hotlist" button "hotlist"
"MyComputer|:myco" button "myco"
"Drives|:drives" button "drives"
"Find|:find" button "find"
"Properties|:props" button "props"
"Copy Path/Name|:copypath" button "copypath"
"Open With|:openwith" button "openwith"
"Preview|:preview" button "preview"
"Floating Preview|:fp" button "fp"
"Full Screen Preview|:previewfull" button "previewfull"
"Quick File View|:qfv" button "qfv"
"Favorite Files|:favfiles" button "favfiles"
"Tags|:tagsadd" button "tags"
"Copy|:copy" button "copy"
"Custom Keyboard Shortcuts|:cks" button "cks";
"Customized File Icons|:cfi" #653;
"Manage Commands|:udc" button "udc"
//I don't want to take up a bunch of wasted space, but this could go on and on like this with whatever selected CTBs you desire
Maybe that's not what you were looking for. :?:
Ken
The link you posted earlier in your message contained a screen capture of exactly what I was talking about :)

I copied the above code into a script button, when I ran the script I got errors, How do I add such a menu ?

totmad1
Posts: 131
Joined: 24 Jun 2013 12:37

Re: script hide all gui toolbars?

Post by totmad1 »

have a look at this
http://www.xyplorer.com/xyfc/viewtopic. ... 4&start=15
it's not fully up to date (couple of buttons missing)

HTH
totmad1 (totally mad one)

Post Reply