Max Oreshnikov
Max Oreshnikov
I have a problem with bootstrap. The basic components work, but [treeview](https://github.com/chniter/bstreeview) doesn't work. Please help with advice. ```go package main import ( "log" "net/http" "github.com/maxence-charriere/go-app/v9/pkg/app" ) type hello struct...
Thank you so much for your help and clarification!
I have the same problem. This is because the type uintptr for fixedScreenInfo.Smem_start has different lengths on amd64 and armv7, 8 vs 4 bytes. But the type is specified exactly...