Option to wrap the buttons toolbar into extra rows?
Option to wrap the buttons toolbar into extra rows?
How about add an option to wrap the buttons toolbar into extra rows when there are too many buttons, instead of cropping them? Similar to how the menu wraps. This is useful for seeing all buttons, even when working in a reduced size window mode.
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: Option to wrap the buttons toolbar into extra rows?
I'm all for it since currently adding buttons to the toolbar leads to invisible buttons - existing buttons are just pushed out of the visible field while other are added, rendering them inaccessible.
Ideal solution:
Code: Select all
[button 1][button 2][button 3] |i| <-window limit.Code: Select all
[button 1][button 4][button 5][button 6]|i|[button 2][button 3] <-window limit trespassed, buttons out of visible field.Code: Select all
[button 1][button 4][button 5][button 6]>>|i|
[button 2]
[button 3]
(>>) being the button to show extra buttons on toolbar.New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Re: Option to wrap the buttons toolbar into extra rows?
I think this functionality would compliment introduction of "unlimited" number of CTBs. This is because currently there are only so many buttons one can put on TB. In addition, stretching the TB with lots of buttons horizontally doesn't look good if a user is in SP mode with a handful of columns, it creates too much "white space" on the right side of the program window.
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
Re: Option to wrap the buttons toolbar into extra rows?
that approach might be good for preserving screen space. but i would still prefer it to expand into multiple rows so the buttons can still be accessed via 1-click. perhaps makes either of these an option?SkyFrontier wrote:Code: Select all
Ideal solution: [button 1][button 4][button 5][button 6]>>|i| [button 2] [button 3] (>>) being the button to show extra buttons on toolbar.
Re: Option to wrap the buttons toolbar into extra rows?
Also, please consider how having multiple TB button rows can impact application layout and handling of a layout's componentsTsunamiZ wrote:that approach might be good for preserving screen space. but i would still prefer it to expand into multiple rows so the buttons can still be accessed via 1-click. perhaps makes either of these an option?
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
admin
- Site Admin
- Posts: 64900
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Option to wrap the buttons toolbar into extra rows?
I think this is also the most common solution. I have it on my list since a while. Patience...SkyFrontier wrote:Ideal solution:
Code: Select all
[button 1][button 4][button 5][button 6]>>|i| [button 2] [button 3] (>>) being the button to show extra buttons on toolbar.
FAQ | XY News RSS | XY X
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: Option to wrap the buttons toolbar into extra rows?
We must have in mind that icon sizes now are changeable, so if one badly needs extra space for additional icons there's only the option to "Tools\Customize Toolbar (CTRL+SHIFT+F9)\untick 'Large Icons'".
Also, there were some user reports on successfully adding 100 icons to each right/left mouse click, which grants us a handful of space to work with. When I realized the power of CTB I was astonished, but took a time to comfortably handle the method for adding scripts/"buttons".
Also for the records, keep in mind that the method to add parameters is:
As I see in v7.30.0027 - 2008-07-26 21:46,
I assumed that above possibilities would also apply to CTBs. They don't. At least when "importing" parameters from a shortcut - must have something with using "/" instead of "-". Have to run a second battery of tests later. lol
Also, there were some user reports on successfully adding 100 icons to each right/left mouse click, which grants us a handful of space to work with. When I realized the power of CTB I was astonished, but took a time to comfortably handle the method for adding scripts/"buttons".
Also for the records, keep in mind that the method to add parameters is:
Code: Select all
"Nero 6|C:\Programs\Nero 6\Nero\nero.exe" open """C:\Programs\Nero 6\Nero\nero.exe"" /w"Code: Select all
::open C:\Program Files\WinZip\WINZIP32.EXE OK
::open "C:\Program Files\WinZip\WINZIP32.EXE" OK
::open ""C:\Program Files\WinZip\WINZIP32.EXE"" OK
::open C:\Program Files\WinZip\WINZIP32.EXE -min FAILS
::open "C:\Program Files\WinZip\WINZIP32.EXE" -min OK
::open ""C:\Program Files\WinZip\WINZIP32.EXE" -min" OK
::open """C:\Program Files\WinZip\WINZIP32.EXE"" -min" OKNew User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
-
admin
- Site Admin
- Posts: 64900
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Option to wrap the buttons toolbar into extra rows?
I'm just working on this. Does anybody know how this feature is called? ([button 2] and [button 3] etc. will be shown in a menu popped by pressing ">>"). Every standard toolbar has this but I cannot find the name for it...admin wrote:I think this is also the most common solution. I have it on my list since a while. Patience...SkyFrontier wrote:Ideal solution:
Code: Select all
[button 1][button 4][button 5][button 6]>>|i| [button 2] [button 3] (>>) being the button to show extra buttons on toolbar.
FAQ | XY News RSS | XY X
Re: Option to wrap the buttons toolbar into extra rows?
It's "overflow".. but I'm not finding much about it for VB outside of .NET.admin wrote:I'm just working on this. Does anybody know how this feature is called? ([button 2] and [button 3] etc. will be shown in a menu popped by pressing ">>"). Every standard toolbar has this but I cannot find the name for it...
http://msdn.microsoft.com/en-us/library/ms234871.aspx almost makes it sound like overflow isn't possible in 6.0...
Wrappable Property
In Visual Basic 6.0, the Wrappable property of a ToolBar control determines whether the toolbar buttons will automatically wrap when the window is resized.
The Visual Basic 2008 ToolStrip control has no direct equivalent; it supports the use of a dropdown overflow menu instead. When you add ToolStripItem elements that require more space than is allotted to the ToolStrip, given the form's current size, a ToolStripOverflowButton automatically appears on the ToolStrip. The ToolStripOverflowButton appears, and overflow-enabled items are moved into the drop-down overflow menu. You can disable this behavior by setting the CanOverflow property to False.
-
admin
- Site Admin
- Posts: 64900
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Option to wrap the buttons toolbar into extra rows?
Thanks!TheQwerty wrote:It's "overflow".. but I'm not finding much about it for VB outside of .NET.admin wrote:I'm just working on this. Does anybody know how this feature is called? ([button 2] and [button 3] etc. will be shown in a menu popped by pressing ">>"). Every standard toolbar has this but I cannot find the name for it...
http://msdn.microsoft.com/en-us/library/ms234871.aspx almost makes it sound like overflow isn't possible in 6.0...Wrappable Property
In Visual Basic 6.0, the Wrappable property of a ToolBar control determines whether the toolbar buttons will automatically wrap when the window is resized.
The Visual Basic 2008 ToolStrip control has no direct equivalent; it supports the use of a dropdown overflow menu instead. When you add ToolStripItem elements that require more space than is allotted to the ToolStrip, given the form's current size, a ToolStripOverflowButton automatically appears on the ToolStrip. The ToolStripOverflowButton appears, and overflow-enabled items are moved into the drop-down overflow menu. You can disable this behavior by setting the CanOverflow property to False.
(Of course, I don't care what's "possible" in Visual Basic 6.0 -- XY does not use VB 6 controls appart from buttons.
FAQ | XY News RSS | XY X
Re: Option to wrap the buttons toolbar into extra rows?
I like the multiple TB rows better than wrapping. I can put all my often used ones on one row, and less used ones in a second row. That allows us to easily turn on/off individual rows, which would be especially useful when working with small screen space. This way we can have any layout we want. If XY wraps its for us, it will not be nearly as useful, IMO. Also, maybe turning rows on and off might be easier coding than wrapping.zer0 wrote:Also, please consider how having multiple TB button rows can impact application layout and handling of a layout's componentsThis is particularly pertinent to situations with multiple items in one layout style
Re: Option to wrap the buttons toolbar into extra rows?
scrollable tooblar is better than nothing. but i also prefer having it wrap into multiple rows because it would allow instant access to buttons instead of having to scroll. would be nice to have options.
XYplorer Beta Club