[F/OS] - Dynamic Components Extension (for every component) 2.3.0

Thanks for reporting it,
I updated the related topic with new download link.

1 Like

Thanks, No need to change global name to -1 , i solve it by move call…create above set global to …

How to set min/max value for slider?

Use any slider
image

Thanks, yes i did it

2 Likes

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.

2 Likes

Work excellent , thank you

2 Likes

Hello,
I tried to add space component dynamically but i’m not able to find the componenent’s name :confused:
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?

text

This works for me Always.

“SpaceView” is the right one, however if it doesn’t works, then this means you are not using Kodular.

2 Likes

Use this to get component name

image

Actually I’ve tried “SpaceView” but I get this error

The related block is
blocks

When I disable this block, I’ve no error :confused:

You are using the any horizantalArangemnt setters instead of AnySpaceView setter blocks as i think :thinking:

5 Likes

Oh, good answer… I’m not used to with dynamic components yet :slight_smile: Thanks

6 Likes

Version 2.0

:star: 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!
    class_text

  • Generate Schemas Instantly from AIA file!
    You can use the brand-new Python tool called TemplateCreator to automatically generate templates!
    :zap: 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.
    method_randomuuid

  • IsDynamic
    Returns ‘true’ if component has created by Dynamic Components extension. Otherwise, ‘false’.
    method_isdynamic

  • Move
    Moves the component to another arrangement.
    method_move
    Also thanks @Ken for helping me to add this block! :smile:

  • 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.
    method_setorder

  • GetOrder
    Gets the position of the component according to its parent arrangement. The index starts from 1.
    method_getorder

  • SetProperties #25 by @Stormi
    Allows setting multiple properties with a dictionary.
    component_method (4)

  • VersionName
    Returns the version name of the extension.
    setget_versionname

  • Invoke
    Calls a method of any component. If the return value is not important for you, use with evaluate but ignore result block.
    method_invoke

  • ListDetails
    Gives the information of the specified component with all properties, events, methods as JSON text.
    method_listdetails

:arrows_counterclockwise: 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.
    event_schemacreated

:exclamation: 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 the ListDetails block that gives more information about the component instead of just properties.
    method_getdesignerproperties


Looking for downloads? Fasten your seat belt and
Click to fly to the first post!

26 Likes

Does this feature do that?
Using as base classes Component, can we create another Component Class and can it be used in any project?

2 Likes

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!!

2 Likes

:star_struck: :star_struck: :star_struck:

4 Likes