raptor2x 10 Posted January 27, 2016 Hello, I will try to explain that quickly : I made a dialog with some buttons, text and images.I would like to know if it is possible to remove one element from the dialog when I click on one of the button. So let's imagine a window with 2 images in it and 2 buttons in it : one button to remove the image 1, one other to remove the image 2. Everything is in the same window . How can I do that ? I know about the function closeDialog idc, but it's not what I want because it closes everything. I tried the function with the idc of the element I want to remove, but it closes everything so I guess that I'm using this function wrong. I hope that you understand what I'm trying to do. Thank you ! :-) Share this post Link to post Share on other sites
killzone_kid 1330 Posted January 27, 2016 there is ctrlShow, or you can just move it away beyond the screen with ctrlSetPosition. 1 Share this post Link to post Share on other sites
raptor2x 10 Posted January 27, 2016 This is exactly what I was looking for, ctrlShow is doing the job. Thank you very much killzone_kid ! Share this post Link to post Share on other sites