<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>I have a problem with a dynamically created QML object and referencing it.<br></div>The problem is as follows:<br><br></div>- Create a dynamic QML object with createObject, assign signal to it. This works fine.<br></div>- Create another dynamic QML object.<br></div>- I would need to check collision of these two new objects, I am using a timer to check that.<br></div>- Now since I can not reference both objects with their IDs I can't get the collision check to work.<br><br></div>Any ideas how to achive this?<br><br></div>I have tried to use a LlistModel to store all my objects, but looping through them with JavaScript slows down my application significantly, so this is not an option.<br clear="all"><div><div><div><div><div><div><div><div><div><div><br>// Peter Pykäläinen</div>
</div></div></div></div></div></div></div></div></div></div>