0
Fast

Taskbar Inspector not remembering path with "invalid" chars

Anonym 10 år siden opdateret af Michael (Ramen Software) 7 år siden 2

I believe it's because it contains some specific characters in the path, e.g. =

D:\-= Games =-\Steam\SteamApps\common\Clicker Heroes\Clicker Heroes.exe=1


Also, the same path is duplicated in the ini.


Thanks.

Svar

Should be fixed in 7+ Taskbar Tweaker v5.6.

0

Please make show/hide functionality to taskbar, on some maximized windows like chrome taskbar remains hidden behind, and there is no way to show it.

Decoy 10 år siden opdateret 10 år siden 0

This should help: http://stackoverflow.com/questions/916259/win32-bring-a-window-to-top

Make your own routine to get taskbar to top and stays in until mouse move out.


Sorry for my poor english, it's not my native. ;)



;-------- Show routine:

HWND hCurWnd = ::GetForegroundWindow();
DWORD dwMyID = ::GetCurrentThreadId();
DWORD dwCurID = ::GetWindowThreadProcessId(hCurWnd, NULL);
::AttachThreadInput(dwCurID, dwMyID, TRUE);
::SetWindowPos(m_hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
::SetWindowPos(m_hWnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
::SetForegroundWindow(m_hWnd);
::AttachThreadInput(dwCurID, dwMyID, FALSE);
::SetFocus(m_hWnd);
::SetActiveWindow(m_hWnd);

0

Please consider adding an option to hide the icons of tasks when in never combine mode, and an option to change the width of tasks.

Anonym 10 år siden 0

It would be great to have an option to hide the icons when in never combine mode for a minimal text only look, having the option to change the width of the tasks would be useful with this feature, to allow applications with longer titles to display more information. Thank you for the work you have already done.

0
Ikke en bug

Standard install still does portable install

SubGothius 10 år siden opdateret af Michael (Ramen Software) 10 år siden 1

It seems a standard install is not possible, at least in Windows 10. Selecting the Standard install method still does a portable install to the user's AppData folder for me, even when running the installer as an Administrator (in which case it installs to the Admin user's folder).

Svar

7+ Taskbar Tweaker is installed to the AppData folder by default. By doing so, it doesn't require administrator rights. Note that it's not portable: it uses the system registry.


If you prefer, you can run the installer as administrator, and install the tweaker into the Program Files folder by selecting it explicitly.

0
Afvist

Instant preview transition on (un)hover (Custom delay)

유태종 (QbisidianH20) 10 år siden opdateret af Michael (Ramen Software) 10 år siden 1

With this, you can almost remove useless delay when trying to preview currently running tasks/windows. It would be very convenient and more productive to have this integrated in this utility.

0
Besvaret

"Show thumbnail preview" set to nothing doesn't stick

BLZ 10 år siden opdateret 10 år siden 2

After setting "Show thumbnail preview" to nothing the thumbnail preview does indeed disappear, even after a restart, but the preview eventually reappears. If I go into the setting and change it and then change it back to nothing, the preview disappears again, but ultimately reappears. Is there any way to get the "nothing" setting to stick permanently. I do not have 7+TT set to run on startup. Thanks.

Svar
I do not have 7+TT set to run on startup.

That's why it stops working, probably. The settings don't apply when the tweaker isn't running.

0

auto-hide taskbar via keyboard shorcut so the taskbar stays hidden all the time

Anonym 10 år siden opdateret 10 år siden 2

I need a maximum of real estate and do not want to be distracted by anything else when in my app. I want to use my mouse near or at the corner but not have it trigger the taskbar. A keyboard shortcut would do it. Is that possible?

0

Scrolling on volume icon doesn't display correct volume tooltip

Anonym 10 år siden opdateret af Michael (Ramen Software) 10 år siden 1

Volume tooltip doesn't change if I change the volume (I scroll on the icon).

0
Fast

Window Defender: potentially harmful software detected.

Anonym 10 år siden opdateret af Michael (Ramen Software) 9 år siden 2

Window Defender says potentially harmful software detected and deletes 7+ taskbar tweaker.

I have downloaded from this site. The latest beta.

Svar

I assume that it's not an issue anymore.

Kundesupport af UserEcho