10-10-2019 15:53
10-10-2019 15:53
Hello, I have the problem that an app, which has been worked before with the older SDK version is now broken in SDK 3.1.
I'm using the checkbox tile in my app. I have nested the component inside of a scrollview, since I have added around 70 entries there:
<use href="#scrollview" id="file_view">
<use id="tile-list" href="#tile-list">
<var id="reorder-enabled" value="0"/>
<use href="#tile-list-item" class="tile-item">
<use id="checkbox1" class="checkbox-item" href="#checkbox-tile">
<set href="header/text" attributeName="text-buffer" class="checkbox_item_text" to="..................." />
</use>
</use>
<use href="#tile-list-item" class="tile-item">
<use id="checkbox2" class="checkbox-item" href="#checkbox-tile">
<set href="header/text" attributeName="text-buffer" class="checkbox_item_text" to="..................." />
</use>
</use>
</use>
</use>
Now when I build the project, everything seems to work fine, until it starts the app on the device. Then I get the following error message repeated multiple times:
Error 22 Critical glue error
I have checked the documentation and also inserted there the IDs as described in another thread here. But nothing has changed, still get the same error. I also copied the example of the checkbox tile in the scrollview, but with the same result.
Can someone help me?
10-21-2019 01:51
10-21-2019 01:51
Can you try putting ID's on your tile-list-items