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

Origin from: https://github.com/lxn/walk/commit/9c42a8dc7a94c4af30db82626e24ec55fd48a5da#commitcomment-33674182 After https://github.com/lxn/walk/commit/e918ceb58768422acc50c8eef574e50512cf3d1d . TabWidget still makes first focusable and textSelectable widget full selected. Can we prevent this behavior? Thanks.

golang version 1.15 Windows server 2012 Exception 0xc0000005 0x0 0x1749111c 0x77e47594 PC=0x77e47594 signal arrived during external code execution syscall.Syscall6(0x7598a5b0, 0x4, 0x27066f8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) C:/Go/src/runtime/syscall_windows.go:201...

```Go package main import ( "github.com/lxn/walk" . "github.com/lxn/walk/declarative" "strings" ) func main() { var inTE, outTE *walk.TextEdit MainWindow{ Title: "SCREAMO", MinSize: Size{600, 400}, Size: Size{800, 600}, Layout: VBox{}, Children: []Widget{...

I'm trying to set different text colors for each line in a listbox by implementing the ListItemStyler. I can set the TextColor in the StyleItem method, but it takes no...

Since NotifyIcon was recently changed to use a passed-in window, should it destroy that Window in it's Dispose function? I'm thinking of a case where the MainWindow is used for...

ComBox‘s TextChanged and CurrentIndexChanged can't be attached, ListBox's CurrentIndexChanged can be attached normally.

![image](https://user-images.githubusercontent.com/43662114/79102764-f0b5b880-7d9d-11ea-94e0-9130835ffa45.png)

TextEdit{ AssignTo: &brokerID, MaxLength: 10, MaxSize: Size{20, 20}, }, This setting is completely ineffective