Skip navigation.
 
mlRe: drawer attached to modal window is unresponsive
FROM : Jonathan Hendry
DATE : Fri May 30 22:36:48 2008

I believe a drawer is actually treated as a separate window, which 
probably confuses things when attached to a window that is modal. I'm 
not sure why the tableview scrolls, but this would explain why the 
other controls aren't accessible.

Perhaps you could move the drawer contents into an area in the modal 
window, which is only shown when a disclosure triangle thingy is 
clicked.

- Jon

On May 30, 2008, at 3:55 PM, Steve Christensen wrote:

> I'm working on a plugin that needs to do some involved setup, and 
> I'm handling this in a modal window since the setup has to be done 
> in an atomic fashion. The window also has an attached drawer. What 
> I'm finding is that I can open and close the drawer, and a table 
> view in the drawer will scroll if I move a scroll wheel while the 
> mouse is over the table, but if I click on any of the controls in 
> the drawer, I just hear a beep instead of having something useful 
> happen.
>
> Is this expected behavior? Is there any way to allow the drawer to 
> process user events or should I give up on the drawer?
>
> steve
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
> This email sent to <email_removed>


Jonathan Hendry

Howard Hughes Medical Institute
Maunsell Lab
Harvard Medical School

Related mailsAuthorDate
mldrawer attached to modal window is unresponsive Steve Christensen May 30, 21:55
mlRe: drawer attached to modal window is unresponsive Andrew Merenbach May 30, 22:16
mlRe: drawer attached to modal window is unresponsive Jonathan Hendry May 30, 22:36
mlRe: drawer attached to modal window is unresponsive Steve Christensen May 30, 23:15