walk
walk copied to clipboard
Doesn't work on Windows 11
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
Windows 11 Home build 22000.708
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794 github.com/lxn/win v0.0.0-20210218163916-a377121e959e
need this https://github.com/lxn/walk#create-manifest-testmanifest
thanks