ismlsmile

Results 15 issues of ismlsmile

Is there any tree view widget demo? thanks

Could I remove an element by its value and index ?

希望能支持群公告功能

feature

库确实不错,足够小巧。我看封装思路和walk类似吧,但和walk比完善度还欠缺一点。walk没有好的设计器,这个工程的设计器思路还是相当好的。能否前台使用你的设计器,后台直接使用walk?

楼主你是一头很大的牛! 我看更新日志里最新版是1.5,代码里是1.4,请问1.5版本开源吗?

之前提的一个无法embed的问题,测试了下确实可以。但现在遇到一个embed的路径问题。 假设html的目录是static,目录下有index.html和main.js文件 ```go //go:embed static var embAssets embed.FS r.StaticFS("/", http.FS(embAssets)) ``` 浏览器访问时需要输入:http://127.0.0.1:8080/static/index.html 但index.html中一般引入js的路径是http://127.0.0.1:8080/main.js 导致无法访问。所以希望在StaticFS中,能够把"static"这一层目录处理掉

question

1. Project is created by "Avalonia Cross Platform Application(AvaloniaUI) " template in VS 2022 2. It is ok in Project.Desktop ![1](https://user-images.githubusercontent.com/1876179/189564678-6f136de5-9f24-499f-8969-9e63c109a294.png)

bug
os-browser

Test项目中,操作了一个sqlite文件后,想在代码中直接删除,但报文件被占用,删除失败。使用fsql.Dispose()无效。请问如何手工关闭数据库连接?

webview2今后win11自带了,比当前的MiniWebview效果好不少 https://github.com/jchv/go-webview2

### Usage Information 3.4.2/11.1.0-beta1/Windows ### Description DataGrid could not be shown, just blank ### Reproduction Steps Just a plain Datagrid ### Expected Behavior Show correctly ### Actual Behavior Not shown...

bug