From: thomas m. <tho...@gm...> - 2006-09-15 09:51:15
|
Hello list, I am trying to find a convenient way of having views to disalay themselves with an effect (like an expanding effect, or fade in effect) I am trying to use an ASAnimation which delegate is the view it self my pb is that I don't know where I should have my startAnimation method for it to be triggered when the view is actually first shown on screen I thought about the NSView display() method but since it seems like I have to call display() in my animationDidAdvance method (part of ASAnimation delegate protocol if I get things right) after any, say, setFrameSize call (to redraw the view with the new size updated with current value of my ongoing animation) this is not working. Anyone would help me on this ? TIA thomas |