Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (409 - 411 of 3921)

Ticket Resolution Summary Owner Reporter
#410 Rejected Have installation of Scite editor optional BillY
Description

I am an UltraEdit and PSPad user and whenever I install AutoIt I have to change the "Edit Script" registry entry to point to either of these two editors.

At a minimum it would be nice to have the installation of Scite as optional. At most, provide a UI for the user to select the filepath for their preferred editor and update the registry entry accordingly.

#411 Rejected Topmost option anonymous
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)

#412 No Bug HotKeys do not function if explorer.exe is not running. caplan77
Description

Hotkeys work only when explorer.exe is running (a user is logged into the PC).

Hotkeys do not work at the logon prompt (no user logged on, explorer.exe not running).

I've written a screen saver in AutoIt and would like hotkeys to work when just winlogon.exe is running.

Hotkeys do not work if the user locks the workstation while logged in.

This has been tested on XP SP1, 2, & 3.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.