walk icon indicating copy to clipboard operation
walk copied to clipboard

Doesn't work on Windows 11

Open donutcho opened this issue 2 years ago • 4 comments

walk.NewMainWindow() causes NewMainWindowTTM_ADDTOOL failed

Workaround (rush work): In walk/tooltip.go, comment out lines 184 to 186.

And, when using taskbar Icons, the function walk.NewIconFromImageForDPI with PNG files avoid some issues on Windows 11 also. (using ICO files tend to cause isseus.) https://github.com/lxn/walk/issues/797

donutcho avatar Jun 11 '22 02:06 donutcho

Windows 11 Home build 22000.708

donutcho avatar Jun 11 '22 03:06 donutcho

github.com/lxn/walk v0.0.0-20210112085537-c389da54e794 github.com/lxn/win v0.0.0-20210218163916-a377121e959e

donutcho avatar Jun 11 '22 03:06 donutcho

need this https://github.com/lxn/walk#create-manifest-testmanifest

im15 avatar Nov 08 '22 02:11 im15

thanks

BigCatGit avatar Nov 27 '22 07:11 BigCatGit