Good morning,
my app currently supports devices down to CIQ 3.4, and I’m now working on adding support for some CIQ 3.3 devices. One obstacle I’ve run into is the iconography in the personality library.
For example, I use the following resource definitions to access the predefined check/cancel icons:
<bitmap id="iconCheckHint" scaleY="9%" personality="system_icon_positive__check" />
<bitmap id="iconCancelHint" scaleY="8%" personality="system_icon_destructive__cancel" />
On the CIQ 3.3 device I’m testing with (Edge 1030), I get the following errors:
Could not find personality style class 'system_icon_light__warning'
Attribute 'filename' must appear on element 'iconWarning'
This seems to indicate that personality-based iconography isn’t supported on this device. However, I haven’t been able to find any documentation that specifies which CIQ versions support these icons. Neither the bitmap resource documentation nor the personality library documentation mention CIQ version requirements.
Does anyone know whether this is documented anywhere, or have insights into when personality iconography became supported?