lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.83k stars 884 forks source link

Doesn't work on Windows 11 #805

Open donutcho opened 2 years ago

donutcho commented 2 years ago

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 commented 2 years ago

Windows 11 Home build 22000.708

donutcho commented 2 years ago

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

im15 commented 1 year ago

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

BigCatGit commented 1 year ago

thanks