MaterialFX icon indicating copy to clipboard operation
MaterialFX copied to clipboard

A library of material components for JavaFX

Results 43 MaterialFX issues
Sort by recently updated
recently updated
newest added

Hi, I just looked at the roadmap but I can't see the tabpane implementation anywhere? Is this planned? My current code works with JFoenix and I use this graphical part...

roadmap

I am about to transplant my project from JFoenix to MaterialFX, but I use the treeTableView and tabPane with JFoenix, so i want to you can provide these two. Thank...

roadmap

I noticed, of all form controls, the TextArea is missing. WIll you implement this on the near update? Since I need a uniformed TextArea design in my application. :)

roadmap

Hi, I'd like to set my own TextFormatter on a MFXTextField but i get this error: `formatter is already used in other control ` I tried to unbind the textformatter,...

I will try to use notification system, but I have this error: io/github/palexdev/virtualizedfx/flow/simple/SimpleVirtualFlow I update all my jars but it persists ![imagen_2022-10-10_092851857](https://user-images.githubusercontent.com/46403054/194889461-97bcf103-a166-41ed-8b3d-8ce61ab9ae5b.png)

Hi, Here is my code : ``` MFXGenericDialog dialogContent = MFXGenericDialogBuilder.build() .setContent(vBox) .makeScrollable(true) .get(); MFXStageDialog dialog = MFXGenericDialogBuilder.build(dialogContent) .toStageDialogBuilder() .initOwner(this.dialogStage) .initModality(Modality.APPLICATION_MODAL) .setDraggable(true) .setTitle("Personne") .setOwnerNode(this.viewGraph) .setScrimPriority(ScrimPriority.WINDOW) .setScrimOwner(true) .get(); dialogContent.setPrefSize(600, 500); dialogContent.setMinSize(600,...

to-evaluate

Hi, I'm trying to create a table where a Description column is quite lengthy. I've tried the following: ``` public class LabelTableRow extends MFXTableRowCell { public LabelTableRow(Function extractor) { super(extractor);...

to-evaluate

### Discussed in https://github.com/palexdev/MaterialFX/discussions/242 Originally posted by **Keiinmal** August 30, 2022 Hey, I need to work with a MFXComboBox but appearently it always only shows 3 rows. Normally it would...

enhancement

**Describe the bug** The README says MaterialFX requires Java 11 _and above_: > #### Build > To build MaterialFX, execute the following command: > > ```lang-none > gradlew build >...

enhancement
not a bug

**Describe the bug** I am having trouble accessing the error information for my MFXSteppers. When clicking on the triangle icon next to the MFXStepperToggle icon, I instead get the following...

to-evaluate