Modify

Opened 16 years ago

Closed 16 years ago

#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 Changed 16 years ago by TicketCleanup

  • Version 3.2.12.0 deleted

Automatic ticket cleanup.

comment:2 Changed 16 years ago by Valik

  • Resolution set to Rejected
  • Status changed from new to closed

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.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.