Custom Query (3927 matches)
Results (58 - 60 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #4022 | Fixed | Various Duplicated words in the Help file. | ||
| Description |
User Defined Function Reference / GuiListBox user defined functions Reference Function List Description:
GUI Control Styles Treeview Constants Description:
FileCreateShortcut Remarks:
#include-once Remarks:
RegWrite Example 1(RegWrite.au3) Line 27:
Send Remarks:
WinActivate Remarks:
$tagOPENFILENAME Description (Also in description in listing StructureConstants user defined functions Reference):
$tagWIN32_FIND_DATA Parameters: _ArrayInsert Remarks x2:
_GDIPlus_PenSetDashStyle Parameters:
_GDIPlus_PenGetDashStyle Return Values:
_GUICtrlListBox_GetHorizontalExtent Description:
_GUICtrlRichEdit_GetTextInRange Description:
_INetGetSource Return values:
_viOpen Parameters:
_WinAPI_ConfirmCredentials Remarks:
_WinAPI_FindFirstStream Remarks:
_WinAPI_GetThemePartSize Parameter:
_WinAPI_RegOpenKey Remarks:
_GUICtrlListBox_GetHorizontalExtent Description:
_GUICtrlRichEdit_GetTextInRange Description: |
|||
| #4021 | Fixed | _GUICtrlRichEdit_Create Help file has duplicated word(s) | ||
| Description |
Under the "Return Value" section of the help file for _GUICtrlRichEdit_Create, two of the error returns have a duplicated "is".
|
|||
| #4019 | Works For Me | Little bug in ArrayDisplayInternals | ||
| Description |
Hello jpm I think there's something missing in ArrayDisplayInternals.au3 (version 3.3.16.1) Switch VarGetType($sTemp) Case "Array" Local $sSubscript = "" For $i = 1 To UBound($sTemp, 0) $sSubscript = "[" & UBound($sTemp, $i) & "]" Next It should be : $sSubscript &= "[" & UBound($sTemp, $i) & "]" Without &= then a 2D array will always be displayed as a 1D array, with only 1 pair of brackets containing... the number of columns. |
|||
