Modify

#411 closed Feature Request (Rejected)

Topmost option

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

I'd like to be able to set a window on top incrementally. Meaning, if I have my GUIs all set with $WS_EX_TOPMOST or winsetontop, I may want a specific window to ALWAYS be on top regardless if the currently active window has the topmost feature attached to it. This so I don't have to always call the winsetontop in functions. So if I had five windows as a part of my app, and four of them had the $WS_EX_TOPMOST,a parameter could be attached from maybe 1 to 10 that says the one marked with 1 has absolute topmost and so on, and no other window can be on top of it regardless of activity or if it has $WS_EX_TOPMOST (of course this is not considering external apps with topmost feature). Or it could be set up in a GUI Control update style where it might look like, GUISetTopMost("window", @GUI_TOPMOST, 1)

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, on Jun 25, 2008 at 8:00:33 PM

Version: 3.2.12.0

Automatic ticket cleanup.

comment:2 by Valik, on Jun 25, 2008 at 8:07:15 PM

Resolution: Rejected
Status: newclosed

What you want is highly specific and not very useful. See _WinAPI_SetWindowPos() for manipulating the Z-Order to your heart's content.

Closing as rejected.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.