Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (454 - 456 of 3933)

Ticket Resolution Summary Owner Reporter
#482 Fixed AutoIt3.chm::/html/autoit_changelog.txt Valik Zedna
Description

missing UDFs from 3.2.13.6 (30th July, 2008) (Beta):

UDFs:
- Added: _ExcelHorizontalAlignSet, _ExcelFontSetProperties, _ExcelBookAttach (litlmike)
- Fixed: Excel Examples
- Added: _WinAPI_SetEndOfFile, _WinAPI_SetFilePointer (Zedna)
- Fixed #465: _DateTimeSplit if seconds omitted defaulted to -1, now defaults to 0

Note: In AutoIt3.chm::/html/autoit_changelog_complete.txt it's OK

#187 Completed AutoIt3.chm::/html/script_breaking_changes.htm Zedna
Description

add UDFs section for 3.2.10 version:

In many UDF were changed/renamed many functions - for details see headers of affected include files

for example: GuiListView.au3 ; / ;_GUICtrlListViewGetCurSel ; --> _GUICtrlListView_GetNextItem ;_GUICtrlListViewGetExtendedListViewStyle ; --> _GUICtrlListView_GetExtendedListViewStyle ; ...

#3706 No Bug AutoIt3.exe /ErrorStdOut should output filename without quotes George <mrgeorge.sandler@…>
Description

AutoIt3.exe outputs error where file is quoted:

"C:\AutoIt_3.3.14.5\Include\GUIConstantsEx.au3" (2) : ==> Unknown function name.:
Test
^ ERROR

In this case SciTE can not recognise the file when we double click on the line. Au3Check outouts without quotes:

 C:\AutoIt_3.3.14.5\Include\GUIConstantsEx.au3 (2,7) : error: test(): undefined function.
test
~~~~~~^
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.