Shengqiu Li

Results 38 comments of Shengqiu Li
trafficstars

To be honest - No. Documentation is definitely a shortage of wxGo. But fortunately, wxGo is no more than a wrapper, so in most cases you can find the answer...

Oops, it seems that the `wxGridCellCoordsArray` isn't correctly wrapped

分成多个文件会有帮助吗?我的理解是在编译时 go 也会几个文件一起 compile。 按照目前 swig 的生成方法,无法直接输出成多个文件 - Can `wx_windows.go` be split into multiple files? It consumes so much memory. - In my understanding, multiple go files will be compiled...

I think it should, and I forgot to close this issue... Not very confident though. This issue was actually reported to wxWidgets by someone but that ticket is closed as...

Have you tried to pass the name when calling `wx.NewApp`? For example, `wx.NewApp("HelloWorld")`

Thanks for your advice. I have noticed the deprecation of webkitgtk, however I'm busy with my master thesis and other matters about graduation these days. I will deal with wxGo's...

wxFormBuilder can generate XML format dialog definitions which can be loaded using `wx.XmlResourceGet().Load()`. For how to use `XmlResource` you can refer to wx [Doc](https://docs.wxwidgets.org/3.1/classwx_xml_resource.html)

Really make sense. Even for 64 bit go users, it can save their time and it is also new-users friendly. If the binary-only packages don't satisfy users' needs, they can...

I have taken a look at the binary only package, and unfortunately it doesn't work out of box though it looks like a very straight-forward method. We have the third-party...