Modify

Opened 7 weeks ago

Closed 7 weeks ago

#4022 closed Bug (Fixed)

Various Duplicated words in the Help file.

Reported by: anonymous Owned by: Jpm
Milestone: 3.3.17.0 Component: Documentation
Version: 3.3.16.1 Severity: None
Keywords: Cc:

Description

User Defined Function Reference / GuiListBox user defined functions Reference Function List Description:

  • _GUICtrlListBox_GetHorizontalExtent Retrieve from a list box the the scrollable width
  • _GUICtrlRichEdit_GetTextInRange Gets the text from from one inter-character position to another

GUI Control Styles Treeview Constants Description: $TVS_RTLREADING Normally, tree view text will be displayed in same direction as the the text in its parent window.

FileCreateShortcut Remarks: Also, if you create a shortcut with the same path\name as as a pre-existing shortcut, it gets overwritten with your new version.

#include-once Remarks: It is quite common to have the same "#include <filename.au3>" line in several of the files included included in a script.

RegWrite Example 1(RegWrite.au3) Line 27: MsgBox($MB_SYSTEMMODAL, "", "Open RegEdit.exe and navigate the the registry key ""HKEY_CURRENT_USER\Software\AutoIt_Example"".")

Send Remarks: Opt("SendKeyDelay",...) alters the the length of the brief pause in between sent keystrokes.

WinActivate Remarks: After a successful activation @extended is set to 1 if the the window was already active, 2 if not.

$tagOPENFILENAME Description (Also in description in listing StructureConstants user defined functions Reference): Contains information information that the GetOpenFileName and GetSaveFileName functions use to initialize an Open or Save As dialog box

$tagWIN32_FIND_DATA Parameters: ftLastWriteTime A FILETIME structure that specifies when when the file was last written to, truncated, or overwritten.

_ArrayInsert Remarks x2:

  • $vRange can be a string containing the rows above which a row is to to be inserted.
  • $vRange can also be a 1D array containing the rows above which a row is to to be inserted with the count in the [0] element].

_GDIPlus_PenSetDashStyle Parameters: $GDIP_DASHSTYLECUSTOM - A a user-defined, custom dashed line

_GDIPlus_PenGetDashStyle Return Values: $GDIP_DASHSTYLECUSTOM - A a user-defined, custom dashed line

_GUICtrlListBox_GetHorizontalExtent Description: Retrieve from a list box the the scrollable width

_GUICtrlRichEdit_GetTextInRange Description: Gets the text from from one inter-character position to another

_INetGetSource Return values: Failure: an empty string and and sets the @error flag to non-zero.

_viOpen Parameters: $sVisa_Address A VISA resource descriptor STRING (see the NOTES of _viExecCommand() above for more info) As as shortcut you can also directly pass a GPIB address as an integer

_WinAPI_ConfirmCredentials Remarks: This function function must be called after each successful call to _WinAPI_ShellUserAuthenticationDlg() with the $CREDUI_FLAGS_EXPECT_CONFIRMATION flag set.

_WinAPI_FindFirstStream Remarks: This function function opens a search handle and returns information about the first stream in the specified file or directory.

_WinAPI_GetThemePartSize Parameter: $iPartID The part part to calculate the size of.

_WinAPI_RegOpenKey Remarks: The $sSubKey parameter can be an an empty string.

_GUICtrlListBox_GetHorizontalExtent Description: Retrieve from a list box the the scrollable width

_GUICtrlRichEdit_GetTextInRange Description: Gets the text from from one inter-character position to another

Attachments (0)

Change History (1)

comment:1 Changed 7 weeks ago by Jpm

  • Milestone set to 3.3.17.0
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [13076] in version: 3.3.17.0

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.