Hi
I have a older Project where i used Java 7 and now when i compile it in Java 8
and now this error comes up
this code is working in Java 7
any clues
thanks AH
I have a older Project where i used Java 7 and now when i compile it in Java 8
and now this error comes up
javafx.fxml.LoadException: Root hasn't been set. Use method setRoot() before load.
this code is working in Java 7
B4X:
Log(cursor1.GetString("jobnr"))
Dim p As AnchorPane
p.Initialize("")
p.LoadLayout("ListItem")
p.Style="-fx-background-color : black"
list1.Items.Add(p)
Loop
any clues
thanks AH