Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 3866)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#2697 Fixed "$GW_ENABLEDPOPUP = 6" is missing in "WinAPIConstants.au3" Jpm Exit
Description

MSDN specifies: GW_ENABLEDPOPUP = 6 The retrieved handle identifies the enabled popup window owned by the specified window (the search uses the first such window found using GW_HWNDNEXT); otherwise, if there are no enabled popup windows, the retrieved handle is that of the specified window. Source: http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(GetWindow);k(DevLang-C);k(TargetOS-WINDOWS)&rd=true

"WinAPIConstants.au3" line 155 - 163: ; GetWindows Constants Global Const $GW_HWNDFIRST = 0 Global Const $GW_HWNDLAST = 1 Global Const $GW_HWNDNEXT = 2 Global Const $GW_HWNDPREV = 3 Global Const $GW_OWNER = 4 Global Const $GW_CHILD = 5

; GetWindowLong Constants

Following line should be inserted after line 161: Global Const $GW_ENABLEDPOPUP = 6

#3270 No Bug "Au3Record" is missing from builds autoit-v3.3.14.1 and autoit-v3.3.14.2 gerod@…
Description
  1. Get AUtoIt from

https://www.autoitscript.com/autoit3/files/archive/autoit/autoit-v3.3.14.1.zip or https://www.autoitscript.com/autoit3/files/archive/autoit/autoit-v3.3.14.2.zip

  1. Unpack ZIP

ERROR :: "Au3Record" folder is missing from builds autoit-v3.3.14.1 and autoit-v3.3.14.2

Note1: "Au3Record" folder was last present in https://www.autoitscript.com/autoit3/files/archive/autoit/autoit-v3.3.14.0.zip

Note2: "Au3Record" folder seems to be present in BETA https://www.autoitscript.com/autoit3/files/beta/autoit/autoit-v3.3.15.0.zip

#129 Fixed "Bugs" on the main Trac page (Jon's links do not work) Saunders <admin@…>
Description

I'm not sure if this is the appropriate place... The links to custom queries that Jon put on the front page of the Trac are not working (lead to no results pages). On a quick check it appears that the type parameter in the URLs are case sensitive so where he has: svn.autoitscript.com/trac/query?status=accepted&status=assigned&...&type=bug It needs to be: svn.autoitscript.com/trac/query?status=accepted&status=assigned&...&type=Bug

Same for the Feature Request links.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.