Greatā¦
It just allows you to dynamically create any extension instances by typing its class name. Like if you type ācom.puravidaapps.TaifunFileā in the app (The extension needs to be imported to the project firstly), you will create another TaifunFile component programmatically.
Yeah! The Create block will still create the component at the end of the arrangement, but you can move instantly to the top.
this is the best extension in my opinion personally
this is what Iām waiting for (get order)
Just wanna say one thing
U r awesome
And also add my request for adding a block to create new components at the top of list
For future updates
That is Very good ! Sensational work!
Awesome Update
GREAT update !!!
Very nice, good job !
If I want to specify the āFill Parentā or āAutomaticā value for a Height property with SetProperty method, how can I do ?
I know Automatic is the default value but if I set it to 20% and want to get back to Automatic ?
Thanks
For automatic use -1 and for fill parent use -2
P.S: that even works for static components
@Mohamed_Tamer Thanks a lot
Since I have updated the extension I have this error (with no modification from my side)
Just try to set the same FontTypeface property as the same of an other existing label
EDIT : I confirm, I have downgraded to version1.3 and no error is occuring
Thanks, I will fix it.
By the way, why you use GetProperty block as you know the property value already? Just use āDo Itā feature to learn whatās returned on GetProperty block, then put it on SetProperty block.
I already used DoIt to show that error.
I mean on the GetProperty block, not SetProperty block.
Sorry, I really donāt understand what you mean
I want to set the FontTypeface of a component the same as one other component (dynamically)
Use āDo Itā on here, and type the value to the āvalueā parameter that you got from the Do It result.
Oh I see now what you mean.
Actually it is not the exact blocks from my app (I made that only for simplify the screenshot understanding). The green blocks are actually set dynamically so the value cannot be hard written (because it may change)
Thanks so much @yusufcihan !!!
Your great extension with this update I can not find more words to rate it ā¦
You can use a variable, that will be more easier to modify the values later.
I am bit late, but this update opens up whole new possibilities Thanks for the support you are providing to the development of this extension
in previous version it was working fine but idk why its not working when i updated the extension for some new blocks
{
"name": "PiTAb",
"metadata-version": 1,
"author": "Nik",
"platforms": [
"Kodular"
],
"keys": [
"id",
"maxheight",
"maxwidth",
"Color1",
"Color2"
],
"components" : [
{
"id" : "ForMultiTab_{id}",
"type": "HorizontalArrangement",
"properties" : {
"Height" : "{maxheight}",
"Width" : "{maxwidth}"
}
}
]
}
Sorry about that, will be fixed in next update. You can switch to previous version if you want.