Jump to content

Recommended Posts

Posted

  On 9/27/2014 at 7:40 PM, RichardL said:

In String.au3 the function _StringEncrypt has gone, but the name is still in the #CURRENT#

...

; _StringBetween

; _StringEncrypt

; _StringExplode

...

Fixed. Thanks.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 9/27/2014 at 8:24 PM, Rickname said:

Please fix the problem with the Listviews -> the problem when it can't display the icons for every item in the Listview !!

Please explain the problem and show a script that demonstrates the problem.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted
  On 9/27/2014 at 9:42 PM, BrewManNH said:

Please explain the problem and show a script that demonstrates the problem.

I will post the source code showing the problem, but is a well know problem of AutoIt this thing, I will post the source code showing it after I will be back from work !

  • 2 months later...
Posted

Older version of AutoIt do not crash, just give a error.

I try to connect to Active directory. Now i use waters Active directory UDF.

When i try to connect to Active directory with bad username or password then i get error..

#include "AD.au3"

Global $sHostServer = "DC"
Global $sDNSDomain = "DC=work,DC=com"
Global $sConfiguration = "CN=Configuration," & $sDNSDomain
Global $sUserId = "1"
Global $sPassword = "2"

_AD_Open($sUserId, $sPassword, $sDNSDomain, $sHostServer, $sConfiguration)

And the error:

"D:DropboxJobbAutoIt3-IncludeAD.au3" (314) : ==> The requested action with this object has failed.:
$__oAD_Bind = $__oAD_OpenDS.OpenDSObject("LDAP://" & $sAD_HostServer, $sUserIdParam, $sPasswordParam, $__bAD_BindFlags)
$__oAD_Bind = $__oAD_OpenDS^ ERROR
->19:41:55 AutoIt3.exe ended.rc:1

Posted

The latest beta version of AutoIt has changed the way COM errors are handled.

Try to add

_AD_ErrorNotify(4)

at the top of your script.

Or use the latest production version of AutoIt.

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 1 month later...
Posted

post-66849-0-49093500-1423026702_thumb.j

The same error in the functions:

_FileListToArray
_GDIPlus_CustomLineCapGetStrokeCaps
_GDIPlus_BrushGetType
_GDIPlus_LineBrushGetColors
_GDIPlus_LineBrushGetRect
_GDIPlus_GraphicsGetCompositingQuality
_GDIPlus_GraphicsGetSmoothingMode
_GDIPlus_MatrixGetElements
_GDIPlus_Decoders
_GDIPlus_Encoders
_GDIPlus_ImageGetFlags
_GDIPlus_ImageGetRawFormat

=============================================

post-66849-0-58039600-1423026782_thumb.j

 My English is poor,can you understand me?

Posted

I see you are using HelpFile for  3.3.13.17 try to use the latest one I mean  3.3.3.19

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

  • Moderators
Posted

haijie1223,

Thanks, but we already know. It was a result of a bug following a change to the Help file build scripts which has now been fixed - the next release will be fine. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • 3 weeks later...

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...