0
Fixed

Taskbar Inspector not remembering path with "invalid" chars

Anonymní Před 10 roků aktualizováno od Michael (Ramen Software) Před 7 roků 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.

Odpověď
Michael (Ramen Software) Před 7 roků

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 Před 10 roků aktualizováno Před 10 roků 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.

Anonymní Před 10 roků 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
Not a bug

Standard install still does portable install

SubGothius Před 10 roků aktualizováno od Michael (Ramen Software) Před 10 roků 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).

Odpověď
Michael (Ramen Software) Před 10 roků

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
Declined

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

유태종 (QbisidianH20) Před 10 roků aktualizováno od Michael (Ramen Software) Před 10 roků 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
Answered

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

BLZ Před 10 roků aktualizováno Před 10 roků 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.

Odpověď
Michael (Ramen Software) Před 10 roků
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

Anonymní Před 10 roků aktualizováno Před 10 roků 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

Anonymní Před 10 roků aktualizováno od Michael (Ramen Software) Před 10 roků 1

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

0
Fixed

Window Defender: potentially harmful software detected.

Anonymní Před 10 roků aktualizováno od Michael (Ramen Software) Před 9 roků 2

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

I have downloaded from this site. The latest beta.

Odpověď
Michael (Ramen Software) Před 9 roků

I assume that it's not an issue anymore.

0
Declined

An option to reverse the taskbar position with start orb at right / bottom !

Anonymní Před 10 roků aktualizováno od Michael (Ramen Software) Před 10 roků 1