[Free] CompCreator - create component dynamically

He means insert spaces to get left and right text allignement together

Sorry i have no ideat what't that mean? like padding or magin? A sketch/drawing may help to understand this.

before

aa bbb ccc dd
fffff ggg hh
ww rrrr ttt eeeee

after

aa__bbb_ccc dd
fffff __ ggg__ hh
ww rrrr ttt eeeee

this block get error

Cattura

This can not be done with CompCreator. Pls ask author of LabelPlus

Would you please give me the name of author to ask him?

Why not search the community yourself? Its not hard. It takes less time then asking all the time.

2 Likes

v7 update:

Add OnClick and OffClick methods

OnClick will bind a click event to a component like label, button, or even an arrangement.

This one have high priority than native event.

1647234255331504

6 Likes

I think this extension is very useful.
but I can't remove the ball in the canvas. Please tell me what's wrong?

test_CompCreator.aia (17.3 KB)

Thanks for reporting this, which looks like a bug. I will fix it asap.

Ooh, I have just found this as well with version 7 on an ImageSprite

Are you create sprite in VS or VSA , try in canvas

As you can see, created in canvas....

image

It is probably that Sprite is not a View, and therefore cannot be cast to a View.

updated
v7.1 bug fixed (now we can remove Sprite and Ball from Canvas)
Thanks for @sky.s.billow and @TIMAI2 for reporting this bug.

3 Likes

Thank you Kevin, works well.

2 Likes

v8 updatd:

Helper blocks added for component and property socket,
Now NO NEED to type the component name or property name, just select from the dropdown list:
ONLY USE THIS IN NEW PROJECT, THIS MAY DAMAGE YOUR PROJECT USING PREVIOUS VERSION.


3 Likes

Good work, as always :slight_smile:

Your efforts on creating helper blocks (property lists) is a big advancement in extension creation!

I am sure there are many developers who would be interested in how you did it :wink:

1 Like

check this for how to add helper block:

1 Like

Found a typo in the helper blocks for properties:

image

1 Like

TextAlignment for label and textbox missing from helper blocks list

image

1 Like