Is there a way to make sure that certain button activates when two buttons are in same place?
Posted: Wed Feb 14, 2024 4:44 pm
I am currently planning on having bigger box with a small box in corner on top of the button.
Idea here is that by clicking on that bigger box I can load a picture to be displayed on it, but by pushing that small corner box, I can delete the image.
Easiest would be to make two #SIMPLEBUTTONs, but having the bigger for example 200x200, and then have smaller box of size 10x10 as example which is placed on the corner of the bigger Button.
However, how does Hollywoods buttons work. That is there a sure way to make sure that when I click on that Smaller button, it actually does activate the smaller button instead of the bigger button?
Like If I use MakeButton twice, is it so that the Button I created last would be the one that would be activated when two buttons are at same location? Or is it random behavior?
Would have tested, but even if it works as expected, that doesn't mean it would always work necessarily, if there is some randomness in it.
Idea here is that by clicking on that bigger box I can load a picture to be displayed on it, but by pushing that small corner box, I can delete the image.
Easiest would be to make two #SIMPLEBUTTONs, but having the bigger for example 200x200, and then have smaller box of size 10x10 as example which is placed on the corner of the bigger Button.
However, how does Hollywoods buttons work. That is there a sure way to make sure that when I click on that Smaller button, it actually does activate the smaller button instead of the bigger button?
Like If I use MakeButton twice, is it so that the Button I created last would be the one that would be activated when two buttons are at same location? Or is it random behavior?
Would have tested, but even if it works as expected, that doesn't mean it would always work necessarily, if there is some randomness in it.