How can I get a Text control to be on top of a Bitmap control. I have a Winning bitmap (looks nice) and have a winning amount (Text control) sitting on top of the winning bitmap using variable text on a text control. Then using the visible property to turn on/off both these controls.
At the moment the text control is under the bitmap control.
Any advice would be appreciated.
TIA
Chris
Are the winning amounts random, if there can only be about around 10 or so, then make separate bitmaps with each amount and display the relevant one each time.
What version of OI are you running? In the latest if I create the text control AFTER the bitmap control it gets placed on top of the bitmap control.
World leaders in all things RevSoft
I used the information in the hepl topic "Procedure: To Combine Text and a Bitmap on a Push-button
". Using the "help" search option should allow you to find it.