Kyle, if you read my first post, I want the user to be able to show the toolbar if corrections or changes are needed in real-time. This only applies to one window, and only when capturing from the content area of that window. I would prefer that the captured video did not show toolbar animation and snap-back. (I do the snap-back to keep the content in the capture rect. I also let the user lock the content position and size so it can¹t be accidentally changed.)
The standard toolbar menu action is to toggle the state. I suppose I could experiment with alternatives. On 5/25/14 1:16 PM, "Kyle Sluder" <[email protected]> wrote: > Why would you want to kill those? They¹re part of the OS look-and-feel. > > If you're trying to initially set up the window, -[NSWindow > setFrame:animated:] will let you do so without animation. Adding the toolbar > using -setToolbar: shouldn¹t provoke an animation, and I *think* -[NSToolbar > setHidden:] will also forego the animation. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
