walk icon indicating copy to clipboard operation
walk copied to clipboard

A Windows GUI toolkit for the Go Programming Language

Results 121 walk issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/5445353/191414329-a259b5a0-5b75-426e-bb79-8d1155f3d297.png) Unable to operate normally after compression

### What I did: - Write a file - Debug and run the program - At the beginning the program works fine - But when I move the mouse to...

go: module github.com/lxn/walk: Get "https://proxy.golang.org/github.com/lxn/walk/@v/list": remote error: tls: handshake failure

Create a TextLabel component in the window. How to set it up so that the text content in the component can be selected and copied by the mouse.

When adding a declarative LineEdit to a GroupBox, the LineEdit's OnTextChanged handler isn't called. 1. Run below sample code 2. Enter '123' in left LineEdit (both handlers are called) 3....

At the moment, there is no way to cancel the GUI's run if something went wrong in some other part of an application. I propose to add a `window.RunWithContext` function...

I am experimenting with DataBinding I have a MainWIndow with a username and password LineEdit a submit button, I have a backend struct for my model, I could confirm that...

I tried adjusting the MaxSize and the MinSize,and they have no effect.

I create a Dialog in a goroutine, then call the Run () function, and after a while, the page is unresponsive. So I'd like to ask what might be the...