How to add a window to the Window menu

My document-based app creates non-document windows as well as document windows. I would like to add the non-document windows to the Window menu. The key point is: I want them managed by the document manager (or whom-ever) in the same way it does document windows: reorders and removes as appropriate. Is there a reasonable way to do this without converting everything to the document model?

Accepted Reply

You should get this for free for windows which have a title and whose excludedFromWindowsMenu property is false. What styles and properties do your non-document windows have?

Replies

You should get this for free for windows which have a title and whose excludedFromWindowsMenu property is false. What styles and properties do your non-document windows have?

Thank you Ken. Under some cercumstances I was not setting the Title which confused me.