Just seems like it might be useful, given the new SetZOrder option.
WindowGetZOrder
Posted by Fiendish on Thu 12 May 2011 04:29 PM — 4 posts, 17,534 views.
Will that do the same things as the WindowInfo 22 option or something different?
Bast
Bast
Sorry, I must have missed option 22.
It's all in the release notes, Fiendish:
Quote:
7. Added new script function WindowSetZOrder which lets you change the Z-Order of miniwindows. This controls the order in which they are drawn (and mouse-clicks processed). The default is zero, in which case the windows are drawn in window name order, as before.
If two (or more) windows have the same Z-order they are drawn in name order, otherwise the lower-numbered Z-order is drawn first (and is thus underneath).
Also added selector 22 to WindowInfo, which returns the Z-order number. This lets you work out what number to use to go above or below a specific window.
[master d11a909]
7. Added new script function WindowSetZOrder which lets you change the Z-Order of miniwindows. This controls the order in which they are drawn (and mouse-clicks processed). The default is zero, in which case the windows are drawn in window name order, as before.
If two (or more) windows have the same Z-order they are drawn in name order, otherwise the lower-numbered Z-order is drawn first (and is thus underneath).
Also added selector 22 to WindowInfo, which returns the Z-order number. This lets you work out what number to use to go above or below a specific window.
[master d11a909]