Get the extension from AI2 Community:
Very Beautiful and useful Extension, you do always good and unique work @The_K_Studio
Loved your work one of the best extension @The_K_Studio
Great Works with dynamic components
Are you asking or telling?
I’m interesting to know if this extension works with dynamic components.
Why don’t you just try and let us know as well
Thank you very much, very kind.
I tested, it works in dynamically created arrangement like vertical or horizontal arrangement. If you are using a loop to create multiple arrangements then only one progress bar will be created this is because every arrangement requires a unique instance of progress bar create method.
May be I will try adding id feature if this is necessary.
Wow it’s great job
Thanks, it would be a breakthrough if it could be used dynamically with the use of IDs.
Hi
I’m creating a kodular app that lists several card views using built in dynamic components and I couldn’t find out how to put one Linear Progress Bar in each one using Dynamic Components blocks as it has its own ‘Creat’ method.
Can anyone please help me, any .aia available or tutorial somewhere?
Thanks a lot
Cheers
Hello,
You can use either dynamic components extension to create a dynamic linear progress bar or use progresso to create a customisable progress bar.
Hi Karan, thanks for your repply
Yes I can easily create dynamic linear progress bar but I intend to use Progresso and the blocks has different configurations than the ones used by Dynamic Components and I couldn’t find out how to match them
because Progresso has it’s own create block with different inputs requirements and I don’t know how to link it with dynamic components
Do you know where I can find any .aia or example?
thanks
It’s not that much complicated, you just need a component to show the progress bar so first create a component like vertical arrangement in a preferred location using dynamic components since you are creating the layout dynamically.
After creating the component then use the create block from progress in that created component. That’s it.
I’m going to test it
Thanks Karan
Update
v2.2 updated with
CustomText
andClear
functions.v3.0 updated with id feature to create customised progress bars dynamically.