I want to display an NSAlert with basically an Accessory view. The Accessory view needs to have:
1) NSTexView for displaying mandatory contents
2) Disclosure button with NSTextView
The Disclosure button is required to hide and show the second NSTextView. However, at the same time i want that NSAlert dialog resize to accomodate and fit to contents. The Save dialog in Cocoa has a disclosure button that basically does this and i want the same functionality with NSAlert. Suggestions?