|
Post by leet on Apr 26, 2020 12:15:16 GMT -8
I dunno, but it doesnt work for me. I have installed all redists with net framework 4.8. edit : if I compile it using Visual Studio it could fix all problems, because I maybe don't have sth installed? Using 20H1. If you compile it yourself, it will definitely work. What I don't get though is what the exact requirements for my own program are lol. EDIT: Imma get a clean VM setup and try it out to see what software is required for it to run.
|
|
|
Post by leet on Apr 26, 2020 16:13:09 GMT -8
EDIT: Imma get a clean VM setup and try it out to see what software is required for it to run.
I've gone through the DLL hell, turns out it's the Release build is referencing the debug VC++ runtime instead of the redistributables. Probably something wrong in the build scripts. Fixing it now
|
|
pietr
Freshman Member
Posts: 29
|
Post by pietr on Apr 28, 2020 15:17:07 GMT -8
EDIT: Imma get a clean VM setup and try it out to see what software is required for it to run.
I've gone through the DLL hell, turns out it's the Release build is referencing the debug VC++ runtime instead of the redistributables. Probably something wrong in the build scripts. Fixing it now Latest release is working nice! (1.0.7423.43012) edit: How can I disable version number on "Quicklaunch" side of the taskbar? edit2: I'm sorry if I want too much but, "Exit" doesnt work properly on sct taskbar, but I can close with taskmgr so no problem, next thing - adding commands on right click of the mouse should give a menu with minimazing, closing etc app
|
|
|
Post by leet on Apr 28, 2020 16:17:00 GMT -8
I've gone through the DLL hell, turns out it's the Release build is referencing the debug VC++ runtime instead of the redistributables. Probably something wrong in the build scripts. Fixing it now Latest release is working nice! (1.0.7423.43012) edit: How can I disable version number on "Quicklaunch" side of the taskbar? edit2: I'm sorry if I want too much but, "Exit" doesnt work properly on sct taskbar, but I can close with taskmgr so no problem, next thing - adding commands on right click of the mouse should give a menu with minimazing, closing etc app You can't disable the version number for now. It's just a placeholder for the quicklaunch (which is not implemented yet) The Exit button is fixed as of 1.0.7424.4012 I still have some critical bugs in the programs and systray, the next thing on the list is the quick launch and after that the right click menu for programs.
1.0.7424.4012 also contains a little control panel in which you can change a couple of things. This is just the groundwork, a lot more options will be added as time goes ofc
EDIT: The exit button is actually fixed in 1.0.7424.4217/4218 not 1.0.7424.4012
|
|
|
Post by leet on Apr 28, 2020 16:26:39 GMT -8
Oh crap. I just found out the weirdest thing ever: The removable drives systray icon has the same handle as the battery systray icon. HOW?!?!
|
|
|
Post by powerplayer on Apr 28, 2020 19:43:06 GMT -8
not compatible with 7 taskbar tweaker but works fine with openshell one more bug i use light theme and icons turn black at systray the win95 theme makes them white for some reason
|
|
|
Post by powerplayer on Apr 28, 2020 19:45:19 GMT -8
Oh crap. I just found out the weirdest thing ever: The removable drives systray icon has the same handle as the battery systray icon. HOW?!?! Cause these jerks moved around system files my guess would be that new .mun extension. On another note Process hacker might show more handles than processexplorer does.
|
|
|
Post by leet on Apr 29, 2020 3:09:47 GMT -8
not compatible with 7 taskbar tweaker but works fine with openshell one more bug i use light theme and icons turn black at systray the win95 theme makes them white for some reason 7+TT is not compatible because my application does not emulate a window with class Shell_TrayWnd (which is how 7+TT finds the taskbar), it emulates the entire taskbar. So you would need to suggest some things you like in 7+TT so I can add them to my code The icons aren't actually black, they are ALWAYS white. It's just that the taskbar needs to render them correctly . Which I'll fix later today.
|
|
pietr
Freshman Member
Posts: 29
|
Post by pietr on Apr 29, 2020 5:20:28 GMT -8
not compatible with 7 taskbar tweaker but works fine with openshell one more bug i use light theme and icons turn black at systray the win95 theme makes them white for some reason 7+TT is not compatible because my application does not emulate a window with class Shell_TrayWnd (which is how 7+TT finds the taskbar), it emulates the entire taskbar. So you would need to suggest some things you like in 7+TT so I can add them to my code The icons aren't actually black, they are ALWAYS white. It's just that the taskbar needs to render them correctly . Which I'll fix later today. It would be great if you add in sometime later an option for dark taskbar, because I use EarTrumpet, and my Volume icon is white
|
|
|
Post by powerplayer on Apr 29, 2020 6:27:52 GMT -8
It would be great if you add in sometime later an option for dark taskbar, because I use EarTrumpet, and my Volume icon is white You might switch to the non metro version thankfully somebody compiled the latest version github.com/Nonononoki/EarTrumpet/releases
|
|
Ingan121
Sophomore Member
Posts: 104
OS: Windows 10 22H2
Theme: Arc dark
CPU: AMD Ryzen 7 1700 Eight-Core Processor
RAM: 32GB
GPU: NVIDIA GeForce GTX 1050 Ti
Computer Make/Model: VPS-ish thingy (ComViewers)
|
Post by Ingan121 on Apr 29, 2020 6:47:15 GMT -8
Are there any plans for HiDPI Support? Its layouts are broken with 'Application' scaling compatibility mode and I don't like the blurry 'System' scaling.
|
|
|
Post by leet on Apr 29, 2020 8:34:34 GMT -8
The dark taskbar thingy: It's fully supported. You just have to configure your classic theme to have dark windows. Also: In an upcoming version I'll check if an icon is fully white and invert it if it's on a light background. Making stuff HiDPI compatible would be awesome but doing it just sucks. I do have it on my to-do list but I've been holding of on it because there just isn't any good existing implementations of scaling for .NET.
|
|
|
Post by leet on Apr 29, 2020 8:36:42 GMT -8
BTW, I've been experimenting with dual desktops. I've even gotten as far as getting 2 taskbars to display properly with 0 lag:
|
|
|
Post by leet on Apr 29, 2020 14:44:20 GMT -8
I've added the concept of "secondary" taskbars. Also added an option to not show a second taskbar at all. Here's an image of that (You probably need to zoom in to see anything):
Edit: Also removed the weird looking pixels you can see above the taskbar programs
|
|
|
Post by leet on Apr 30, 2020 16:58:02 GMT -8
Added a quicklaunch bar. Also fixed a lot of bugs. A lot. This is now actually usable as a main taskbar. EDIT: Note: The quicklaunch bar uses a different directory ("%userprofile%\Links\") for shortcuts as the default one ("%userprofile%\Favorites\$Links but in your language$\") is actually language based, and i couldnt care less to implement finding that directory.
|
|
|
Post by powerplayer on May 1, 2020 1:29:28 GMT -8
The dark taskbar thingy: It's fully supported. You just have to configure your classic theme to have dark windows. Also: In an upcoming version I'll check if an icon is fully white and invert it if it's on a light background. Making stuff HiDPI compatible would be awesome but doing it just sucks. I do have it on my to-do list but I've been holding of on it because there just isn't any good existing implementations of scaling for .NET. Yea but systemuseslightmode registry switch is ignored by your taskbar the taskbar icons just stay white www.howto-connect.com/set-light-theme-windows-10/Also you should add an option for us to remove your start button and use whatever we got on classicshell
|
|
pietr
Freshman Member
Posts: 29
|
Post by pietr on May 1, 2020 4:09:10 GMT -8
It would be great if you add in sometime later an option for dark taskbar, because I use EarTrumpet, and my Volume icon is white You might switch to the non metro version thankfully somebody compiled the latest version github.com/Nonononoki/EarTrumpet/releasesThank you!
|
|
|
Post by anixx on May 1, 2020 4:28:44 GMT -8
Added a quicklaunch bar. Also fixed a lot of bugs. A lot. This is now actually usable as a main taskbar. EDIT: Note: The quicklaunch bar uses a different directory ("%userprofile%\Links\") for shortcuts as the default one ("%userprofile%\Favorites\$Links but in your language$\") is actually language based, and i couldnt care less to implement finding that directory.
The quick launch should use this path: %APPDATA%\Microsoft\Internet Explorer\Quick Launch It is language-independent. www.howtogeek.com/howto/windows-7/add-the-quick-launch-bar-to-the-taskbar-in-windows-7/
|
|
|
Post by leet on May 1, 2020 4:47:32 GMT -8
Ignore what I said. Everything makes much more sense now. I was reffering to the Links toolbar. Never knew that there was any difference since I've always just used the Links one. Changed it to the actual Quick Launch path.
|
|
|
Post by leet on May 1, 2020 4:49:32 GMT -8
In an upcoming version I'll check if an icon is fully white and invert it if it's on a light background. Yea but systemuseslightmode registry switch is ignored by your taskbar the taskbar icons just stay white www.howto-connect.com/set-light-theme-windows-10/Also you should add an option for us to remove your start button and use whatever we got on classicshell Dude I literally said I'll fix it. That start button thing is a great idea, I'll definitely add that down the road.
|
|