LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

task bar button width

Hi there,

Does anyone know how (if possible) to increase the width of the tasks that appear in the Windows taskbar?

As LabVIEW prepends the library name to all VIs I often have quite a few similar looking tasks in the taskbar (Windows truncates the text)
This leads me to trying to keep the library name as short as possible, not really what I want to be doing.

I have a nice wide monitor, and I make the task bar double height, it would be nice to be able to stretch (or set) a minimum width for tasks. Then I could see the whole VI name (or at least more of it), unlike the situation I am dealing with now, as shown in the screeny



Also, I really wish they would change the icon to differentiate between block diagram and front panel! (I know I should have actually filled out a product suggestion years ago...)

holding thumbs!
nrp



Message Edited by nrp on 06-05-2008 10:40 AM
0 Kudos
Message 1 of 9
(3,168 Views)

As far as I know, there is no way to change the width of the tasks on the taskbar when it's on the bottom. However you can move the task bar to the side and set the width there. Just drag the taskbar to either side, and it will automatically update. However, unless you have a REALLY wide moniter it generally takes up more room than most users like.

0 Kudos
Message 2 of 9
(3,161 Views)
its not that wide Smiley Tongue

There is probably some arcance Win32 interface, as the OS does dynamically shrink the buttons if there are greater than a certain number of tasks.
0 Kudos
Message 3 of 9
(3,154 Views)

Hi nrp,

maybe it is possible to get the handle of each button and to resize it with some user32.dll function.

Mike

0 Kudos
Message 4 of 9
(3,149 Views)
I'll bet there is a legacy dll somewhere that can be fiddled with, but as an easier alternative which may be useful is an XP 'power toy' It replaces the alt-tab select with a screenshot and full name of the window instance, and you can move your mouse over each item - which is quicker than alt-tabbing through them all 🙂



power toys

About half way down, it's called alt-tab replacement / Taskswitch.exe


Message Edited by yenknip on 06-05-2008 11:42 AM
_____________________________
- Cheers, Ed
0 Kudos
Message 5 of 9
(3,145 Views)
your idea is good, but unfortunately will not work for me.

I am left handed, and there is only one tab key on the keyboard. Alt -tab for me means taking my left hand off the mouse.

0 Kudos
Message 6 of 9
(3,118 Views)
there was a recent post on lifehacker about DeXpose2, which is a windows emulator for the expose feature on macs.  it's freeware that displays all your open windows as
screencaps, allowing you to click on one.  the only issue is that the hotkey is windows-w, but I believe that is reassignable.


Message Edited by JeffOverton on 06-05-2008 12:41 PM
0 Kudos
Message 7 of 9
(3,113 Views)
Did some digging and came by this
 
 
Line 97 is to increase and decrease the size of the buttons.
 
Looks like it adds a registy entry:
 
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\MidWidth = -2700
 
I think -15 = 1 pixel, but not sure on that.
 
 
 
 
Message 8 of 9
(3,103 Views)
excellent! works like a charm

by the way, although the script says you have to reboot, logging off is sufficient for the registry key to be re-read.
0 Kudos
Message 9 of 9
(3,095 Views)