Diego Franchini
Diego Franchini
I need to clear the input text as I need to reset the ChipsInputLayout. Right now, If there is some text in the Input text, I can't remove it, thus...
Hi, I noticed that the windows Aero Shake isn't working, is this a known issue already? Also, would it be possible to have the Mica material be supported by design...
Hi, the custom titlebar is great but it really needs a way to optionally hide the maximize/restore button, hide the iconify button, hide the title in titlebar, make the window...
Hi, I'm looking to add back the app icon in a custom location with the `FullWindowContent` enabled and I'm trying to figure out how to set a custom `appIconBounds` so...
I was trying to have a button with a toolBar style, but when I did this: ``` FlatButton button = new FlatButton(); button.setButtonType(ButtonType.toolBarButton); ``` I got a focusBorder, which a...
By default, when I execute the following code: ``` FlatAnimatedLafChange.showSnapshot(); FlatAnimatedLafChange.hideSnapshotWithAnimation(); ``` I get this very jumpy result on a 1.25/1.5/1.75 scale screen (recorded on 1.5 scale): https://github.com/user-attachments/assets/5a08dc1b-d8ad-46e4-8770-d06f135e34d5 Then I...