Version 10 having errors when building it to apk
Problem using the extension when i need i try to launch the Companion v:2.73
(In general with all the extensions cince 20/11/2024)
Android version: 11. Phone: Samsung A30s
well, you forgot to tell us, which problem... bur I guess, it is this one
Taifun
Jep it its fixed now on the new verison the download il the is on this topic of the same error: The new version of companion download v2.73t2u
How do I register a label that was dynamically created?
I'm using DynamicComponents.
Then you should be setting an id
when you create it ?
A component does not == an id
I thought when you create multiple dynamic components that they are assigned numeric values as an 'id' or way to later identify which component to take action upon?
you are mis understanding a component and component's id.
When I try to register the component name 'Label' it won't snap in.
So I have to drag into my project an actual Label1 and use that as the component to build dynamic labels? Is that the idea here?
See how you get the component for the component with the id HA_0_ID
:
Use the same block but with your label id lab_1_ID
?
I understand what you mean. That did work. Thank you.