On 2014-08-20, 10:54 AM, Katelyn Gadd wrote:
Has anyone tried SetWindowPos? It has a mechanism for altering the
windows z-order, which determines the order in which windows are
enumerated. That should affect ordering in the taskbar.

Hmm, interesting. SetWindowPos is what nsWindow::PlaceBehind uses, so perhaps you could try that, David?

A hide/show pair after that might also be sufficient, but I assume
something that simple was tried already.

This is also interesting.  This maps to nsWindow::Show(false/true).
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to