[FREE | PAID] ClickZ - An extension to add click, long click and more actions to components!

Set your app icon to a square png file of a size no greater than 512x512

1 Like

same error with me

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

1 Like

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?

if you are using CompCreator , you can just feed it with the create block.

I'm using DynamicComponents.

Then you should be setting an id when you create it ?

Correct. I am doing that. But the click event doesn't do anything when I click the label.

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.

1 Like

Good Evening everyone. I amaze with this extension, since help me a lot to develop simple apps.

Today, after several months, I reuse this extension to help me more, but I got error. (I do sure, this is my mistake (I forgot several tips to handle this)).

My expectation. Started from this
Screenshot 2025-07-09 182559
(Identities of Examination list)

each card has UUID, and every component here are generated using DynamicComponent.

My goal is, I want to pass the UUID when add_circle icon is clicked. In this case I arrange block like in this picture below


(Block to handle click)

By using this block, I got error like this.
Screenshot 2025-07-09 182553

I change the block to this, then.

I got this error,then
Screenshot 2025-07-09 184628

for your reference this is my dynamicComponent

That's all my issue, hope my explanation could be understood.

So, I do apologize to bother your time. But I do need a help.
Thanks for helping me.

This

will return "true" or "false", not an id

definitely!

Thank you for your response, by the way

honestly, while I am waiting any responses. I solve this issue even thought, my block looks so weird and little bit longer.

here is the update block, I've made.
Screenshot 2025-07-09 193559

thank you once again for your kind. @TIMAI2