Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Punch a Hole through a png Frame

I've got a series of photos in a ScrollableView that I would like to display in a frame (view) which is on top of the ScrollableView. Problem is that even though the frame's center (where the pics scroll through) is a clear png, I can't "punch through" and drag the pics. Anyone have any ideas how to do this? THANKS!

— asked August 17th 2010 by Mark Smillie
  • scrollableview
0 Comments

1 Answer

  • Accepted Answer

    You could try the following on your frame view:

    touchEnabled: false
    

    .. but I believe that property is bugged (won't work) at the moment.

    You could also setting a lower zIndex on your frame view, but the images will scroll over it.

    — answered August 18th 2010 by Richard Venneman
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.