-
hi I got a build error, do I need to install some Android SDK?
Welcome to Gradle 5.4.1!
Here are the highlights of this release:
- Run builds with JDK12
- New API for Incremental Tasks
- U…
-
When using Fyne containerWithLayout with an Entry, there's an irregular vertical spacing.
```
package main
import (
"fyne.io/fyne"
"fyne.io/fyne/app"
"fyne.io/fyne/layout"
"fyne.io/fyne…
-
### Describe the bug:
I show a small window with check boxes and often I can get crash during `ShowAndRun`. I don't know why, because another part of code with ImageWidget doesn't have problems.
!…
-
**Describe the bug**
app.Run panics if called without window
**To Reproduce**
```go
package main
import (
"flag"
"fmt"
_ "image/gif"
_ "image/jpeg"
_ "image/png"
"time"
"fyne.…
-
Memory gradually increases when resizing the window and the allocated memory never goes down again.
![fyne_memory_leak](https://user-images.githubusercontent.com/47032137/55622435-83da0c80-57a0-11e…
-
`exec.Cmd` lines such as this can be made testable.
https://github.com/fyne-io/fyne/blob/333d28aabf7276b2f8cd88635870b0d9d765caf1/app/app_darwin.go#L10-L15
# Example
### In Code
```
var e…
-
### Describe the bug:
Fyne applications don't work on Android.
### To Reproduce:
Build and install an APK, and then run the application.
1. Create a new directory `fynetest`; `cd` there
2. …
-
### Describe the bug:
when i add entry has broke
### To Reproduce:
Steps to reproduce the behaviour:
1. add :email entry
2. Click on 'run'
4. See error
### Screenshots:
![image](https:…
-
`go build main.go` is ok, but `./main` failed to run with error:
~~~
# ./main
GLFW: An uncaught error has occurred: PlatformError: X11: RandR gamma ramp support seems broken
GLFW: Please report th…
-
Code from demo:
```Go
package main
import (
"fyne.io/fyne/app"
"fyne.io/fyne/widget"
)
func main() {
app := app.New()
w := app.NewWindow("Hello")
w.SetContent(widget.NewVBox(
w…