read this and follow this.
create components from outside to inside, from left to right, from top to bottom.
forget about how to decorate them to make them looks good,but create them and show them on the screen first.
read this and follow this.
create components from outside to inside, from left to right, from top to bottom.
forget about how to decorate them to make them looks good,but create them and show them on the screen first.
Thank you @Kevinkun, that I already understand, generating the layout with your extension is an easy and beautiful task. My problem is how can I use the numbers that you already generate as labels on the red (first left top) small cell?!
That problem I must solve now.
If I solve that problem, I will generate more small cells, as I need. In other small cels will be labels that will display other info. that came over Bluetooth or wifi.
My problem now... is how to display those labels that you have in your example. I must create some lists?! Where and how?!
This is my problem

All that, already I have in the image that I upload with the blocks. Above you have it.
KK.aia (54.9 KB)
then what's your issue now? and what's you blocks/ screen shot?
image will be enough, not aia.
Wait a moment please to save and upload them all.
The .aia.
KK.aia (54.9 KB)
The blocks.
My problem is that I don't know what I need to use to display the numbers that you generate already in the correct order to display them all in the "red" first top-left rectangle.
I must use global variables, lists, operations with lists, and so on. Those things I don't know who, what, and how.
No your problem is do not listen to other's advise.
I have said this twice, but you did not follow me.
now after (out of ) the if then block, create a va; inside va, create a ha; inside ha, creat 3 labels.
Give me please, few minutes.
I start to understand... Is not needed more for 1-16, 1-3, and so on... it is generating somehow "static" labels not arrangements. Interesting approach.
wait, I have errors from hurry...
Correct one, genial. You're genial. Simply as that. What a straightforward approach... Impressive, just impressive.
More simple as that it is impossible, I bet.
Thank you, thank you, thank you very much.
But... I must generate some more arrangements to delimitate all in "outer cells". "smaller cells" and so on, but I think that is an easy task.
What a genial approach... Thank you again.
I perfectly understand how this extension works with just 3 (for the moment) exceptions.
Why do you use procedure at the start, and what does it mean?!
Which is the logic behind generating the numbers!!!
What does "elevation" and what parameters need?
Thank you.
if you read the document carefully. Normal the new component will appear at the end, but set property of Index can change the order of the component.