-
**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…
-
Hi! 😃
I found this awesome product yesterday and love this.
## procedure
1. `go get fyne.io/fyne`
1. create `main.go` like below
```go
package main
import (
"fyne.io/fyne/widget"
"…
-
Example on Ubuntu Bionic + Gnome on go 1.11.4
![image](https://user-images.githubusercontent.com/239513/50572410-79366280-0dc0-11e9-8be3-3c8dde2c0b42.png)
Any ideas on workaround?
dz0ny updated
5 years ago