Questions tagged [javafx-19]

6 questions
5
votes
1 answer

Issue with ComboBox focus in FX 19

I am encountering some strange issues after upgrading to latest JavaFX version (19). If I set the last option as the value in ComboBox, then on first opening, the dropdown will not hide if I select any option. After that, the dropdown works as…
Sai Dandem
  • 8,229
  • 11
  • 26
2
votes
1 answer

How can I create an Android application (successfully exported) with JavaFX?

I am a new programmer, and I am learning JavaFX now. But I want to make Android apps too, and I searched for it online. I saw a few people was saying that we can create Android apps with JavaFX too. But there is no course or anything on how I can…
1
vote
0 answers

How to make the minimum width of SplitMenuButton's popup menu not less than the width of the button itself? (JavaFX 19)

I want the minimum width of SplitMenuButton's popup menu to be bound to the SplitMenuButton's widthProperty. When the width of the SplitMenuButton changes, the minimum width of the menu also changes. The desired effect is that the width of the menu…
0
votes
0 answers

JavaFX combobox selected item disappears after filtering in javafx-19 but works fine in javafx-8

I have used Combobox in editable mode and i have used filtered list to filter the list as the text change in the editor. The filtering works as i type the data in the editor. The problem occurs when i select member from the drop down list, the…
Ranjit Vamadevan
  • 514
  • 5
  • 21
0
votes
0 answers

JavaFX 19: Not able to get int columns in a tableview editable

Java is new to me and I've been trying to make an int column editable in a TableView for 1.5 days. I know many examples exist here, but they all don't work for me (for whatever reason). One example that I have found very often would…
Cabbage
  • 11
0
votes
0 answers

How to work with JavaFx TableView with Custom Table Cell using editable Combobox cells

I'd like to create a table with following features Edit on Key press Enter key = next Row Tab Key = next Column Escape key = Cancel Edit The Window Looks As Follows The main problem that arises when we focus on combo box the focus moves out of…
Ranjit Vamadevan
  • 514
  • 5
  • 21