Articles

2021

November 2021

Use curl to make HTTP request with AGS-wrapper-curl

November 25, 2021

AGS provides the wrapper @autoit-gui-skeleton/ags-wrapper-curl for the library Curl built by Ward.

Read

Simplify the use of scrollbars with AGS-wrapper-scrollbars

November 24, 2021

AGS provides the wrapper @autoit-gui-skeleton/ags-wrapper-scrollbars for the library GUIScrollbar_Ex and GUIScrollbars_Size built by Melba23.

Read

Calculates the size of label required for a given text string with AGS-wrapper-string-size

November 22, 2021

StringSize takes a text string and calculates the size of label required to hold it as well as formatting the string to fit. AGS provides the wrapper @autoit-gui-skeleton/ags-wrapper-string-size from library of Melba23 StringSize.au3

Read

October 2021

Adding AutoIt actions (Run, Compile, Syntax check...) in Jetbrains

October 11, 2021

How to add AutoIt actions (Compile, Run, Syntax Check…) in Jetbrains.

Read

AutoIt syntax highlighting in Jetbrains

October 11, 2021

How to enable AutoIt syntax highlighting in Jetbrains.

Read

2018

September 2018

How to create a new AGS wrapper ?

September 1, 2018

An AGS-wrapper is a simple wrapper for an another library created by another team/developper and which allows you to benefit from the advantages of a dependency manager.

Read

July 2018

Check for updates into an AutoIt application with AGS-component-check-for-updates

July 18, 2018

AGS provides the component @autoit-gui-skeleton/ags-component-check-for-updates in order to add the feature to check for updates to an AutoIt application

Read

Send HTTP request in AutoIt with AGS-component-http-request

July 17, 2018

In order to send HTTP request, AGS provides this component @autoit-gui-skeleton/ags-component-http-request. This library is used to send HTTP request in GET or POST method, and with or wihtout behind a corporate proxy.

Read

Use JSON files in AutoIt with AGS-wrapper-json

July 16, 2018

In order to work with JSON, AGS provides a wrapper @autoit-gui-skeleton/ags-wrapper-json of the library JSON.au3, created by Ward. This library allows us to decode/encode JSON with the minimalistic JSON parser jsmn.

Read

AGS provides a fast dependencies manager for AutoIt with Yarn.

July 10, 2018

In order to simplify the management of the dependencies of an AutoIt project built with AGS, we have diverted form its initial use the dependency manager npm, and its evolution Yarn. This allows us to manage the dependencies of an AGS project with other AutoIt libraries, and to share these AutoIt packages from the npmjs.org repository.

Read

June 2018

AGS makes it easy to create Windows installer (setup) for AutoIt applications

June 4, 2018

AGS provides a process and some features to facilitate the creation of a Windows setup to an AutoIt application.

Read

May 2018

Publication of AGS on Github

May 22, 2018

AutoIt Gui Skeleton (AGS) is now available on GitHub.

v20100v

Read

Github Pages with Jekyll support

May 17, 2018

This website is deployed on Github pages, with Jekyll. Thanks to them for this wedding.

v20100v

Read