Hi all, I am trying to do a flip of images similar to the flip used on itunes for selecting discs:
http://www.applecart.co.za/itunes/im...ac20060912.jpg
I already did it, but I have a problem with the Z property of listView. When I set the properties of each image on "delegate" I set Z: 4 to the item selected, Z: 3 to the nearest images, Z: 2 to the middles images and Z: 1 to the farest images.
As result, it should be as itunes, but.... Z doesn't work.
As Delegate is executed from the index 0 to the last index, what I have is that the images with bigger index than the index selected are been draw over it although they have a smaller Z property.
Bookmarks