vote up 0 vote down star

I currently have a TileList with a custom itemRenderer based on a VBox. I have bound the DefaultTileListEffect to the itemChangeEffect property on my TileList. However, I've run into a weird problem when I drag an item to a new location in the TileList. When going through the sequence of events (in this case, FadeOut, Move, FadeIn) the tile I'm moving reappears immediately after the FadeOut effect. This of course doesn't look very good when the other tiles move to take it's place. I'm unsure as to what the cause of this is and would appreciate any help.

flag
Well I've played with it a bit more and added more elements to the TileList to see how more complex movements would behave. I think the problem is more fundamental than I thought. Now when I rearrange something the animations play out and then the TileList reverts to it's previous state. I think it may be a data provider problem... – Cameron Jun 5 at 20:23

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.