Stuart Scott

Results 10 comments of Stuart Scott

+1 It would be great if there was hook to get updates about the download when using `var book = ePub("/path/to.epub");` so a percentage can be shown to the reader.

Thanks Steven! I think the change would be two parts, one in the data structure to parse and hold the value (either fixed, or percentage), and another in the rasterizer...

> - [ ] **Form** -> (Single Line) **Entry** `Enter` calls the Confirm button. Yes, if this is the last Entry in the Form, otherwise shouldn't it move to the...

Also, not sure if this is covered by; > Select is almost done as well, but needs some further work on menus to be complete. But I'd add; - [x]...

@andydotxyz I'm not sure https://github.com/fyne-io/fyne/commit/263a14d18b4bd12ab8644a61bd5b9de9840162f7 fixes this issue since it is concerned with select box and not entry/label. Should this issue be reopened?

As Fyne is a cross-platform toolkit, we need to consider how this would work across the supported platforms. Tooltips work well on desktop, where there is a mouse to hover...

Comparison with system default; ![FyneTerm3](https://user-images.githubusercontent.com/1117080/114937923-4a0e5880-9df3-11eb-86be-329280099b83.png)

Reopening as I find this "stretch to fill" style desirable, tho I agree it should not be an API for devs. Probably depends on #1310

`SetFallbackSize(fyne.Size)`? If there is a user preference/previous setting use that, else fallback to the given size