For some reason, if I program a button to be non-visible after clicking it, it stills being visible and still working, but other components act like if the button wasn’t there (some of them stay behind) this “ghost” button.
Steps to reproduce the issue
Place a button, then click it and then make it non-visible.
Expected Behaviour
The button should disappear, stop occupying screen space and being not-clickable.
Actual Behaviour
The button doesn’t disappear, is clickable but stop occupying screen space (except if I specify its Enabled property to False. In that case, the button isn’t clickable).
Right.
it happens just if image attached to button, in that case button.visible=false is not working.
if button has no image then it works fine.
dont forget to add image to the button before testing it
This topic is two years old. @ZghostTMS Please start a new topic for your problem, with all relevant details. Try refering this to help you with your queries.