Use Any Component Events. Just select Any Button, and pull the âwhen any Button Clickedâ event.
I donât think so he want that, he wants to know that is the component created by this extension, If I understood his questions
All generic events has a component
parameter. It returns the component that the event is raised for.
So, in the event, it could be used like this.
The result is always false, but if the check the id and display it, it is there, i donât know why, i can show more blocks, pls help me
Can anyone pointout the problem
What about using this block.
Like this
@Xoma, I am going to tell you, you have to know that component != id. You are having this misconception for multiple times.
pls give me blocks insted of reply then i can understand the logic
hmm, itâs working but actually thatâs not the case
What case then? You didnât said that.
actually, i was trying to check if the id present in list, i will say my problem soon as i get the reply from @themaayur (PM)
Then just add GetID by component in the is in list
slot! You are still not understanding it
Ok just leave it. Thanks everyone, Just get the data once again from the database instead of searching in idâs and variables.
I understood it, but failed
Hi @yusufcihan, I am currently writing Schema. I have one little question: if the input is an number, but inside the JSON we need to use â{key}â, will the input define as text instead of number? Thx.
Ithink so I should make a guide for using these blocks in different way
For getting id of a component if clicked on a another component in same Arrangement.
And also getting other properties of that component.
Should I ?
I think thatâs just simple logic, right? (if I doesnât misunderstand you)
@Xoma donât worry i have a solution for this iâll share tomorrow because now i have closed my laptop and trying to sleepâ but tomorrow iâll provide you the best of all
@yusufcihan He is very intelligent how someone create this extension in very less size.
Less size big works
Thanks for contributing it to Very big thanks .
This topic has much replies good extension keep it up
If you use template parameter in component ID:
Yes, it will be converted to string.
If you use template parameter in properties:
At first, â{key}â will be replaced to the input value as string. However, while setting the properties of the component, the value will be converted to type that property is asking for. For example, if you want to set the âFontBoldâ property, extension will convert the input value type to what âFontBoldâ property asks for.
In short, if property itself asks for a different type of value (Number, Boolean etc.) then extension will try to convert it automatically.