Thanks for reporting it,
I updated the related topic with new download link.
How to set min/max value for slider?
Use any slider
Hello.
Need Urgent Help
For Declaring ID to any Component.
So is it Necessary for ID to be only Nemericals ?
No. You can use text also.
Ok Thanks for Quick Reply.
Work excellent , thank you
Hello,
I tried to add space component dynamically but i’m not able to find the componenent’s name
I tried by doing a DoIt on the component block and get “Spaceview”.
Actually I already tried :
- Space
- Spaceview
- SpaceView
- MakeroidSpace
- MakeroidSpaceview
- MakeroidSpaceView
Can anyone help me please?
This works for me Always.
“SpaceView” is the right one, however if it doesn’t works, then this means you are not using Kodular.
Use this to get component name
Actually I’ve tried “SpaceView” but I get this error
The related block is
When I disable this block, I’ve no error
You are using the any horizantalArangemnt setters instead of AnySpaceView setter blocks as i think
Oh, good answer… I’m not used to with dynamic components yet Thanks
Version 2.0
New
Features
-
Added ability to write full class name!
You can now write the full class name of components, and with this feature, it allows you to create extensions in Schema templates!
-
Generate Schemas Instantly from AIA file!
You can use the brand-new Python tool called TemplateCreator to automatically generate templates!
Go to the TemplateCreator
Blocks
-
RandomUUID
Makes a random unique UUID. Use this block in Create block if the component ID is not required for you.
-
IsDynamic
Returns ‘true’ if component has created by Dynamic Components extension. Otherwise, ‘false’.
-
Move
Moves the component to another arrangement.
Also thanks @Ken for helping me to add this block! -
SetOrder
Sets the position of the component according to its parent arrangement. Index starts from 1. Typing 0 (zero) will move the component to the end.
-
GetOrder
Gets the position of the component according to its parent arrangement. The index starts from 1.
-
SetProperties #25 by @Stormi
Allows setting multiple properties with a dictionary.
-
VersionName
Returns the version name of the extension.
-
Invoke
Calls a method of any component. If the return value is not important for you, use withevaluate but ignore result
block.
-
ListDetails
Gives the information of the specified component with all properties, events, methods as JSON text.
Improved
-
Spaces will be deleted by default in property, class and component names.
If you add spaces in the property, class, and component names, they will be deleted by default to decrease the confusion. -
SchemaCreated event now has two parameters, name and parameters.
Breaking Changes
-
SchemaCreated event’s parameter has changed so you will need to update your old blocks with new one manually.
-
GetDesignerProperties
has deleted. However, you can continue using theListDetails
block that gives more information about the component instead of just properties.
Looking for downloads? Fasten your seat belt and
Click to fly to the first post!
Does this feature do that?
Using as base classes Component, can we create another Component Class and can it be used in any project?
OMG… Great update
But curious to know is now its possible to change positions of created cards
Mean when in a list of posts a user poats a new data
Then can we place it at the top of list
Instead of adding the new card at the end of list???
Same as when a user tweets, or posts in facebook every new post is shown at the top not is just added in the last!!