B4J Question HTMLeditor, the beginning

marcopoilo

Member
Licensed User
How to put basically a HTMLEditor in a Layout. If I use the VisualDesigner and add a view HTMLEditor with the default parameters at the execution I have:
Waiting for debugger to connect...
Program started.
mai 12, 2018 3:08:20 PM javafx.scene.control.Control loadSkinClass
GRAVE: Failed to load skin 'com.sun.javafx.scene.web.skin.HTMLEditorSkin' for control HTMLEditor@19aa22d
java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jdk1.8.0_172\jre\bin\jfxwebkit.dll: La procédure spécifiée est introuvable
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
......

A second question is, is there a complete documentation on all the default views available.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top