Found the following post which is useful. But this seems to work for Ext.Window. Is there a similar function for Ext.desktopWindow? I want to get a list of all the Ext.desktopWindows on a desktop.

Thanks

Quote Originally Posted by geoffrey.mcgill View Post
Hi jchau,

Are all the Windows you're trying to check shown (not hidden) when you run your FindWindowByUrl function?

The following code will return an array of all <ext:Window>'s that are not hidden.

Example

Ext.WindowMgr.getBy(Ext.emptyFn);
Hope this helps.