Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Re: Changes in Context Structure

On March 17, 2004 03:04 pm, Kevin Barnes wrote:
> I don't think the Debugging Pop-up context will work as a child of the
> dialog context. The popups are actually Shell objects (similar to hovers).
> They aren't dialogs, and as far as I know the workbench doesn't know about
> them at all, so it couldn't promote the dialog context for us.  I think we
> have to leave them under debugging for now.

Actually, we can.  Right now, you register the shell you create as a "window".  
You only need to change the method call to register it as a "dialog", and we 
will treat it as such.



d


Back to the top