Please downgrade to 2.0 until a fix has been published.
No problem, iâm just learning how Schema works. Itâs just a test. Looking forward to the new update. Keep up the good work!
Please help. If Dynamic Component contains
Vertical Arrangement
- Horizontal Arrangement 1 - other components - Horizontal Arrangement 2 - other components - Horizontal Arrangement 3 - other components
And I would like to remove Horizontal Arrangement 2 and other components under it. How can I do it?
Welcome, and your question is?
For the components under the horizontal arrangement, add an identifier so that you you know what component are from there. For example when you are creating those components, add HA1 or HA2 or HA3 as part of their ID and when you want to delete them, use:
When button delete HA1 got clicked:
for each used component ID, if ID contains HA1, remove component ID.
When button delete HA2 got clicked:
for each used component ID, if ID contains HA2 , remove component ID.
And so on.
Thank you for such a quick reply. However, when I remove, for example, HA1, the only HA1 component was removed, other component under HA1 still remain. Is there a way to read component id under HA1 ?
I try to use this block to read component id under HA1, but got an error.
By the way, I use Dynamic Component Version 2.0
What I meant if that you add the HA(number)
as part of the ID
. For example, HA1Arrangement, HA1Label1, HA1Label2, HA1Space1, HA1Image1, HA1Label3
and when you want delete the Horizontal Arrangement 1, then you do: for each used ID
, if ID
contains HA1
remove it because itâs part of Horizontal Arrangement 1.
Thank you. It work. However, Is there a way to read component id under HA1 or read a schema of HA1?
Maybe but if there is, I donât know how to do so yet: I havenât learned the Schema part yet.
@yusufcihan
I congratulate you from my heart for the awesome extension.
- Is it possible to add a loading dialogue while the components are being created dynamically.
- I would like to know if there is any event possible to create an event saying âAfter Successful Creation of all Dynamic componentsâ.
There is a block call AfterComponentCreated but I could not discovered how to execute that.
Thanx in advance.
UsedIDs is only used when you want to get all UsedIDs in one particular Dynamic Component.
How to put play icon over all dynamic vertical arrangements using this great extension.
Pleaseâ discuss
@Supravat_Roy You already created a topic about this. Please wait for people respond to that topic
`
Please tell me about it pleaseâ
Check topic which you created
for âButtonâ Component we easily found âwhen button 1 clickedâ But how we can see âwhen dynamic component 1 clickedâ Event.
Pleaseâ help
Use any component block to detect button click.
I only found above ss