GFX Buttons/Background

Hi folks,
Is it possible to use pictures as buttons on the iPad?

Is is possible to have a background image and “transparent” buttons?

THX
JMW

Just use an iOSCanvas to display the picture, and use PointerUp as Action Event.

To obtain a background image, place a Canvas over the view , set left to Parent.Left, top to Parent.Top, bottom to Parent.Bottom and Right to Parent.Right.

You will have use a square picture large enough to support rotation, or a picture for each position Portrait/lanscape, and/or use some scaling in DrawImage.

Thank you Michael.

The app is a special one time app. The page needs to show in portrait only, 36 pictures of award winners and when you click on one of them it shows a bio full screen, then pack to the regular screen.

Thx
JMW