Working on a project to dynamically show Homematic Smart Home items (like devices, system variables) in a customlistview (clv).
The items are configured in a JSON file and used to load the clv. After initial load, the items value are updated via http requests.
Each clv item is created from a layout holding a label to show an fontawesome icon and two labels for the item name and value.
The designerutils are used for the toolbar and accessing the views (ensured to set in each layout DDD.CollectViewsData (Required to get views with dd.GetViewByName)
Tested with B4J 9.80 (64bit).
Issue
In JDK8 the first item shows a correct fontawesome icon in the label whereas the next labels do not show the fontawesome icon (basically lost all the font settings).
In addition the label name (like Battery Check) does not show the font in bold.
In JDK11 all working fine.
Would like to run this under JDK8, any hints appreciated how to resolve. The test project (in very early stage) is attached.
The items are configured in a JSON file and used to load the clv. After initial load, the items value are updated via http requests.
Each clv item is created from a layout holding a label to show an fontawesome icon and two labels for the item name and value.
The designerutils are used for the toolbar and accessing the views (ensured to set in each layout DDD.CollectViewsData (Required to get views with dd.GetViewByName)
Tested with B4J 9.80 (64bit).
Issue
In JDK8 the first item shows a correct fontawesome icon in the label whereas the next labels do not show the fontawesome icon (basically lost all the font settings).
In addition the label name (like Battery Check) does not show the font in bold.
In JDK11 all working fine.
Would like to run this under JDK8, any hints appreciated how to resolve. The test project (in very early stage) is attached.