- Moderator
- #1
Hi!
The attached patch allows skinners to use masks in filmstripview, similar to the one in coverflow. See the attached screenshot.
Only real "problem" atm is that any frame that is used is not masked. When I try to mask it the skinengine screws up. Maybe fixable?
So...use
in the facadeview.
And use
to show a frame that is masked correctly.

The attached patch allows skinners to use masks in filmstripview, similar to the one in coverflow. See the attached screenshot.
Only real "problem" atm is that any frame that is used is not masked. When I try to mask it the skinengine screws up. Maybe fixable?
So...use
Code:
<showFrame>no</showFrame>
in the facadeview.
And use
Code:
<imageFolder>thumbnail_frame_shine.png</imageFolder>
<imageFolderFocus>thumbnail_frame_shine.png</imageFolderFocus>
to show a frame that is masked correctly.