Also I want to report that the fix for min/restoring delphi apps by clicking taskbar button does not work.
Please check the signing date on Start10_64.dll is 24th March as I believe that was resolved. The issue with those apps and respecting multmonitor taskbars will remain as it is a design flaw in the Delphi framework for older versions of Delphi.
Yes that is the correct date.
I am aware of the delphi issues with the taskbar button. In my case I simply fixed the issue. I have the source and a newer Borland delphi. I fixed the problem so that the following is true.
1. There is now only one TL Window with precisely one taskbar button.
2. The button moves to each taskbar as the main app is moved to different monitors (both w10 and w11 -Start11)
3. On w10 with Start11 1.15 non beta everything works including min/restore from the TB button.
4. On w11 with Start11 1.17 beta the TB button follows the window but does NOT min/restore.
5. On w11 -Start11 Everything works fine.
Its only w11 with Start11 (beta or not) where only the min/restore fails. Since i've rebuilt it (had to learn delphi quick meh crappy language) moving works now.
An interesting note: GCC4TI now works flawlessly with groupy. In fact if I set it to only show a single button it WILL min/restore.
Edit: If I minimize the window from the caption button I can restore it with the Taskbar button just not minimize it. Also it appears that all windows animate towards the start button on the left despite the buttons being centered.