Allen

Results 29 comments of Allen

赛风能让应用都能用啊

I just knew this project today and also wonder about internationalization/localization. How does translation of resources work?

@andydotxyz , I'm facing the original issue of this topic now. I do not think it is a good idea to build-in fonts, instead of them in-system. Because I want...

@andydotxyz , thanks a lot for your explanation. I did not expect the toolkit to pack ANY fonts at all. I used Ultimate+ for C and did not care about...

> We might want tot just create our own `storage.ErrNotExists` variable (or similar) and then just return that instead. That would solve the issue presented here. sounds great

1. I built the code on Windows and ran it on Android. Changed the description. 2. will write a simplified code piece and see the result.

Here's [a sample project](https://gitlab.com/bon-ami/te) ``` func main() { myApp := app.NewWithID("a") myWin := myApp.NewWindow("a") but1 := widget.NewButton("StrFlw", nil) but2 := widget.NewButton("StrFlw", nil) tabs := container.NewAppTabs( container.NewTabItem("1", container.NewVBox(but1)), container.NewTabItem("2", container.NewVBox(but2)), )...

> I ran the above (with `myWin.ShowAndRun()` instead of `myApp.Run()`) but cannot replicate the problem described above. Can you please screenshot the unexpected state so we can see what you...

I've checked for many days and could not find how to set a font for a (Rich-)Text/Entry control. Can I expect for it on a future release please? Thanks.