animating the info text upwards
animating the info text upwards
- Subject: animating the info text upwards
- From: Francisco Tolmasky <email@hidden>
- Date: Wed, 19 Mar 2003 20:41:57 -0800
I'm trying to recreate the effect from the finder windows when you
press "customize toolbar" That little informational section moves
upwards and then the customize toolbar stuff shows up in the window
itself. I was wondering how to make the little information thing move
upwards. I currently have two views, one which is shown by default,
another which I wish to show when a certain button is pressed. I was
considering just timing it and moving the view upwards in a for
loop-type of situation, but I was wondering if there was some sort of
animate: message that could do this for me. Also, is it even possible
to move the contentView in an NSWindow (both my views get set to
content view) or would I have to make another encompassing view around
the informational text and scroll it upwards within the view.
I hope my post is not too confusing.
Here is a rough picture of what I mean:
[ toolbar ]
[ info ]
| |
| |
|-------------|
Any help is greatly appreciate.
Thank you in advance :)
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.