B4J Question ImSnippetManager ver. 2.20 [ Oracle JavaFX Scene Builder 2.0 ]

T201016

Active Member
Licensed User
Longtime User
Hello,

The thread is about compilation - ImSnippetManager ver. 2.20
I am using the latest version - OpenJDK version 11.0.1
I am using Oracle JavaFX Scene Builder 2.0

When I build a standalone package - compilation is successful. I am getting the executable .EXE
When I run the project (F5) in compile mode, I get an error on the line: 547 (Main)

SUGGESTION: That would undoubtedly imply that JavaFX does not have a "reorderingProperty" method?
QUESTION: So, what is the best stable version of JavaFX for this?


Sub DisableReordering:
Private Sub DisableReordering
    Dim Jo As JavaObject = tbvSearch
    Dim Header As JavaObject = Jo.RunMethod("lookup", Array("TableHeaderRow"))
    Dim Prop As JavaObject = Header.RunMethod("reorderingProperty", Null)
    Dim o As Object = Prop.CreateEventFromUI("javafx.beans.value.ChangeListener", "HeaderOrder", Null)
    Prop.RunMethod("addListener",Array(o))
End Sub
 

Attachments

  • ERROR_inLine547.png
    9.4 KB · Views: 157
Cookies are required to use this site. You must accept them to continue using the site. Learn more…