fyne-x
fyne-x copied to clipboard
Community extensions to the cross platform GUI in Go based on Material Design
I have been experiencing a bug with Fyne-X regarding the completion widget. I am utilizing Fynes app tab to display a completion entry. It seems once text is entered in...
I made a basic widget with one node and compiled it without issues using fyne-cross. However, the app crashes without an error message on Android v10. My apologies for not...
Two changes, - Interface for ResponsiveCanvasObject so that custom types can be used - Resizing behavior is handled by the interface method - Add hiding behavior so object can be...
This PR adds two new layouts, HBoxCustomPadding and VBoxCustomPadding. The code is adapted from fyne's BoxLayout with the change that a custom amount of padding, `ExtraPad`, can be added to...
### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same feature, before opening a new one. - [X] This issue only relates...
Example use case, ``` type Transaction struct { gorm.Model Timestamp time.Time `fyne:"field"` Amount float64 `fyne:"field"` Description string `fyne:"field"` } type FinancialData struct { db *gorm.DB } func (fd *FinancialData) AddTransaction(tr...
simplified code support variable height items first item automatically selected items are selected on hover and remplaced on Tap or Enter Tests pass Added completion_demo to cmd Changed fyne version...
Is it possible to make selected day in calendar with another text color?
Even if the Fyne file dialogs are OK, it nice to be able to use the native file selector as it proposes some native actions as "create a directory", use...