My extremely simple Core Data app represents a bunch of "flashcards", shown one at a time; in other words, I change the selected entity and presto, a different card's contents are displayed in the various fields of my single window.
I'm thinking it would be cute to add a page curl transition, so that when the user goes from one flashcard to the next, the whole window peels off from the upper right to reveal the next card. My question is simply this: what's the best strategy for implementing this? Unlike the Reducer tab view example, I don't have a view in advance representing the future state of the window (i.e. what it will look like after the transition). I'm not substituting one view for another, I'm altering the content of a whole bunch of fields at once and I want the *whole* window to peel back to reveal the new values. I'm thinking this is probably such a common thing to want to do that someone has already been down this road. Thx - m. -- matt neuburg, phd = m...@tidbits.com, http://www.tidbits.com/matt/ pantes anthropoi tou eidenai oregontai phusei Among the 2007 MacTech Top 25, http://tinyurl.com/2rh4pf AppleScript: the Definitive Guide, 2nd edition http://www.tidbits.com/matt/default.html#applescriptthings Take Control of Exploring & Customizing Snow Leopard http://tinyurl.com/kufyy8 RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html TidBITS, Mac news and reviews since 1990, http://www.tidbits.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com