Hello,
I wrote my own library to show custom dialogs.
One of them uses a webview to show special html formatted text and images.
I found that, to correctly build the standalone app, I need to add the
It looks like this cannot be added to the compiled library itself: I added it in the main module of the library, but when compiling to library the property is excluded.
That means I need to add the property manually on every B4J app.
Is there a way to add the
directly in the library?
Note that it is a regular library, not a B4Xlib.
Thank you very much
I wrote my own library to show custom dialogs.
One of them uses a webview to show special html formatted text and images.
I found that, to correctly build the standalone app, I need to add the
#PackagerProperty: IncludedModules javafx.web
It looks like this cannot be added to the compiled library itself: I added it in the main module of the library, but when compiling to library the property is excluded.
That means I need to add the property manually on every B4J app.
Is there a way to add the
#PackagerProperty: IncludedModules javafx.web
directly in the library?
Note that it is a regular library, not a B4Xlib.
Thank you very much