I was playing around with using panels to overlay a portion of the display. To my surprise when the program runs on the device buttons behind the overlay panel show through and in at least some cases the panel had buttons in the same location and the buttons that I would think should have been cover by both the panel and the other buttons still show on the screen rather than the buttons on the overlay.
In VB there is the zorder method at runtime and the bring to front/ send to back methods in the designer but I do not see anything like this so far n B4A. So the question is am I just missing something or is this just the way it works and I need to either make the buttons invisible when I don't want them displayed or alter the overall design?
In VB there is the zorder method at runtime and the bring to front/ send to back methods in the designer but I do not see anything like this so far n B4A. So the question is am I just missing something or is this just the way it works and I need to either make the buttons invisible when I don't want them displayed or alter the overall design?