Jump to content

Recommended Posts

  • Administrators
Posted

File Name: AutoIt v3.3.11.5 Beta

File Submitter: Jon

File Submitted: 01 May 2014

File Category: Beta



AutoIt:
- Fixed #2648: FileSaveDialog() not adding extension when user types manually.

UDFs:
- Changed: _FileReadToArray() now returns a 1D/2D array depending on parameters used.

- Fixed: sqlite3.* downloading if running in Admin mode.
- Fixed #2693: _GUICtrListView_GetItemTextArray() return value doc.
- Fixed #2697: missing $GW_ENABLEDPOPUP constant.
- Fixed #2698: _ArrayAdd() wrong return value.
- Fixed #2699: _ArrayAdd() 6th parameter doc.
- Fixed: _ArraySearch() searching backward.
- Fixed #2700: _GUICtrlRichEdit_SetCharBkColor() not at insertpoint.

Au3Check:
- Fixed #2612: Function reference ByRef.



Click here to download this file


 

Posted

Thanks Jon.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 2 weeks later...
Posted

Hi all

i've a little request in GUIListView.au3, Function _GUICtrlListView_GetGroupInfoByIndex().

I use this function and i need to know the GroupID for an Item in my ListView so you can add only one ligne in this function

Line 1707:

    Local $aGroup[3] ; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Add an element
    $aGroup[2] = DllStructGetData($tGroup, "GroupID") ; <<<<< Set the new element
 

Thank's and sory if is the wrong thread, i've created my own function in the release and beta versions of AutoIt.

Posted

  On 5/14/2014 at 11:16 PM, GaRydelaMer said:

Hi all

i've a little request in GUIListView.au3, Function _GUICtrlListView_GetGroupInfoByIndex().

I use this function and i need to know the GroupID for an Item in my ListView so you can add only one ligne in this function

Line 1707:

    Local $aGroup[3] ; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Add an element

    $aGroup[2] = DllStructGetData($tGroup, "GroupID") ; <<<<< Set the new element

 

Thank's and sory if is the wrong thread, i've created my own function in the release and beta versions of AutoIt.

The correct place for question like this is the trac. Click on "New Ticket" and fill in all the details (making sure to set it as a feature request), and enter your username so we know who to talk to if we need more information.

Thanks for your input!

Matt

Posted
  On 5/20/2014 at 10:29 AM, GaRydelaMer said:

Thx Mat i've created a new ticket #2726.

Ticket has been fixed by Mat. Thanks.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...