Where is the vertical arrangement you mention ?
Thank you! I successfully implemented it, but now I have a new question.
On the basis that each ImageSprite can move individually, how can I detect when an ImageSprite collides with another ImageSprite whose image is box.png and make the two ImageSprites move together afterward?
You have already asked this question, and did not respond to my reply/question ? It is 9 posts up from here. We do not know if this is a CompCreator or Canvas question?
Also are you two different people, or the same person running two accounts? It is getting confusing.
we are classmate but we have different question
Hi so in the past I write here because of an problem but I forget about it (because of another things.
So I want to create a forum. When I create a specific thing with this component, it has a button. For example, I create 30 of these. How do I determine which button or possibly which created section was clicked on? I want to achieve that the posts are there on one screen and if they click on it, they can see more details. However, for this I need to know how many buttons/or if solvable components were pressed.
Someone could help me with this?
You need a list.
When a button is created in CompCreator, you need to save that button to the list. They will be in order, so you can then ascertain which button was clicked
Could you help me how to do that?
Thanks I going to try it
Yes it worked. Thank you, this helpd me a lot.
One example added for ChatView.
compCreator_ChatView_CloudDB.aia (214.0 KB)
features:
- real time group chat, with cardview;
- Can send texts, images, and audios;
- scroll down automaticly.
Extensions used:
ImageConverter by @TIMAI2 (to compress an image)
Enhance by myself (for cardview)
Base64Util by myself (to change image/audio to base64 string)
VerticalScollHandler by @ColinTree (arrangement auto scroll)
EasyDialog by @Zhangzqs (to zoom an image when clicked)
GetApiLevel by @Anke (when asking permissions)
Thanks.
It seems in the visibleComponents dropdown list the Table properties columns and rows is missing. I am using text blocks for this at this time.
How would one handle creating dynamic components that are repeated? Your Create component uses a global variable to attach to what is created. If I created my structure many times how does one handle that global variable for a newly created structure?
In your example you create a vertical arrangement and assign it to global var outerVA which is attached to a button click. Do I increment outerVA if I want to create another one?
You answered someone else here who was having trouble with unique IDs and you suggested he use CompCreator. I'm just wondering how CompCreator handles that without using unique IDs.
there are many examples for this extension.
what kind of structure you want to build?
Normally you can refer to some component in ANY COMPONENT event, or you can save the new component in a LIST or DICTIONARY.
TableArrangement is buggy, better not to use it. you can build your table with arrangement in arrangement.