Jump to content

Recommended Posts

Posted
  On 6/3/2021 at 10:07 PM, TheXman said:

Just a small typo.

In the Remarks section of the #OnAutoItStartRegister topic in the help file (chm and web), you will see the word "Dlobal".

Expand  

Thanks for reporting.

btw.
This has already been fixed on March 23, 2018
 

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

Posted
  On 6/4/2021 at 11:19 AM, mLipok said:

This has already been fixed on March 23, 2018

Expand  

Thanks @mLipok

I searched the forum for "dlobal" to see if it had already been reported and found no results.  Since I rarely use betas, I didn't think to look at the latest beta's help file.  :doh:  I do see that the beta help file has the correction.  If I come across any more help file issues, I'll make sure to check the beta first.  :thumbsup:

Posted
  On 6/10/2021 at 4:19 PM, Anisha said:

Please check it:

Expand  

Help page entitled “_GDIPlus_BitmapCreateFromMemory” returns as expected.

Should I run the function thru a comprehensive stress test in my function simulator and compare the output to the help page, or do you want to indicate what the specific problem is?

Code hard, but don’t hard code...

Posted (edited)

Your statement is not clear.

Please be more specific and say exactly what you mean ... with example.

Edited by mLipok

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

Posted
  On 6/18/2021 at 4:10 PM, oliviakaylie said:

None of the Array functions work on anything more than a 2D array, no point in using multiD array as a description, it would cause much more confusion than clarity.

Expand  

I'm still not sure what exactly you mean.

I can only say that in:
https://www.autoitscript.com/autoit3/files/beta/autoit/docs/keywords/Dim.htm

"Example 1" was recently changed to:

; Declaring variables
Local $i, $j = 23, $k
Global $g_fPI = 3.14159, $g_iRADIUS
Local $iDaysWorking = 5

; Declaring arrays
Global $g_aChessBoard[8][8]
Global $g_aEmptyArray[0]
Global $g_aAutoSize[] = [1, 2, 3, 4]
Local $aStates[2], $aWindowsStats[4]
Local $a2Dimensions[2][3] = [[1, 2, 3], [4, 5, 6]]

; Declaring constant variables
Const $iX1 = 11, $iY1 = 23, $iZ1 = 55
Global Const $PI = 3.14159, $E = 2.71828
Local Const $DAYS_WORKING = 5

I'm not sure if the "Declaring arrays" section (in this mentioned current version ) is what you mean.

If not, just try to be more specific.

mLipok

 

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

  • Developers
Posted
  On 6/19/2021 at 12:50 PM, mLipok said:

I'm still not sure what exactly you mean.

Expand  

Just let it be for the moment as my current guess is you won't ever get an answer and maybe even that the post will suddenly vanish., so just wait n see what happens. ;) 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • 2 weeks later...
Posted (edited)

description for this following macros

@LogonDNSDomain Logon DNS Domain.
@LogonDomain Logon Domain.
@LogonServer Logon server.

they are not very informative.

Can anyone propse a better description?

Edited by mLipok

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

  • 1 month later...
Posted

The example in VarGetType calls the Double a Float ($fFloat) and includes an extra line for hWnd, even though it returns a Ptr.

Also, the tabs make the data come out mis-aligned, but that might just be me.

All my code provided is Public Domain... but it may not work. ;) Use it, change it, break it, whatever you want.

  Reveal hidden contents
  • 2 weeks later...
Posted (edited)

In description for:
 

IsAdmin()

there is :
 

  Quote

Return Value

Success: 1 if the current user has administrator privileges.
Expand  

IMHO this statement is not accurate.
Because you can run for example an compiled script as a specific not current user.
I mean current user (logged into a Windows) it is not always the same as the user who started the program.

Does this description need a correction ?

What you think about ?
 

Edited by mLipok

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

Posted

Linguistic interpretations.
Say you RunAs another user. The current user for the program, is the user the program runs under. That is the current user at the time for that program.
The help statement is accurate, unless you find better wording. I can not think of better wording at this time. As is, is good.
Maybe add a reference to RunAs() ?, as to hint the reader that a current user could be any user, even SYSTEM. 

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

  • 4 weeks later...
Posted

The problem is that I cannot get the SetCueBanner to display on EditBoxes :(

This example is from the help file, and only slightly modified.

@Melba23's research indicates it cannot be done.

 

A one line addition to the Help File

Windows documentation indicates that it is not possible to set Cue text on multiline controls.

Yes?

 

 

 

Skysnake

Why is the snake in the sky?

  • Moderators
Posted

Skysnake,

Suitable text added to Help file.

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

 

  • 2 months later...
Posted

Does for GUICreate() function Helpfile says nothing about width and height default values, or I'm blind ?
Can somebody explain and propose some description to this parameters default values ?

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

  • 3 months later...
Posted (edited)

I'm not EN native speaker but want to ask if here: https://www.autoitscript.com/autoit3/docs/script_breaking_changes.htm

  Quote

 has been addaptedto fit W3C Colors.

Expand  

Do there should be an additional space? And not duplicated "d" ?
I mean "adapted to" instead "addaptedto"
Google translates both forms `addaptedto` and `adapted to` as well.

btw. 
There is one more lack of space

  Quote

MDGRAY,MONEYGREEN 

Expand  

 

Edited by mLipok

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

Posted
  On 3/8/2022 at 10:39 PM, Jon said:

Should be “adapted to”

Expand  

Fixed on SVN

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

  • 3 months later...
Posted

I have a question about: _WinAPI_GetProcessWindowStation()
In this descripion what mean "station" in what sens "window station" it is ?
Is this simply handle to the main window of the process ?

_WinAPI_GetProcessWindowStation

Retrieves a handle to the current window station for the calling process

#include <WinAPISys.au3>
_WinAPI_GetProcessWindowStation ( )

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

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
×
×
  • Create New...