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
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.
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.
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.
Are you create sprite in VS or VSA , try in canvas
As you can see, created in canvas....
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.
Thank you Kevin, works well.
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.
Good work, as always
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
check this for how to add helper block:
Found a typo in the helper blocks for properties:
TextAlignment for label and textbox missing from helper blocks list