tilesfx icon indicating copy to clipboard operation
tilesfx copied to clipboard

A JavaFX library containing tiles that can be used for dashboards.

Results 22 tilesfx issues
Sort by recently updated
recently updated
newest added

In my application, I have been using `TilesFX (17.1.9)`. I have also specified `.root` selector as follows: ``` .root { -fx-font-size : 11.0pt; -fx-font-family: 'Gill Sans'; } ``` This works...

I would suggest separating the TextSize property for the different Tile texts (title, text, ...). For example, I want to put in my Text the base date of the Tile...

Hi Gerrit If you create a Tile with a `XYChart` in it (Line or Area, doesn't matter) you can use JavaFX's `XYChart.Data` class to add items to the graph. In...

Hi HanSolo, Following the [Capacity Skin](https://github.com/HanSolo/Medusa/blob/master/src/main/java/eu/hansolo/medusa/skins/LevelSkin.java) you have in Medusa. And given the new skin you added in Tiles called Fluid, what about having both in the same? I.e. having...

I am using the 11.45 release with Java 11 and JavaFX 11. I want to define the sections of my Gauge in FXML like this: ```XML ``` Unfortunately, the sections...

enhancement

Hi Again Han! Sorry for another issue. The calendar is great but I have a single request enhancements that I think will make it even better. - Allow change month...

enhancement

Hi HanSolo, like I mentioned yesterday I am also sending you the code for the TableTileSkin. Columns can be set via `tableColumns `property, and items via `tableItems`. I have also...

This is actually a bug in JavaFX (see [the JDK bug system](https://bugs.openjdk.java.net/browse/JDK-8143032)). Considering that the bug has been filed three years ago it might be worth considering the workaround suggested...

Hi, I thank you about your awesome library. I'm developing small application. **By the way sometimes tiles text shows different size**. Can I solve the this problem? I attached screenshot...

Thank you for the great library first of all! I have noted something for CIRCULAR_PROGRESS tile. Sometimes the value is "pulsing" - become bigger and smaller when actually the value...