Jump to content

Recommended Posts

Posted (edited)

in "Install Directory Structure" section there is note about:  HKEY_LOCAL_MACHINESOFTWAREAutoIt v3

is it still valid ?

I can not find this KeyName in RegEdit.exe

EDIT: #2837

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

In helpFile I have tab "Wyszukaj" == Search

When I write INI and just press ENTER then HelpFile is hung... Not answering..

It happened to me first time.

Please answer only If you can confirm this issue ?

I think it can be realted to my system not directly to AutoIt HelpFile.

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

mLipok,

Works fine for me - must be your system. :)

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

 

Posted (edited)

It is strange.

When I use F1 in SciTE4AutoIt then I can not search because it hung.....

When I try to cloes it using ALT+F4 then I have info "Program AutoIt3Help viewer not answering ...."

Bu when I open "c:Program Files (x86)AutoIt3AutoIt3Help.exe" from Explorer then all works OK.

EDIT:

strange even more.

now again works ok.

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 (edited)

usingautoit.htm

"Intended Use" - do first in the list

Using AutoIt -> Script Editors

Missing Notepad++  ;)

I did not meet the description of the character " _" which is line break

Tutorials -> My First Script (Hello World)

There is a screenshot of a template that appears when you create a script. You need to specify where the template file that the user can change it if desired. On a web page "Install Directory Structure" there is no information about a file path.

Edited by AZJIO
Posted
  On 8/20/2014 at 3:39 AM, AZJIO said:

usingautoit.htm

"Intended Use" - do first in the list

Using AutoIt -> Script Editors

Missing Notepad++  ;)

 Fixed

  Quote

 

I did not meet the description of the character " _" which is line break

Where ?

  Quote

 

Tutorials -> My First Script (Hello World)

There is a screenshot of a template that appears when you create a script. You need to specify where the template file that the user can change it if desired.

I assume you understand where the Right-click is done

  Quote

 

On a web page "Install Directory Structure" there is no information about a file path.

I don't understand

Thanks for your feedback

Jpm

Posted

Help file has empty #include lines (UDF descriptions) in release and beta.

  Reveal hidden contents

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Posted

I just now wondering how could I not notice this, for so long .....

#2852

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 (edited)

  Quote

 

_GUICtrlButton_Create

Creates a Button control

#include <GuiButton.au3>

_GUICtrlButton_Create ( $hWnd, $sText, $iX, $iY, $iWidth, $iHeight [, $iStyle = -1 [, $iExStyle = -1]] )

 

edit: above is AI 3.3.10.2

and AI 3.3.13.18

  Quote

 

_GUICtrlButton_Create

Creates a Button control

#include

_GUICtrlButton_Create ( $hWnd, $sText, $iX, $iY, $iWidth, $iHeight [, $iStyle = -1 [, $iExStyle = -1]] )

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 (edited)

in: "GUI Reference - MessageLoop Mode" (and many others)

there is few examples and snippets

but why syntax are not correctly highlighted, I mean why syntax is not in correct colors - like in all others 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

The text is certainly there but displayed or not depending on system/browser config. mLipok created the ticket and jpm found a fix this morning.

  Reveal hidden contents

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Posted

The issue was because I wasn't replacing < and > with &lt; and &gt;. Silly mistake. Sorry.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I have also issued a fix with missing remarks.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 8/21/2014 at 12:38 PM, jpm said:

Where ?

No description " _".

'ACos2 =' & $nACos2 & @LF & _
        'ACos3 =' & $nACos3)
  Quote
I assume you understand where the Right-click is done

Many people ask how to change the contents. People want a different form template. People ask, where is this file

Posted
  On 8/21/2014 at 9:45 PM, mLipok said:

in: "GUI Reference - MessageLoop Mode" (and many others)

there is few examples and snippets

but why syntax are not correctly highlighted, I mean why syntax is not in correct colors - like in all others example ?

Weird. I added to the build script the ability to parse code between @@SyntaxHighlighting@@...@@End@@ so it's easier to add Au3 code to the html files, but seems something is off with SciTE highlighting. I will have a look. 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
×
×
  • Create New...