Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#1777 Fixed Issues with Security.au3 Valik
Description

There are a number of issues I've noticed with Security.au3. This ticket is a reminder to myself that I need to go through that file and clean up the errors. Some of the functions are completely broken such as OpenProcessToken() and GetTokenInformation(). Also noticeably absent are the SetTokenInformation() and DuplicateTokenEx() functions.

#1935 Works For Me _IEBodyReadText with IE9 failed Jpm
Description

with some .htm it returns a string of 1 length instead of the expected one. IE8 is OK

#include <IE.au3>

Local $oIE = _IECreate()
_IENavigate($oIE, "file://" & @ScriptDir & "\testgoodfile.htm", 1)
Local $fullText = _IEBodyReadText($oIE)
_IEQuit($oIE)
MsgBox(0, "Results", "AutoIt version =" & @AutoItVersion & @CRLF & "length of $fullText = " & StringLen($fullText))

#1942 Fixed Better support for online documentation. Valik
Description

Make changes to the generated documentation so that it works online or as a compiled help file without changes. This will reduce duplicate output.

Also, get with George (again) and see about ensuring the online documentation works well (has a nice table of contents, et cetera). I know he had some stuff pertaining to this and I probably have it still sitting in my PM inbox.

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