Javafx wrong error marked
in FXML this
<ComboBox fx:id="cmbaction" layoutX="876.0" layoutY="469.0" prefHeight="23.0" prefWidth="187.0">
<items>
<FXCollections fx:factory="observableArrayList">
<String fx:value="1" />
<String fx:value="2" />
</items>
<stylesheets>
<URL value="@../framework/resourcesimg/Style.css" />
</stylesheets>
</ComboBox>
is marking FXCOllections in red as an error and is not.
Please sign in to leave a comment.
Any update on this?
Didn't see it before, sorry. Fixed
BTW Youtrack is a better place to file bugs so I won't get a chance to miss it...