PDA

View Full Version : Background image for drawview?


jheijmans
03-09-2006, 04:13 AM
I'd like to use a background-image for a <drawview> component, but I can't get this to work.

Simply setting the resource attribute of <drawview> works, but drawing on the image is then done underneath the image, which is not what I want.

Is there a way to do this?

Shelby
03-09-2006, 06:53 AM
I haven't used the draw view yet, but couldn't you place the draw view and a regular view in a container, where the regular view is behind the draw view at it contains the image as a resource?

jheijmans
03-09-2006, 10:29 PM
Shelby, having two overlapping (draw)views works fine; hadn't thought of that. Thanks!