Forum Discussion
YMinaev
14 years agoStaff
Hi,
It looks like two similar buttons are created in your application, and one of them is not drawn on the screen. This can happen if a button was created and then hidden, but not released (i.e. it looks like a memory leak). I recommend that you check this behavior of your application with your developers.
To obtain the correct button, you can try searching for them all by using the FindAllChildren method and picking the one with the greatest Index value from the list of found objects.
Related Content
- 6 years ago
Recent Discussions
- 12 hours ago
- 7 days ago
- 10 days ago