[FREE] 🔥 AllComp Extension: Get All Components using blocks

See here

How that list formed to be a object and become view component?

1 Like

Please be clear

What is the main use of this extension?
Where it can be use?
How this is different from our blocks I shared?

Get all label gives list of all label names
Whereas the other gives label object in list so you can use it in other extensions for formatting
The third one lets you get component list that have a particular string in a list
Eg heading will return list of labels heading1 headingnow etc
Hope its clear now

For eg you can use the button block to format specific buttons

You can use my extension to get a selected list of buttons by a string

Then show a guide

See above

Honestly i didn't get the purpose of this extension :thinking:

2 Likes

You can get the list of the components that start from a particular string and do formatting in bulk

I understand that some of you might not be able to get the usage of the extension
Example if I have to get a list of buttons that contain the substring button

This will apply formatting to these buttons that contain the string button

image

Hope its clear now

1 Like

In fact there is a similar function in my CompCreator extension:

Does it return selective components like only those labels that have a particular string
I don't think so

1 Like

What is substring in buttons object list and where it found?

1 Like

Substring is a text if its there in the comp nam e then it will be changed

As of I understood, these is basically a component searching blocks, which are search like this below:

My component names:

Button1
Button2
Button3
Kev1
Kev2
Kev3
Tech1
Tech2
Tech3

So if I enter the substring as Button then it will only give object or names as per request by block.

Like this:

Button1
Button2
Button3

Same can be done for others.

If this is correct then this guide will help more.

1 Like

It really is not all that difficult to provide a simple example of what your extension does...

image

image

(I added the button text values routine for completeness)

I note that the components are returned in reverse order of their positioning...and the ordering gets more interesting if some components are inside arrangements...

This:
image
could be better named:
GetAllButtonNames

and a single block for GetNameByComponent would be useful.

2 Likes

I was not getting time to make an example thanks for your help @TIMAI2

I understand well how your extension works, but it would be nice to show some visual examples of what your extension does.

2 Likes