Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (355 - 357 of 3921)

Ticket Resolution Summary Owner Reporter
#3629 Works For Me Line Number in Arraydisplay wimhek11@…
Description

Please add a Line number by default in the Head of the display (_arraydisplay)

Is this possible ?

#3628 Fixed _WinAPI_GetCaretPos() does not work Jpm anonymous
Description

_WinAPI_GetCaretPos() is supposed to return an array. It only returns 0.

#include <Debug.au3>
#include <WinAPIRes.au3>

_DebugSetup('Test', True)

$aCaret = _WinAPI_GetCaretPos()
_WinAPI_ShowLastError()

_DebugReportVar('Caret:', $aCaret)

Error 998 Invalid access to memory location.

AutoIt: 3.3.14.5/X64, OS: WIN_10/X64, OSLang: 0409

@@ Debug(9) : {Int32} -> Caret: = 0

#3627 Rejected Feature Request: AutoItWinGetHandle() anonymous
Description

As simple as it sounds, can we get a function that just gives the handle to that hidden AutoIt window? Then we can all stop using functions like this:

Func _AutoItWinGetHandle()
	Local $sOld = AutoItWinGetTitle()
	Local $sTmp = 'au3win' & Random()
	AutoItWinSetTitle($sTmp)
	Local $hWnd = WinGetHandle($sTmp)
	AutoItWinSetTitle($sOld)
	Return $hWnd
EndFunc;==>_AutoItWinGetHandle
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.