Text Control on top of Bitmap Control (Form Designer)
At 09 JUN 2013 03:31:27AM cmeyer wrote:
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
At 10 JUN 2013 10:53PM Barry Stevens wrote:
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.
At 11 JUN 2013 04:57AM andrew mcauley wrote:
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
At 11 JUN 2013 11:18AM Richard Hunt wrote:
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.