Turning text box/label upside down

stbi

Member
Licensed User
Longtime User
I'm thinking of an app where two people sit face to face around the device.

Therefor some controls like labels, text boxes or buttons should be presented upside down.

Buttons are not a problem as I could use image buttons with images already turned. But how can I turn labels or text boxes upside down?

One idea I had is to change labels on a second hidden form, capture and rotate them graphically using dzt's lib and present it on the main form.

Will this work?
Do I better have to write a special lib?
Any other ideas?

Thanks in adavance,
Stefan
 
Top