Jump to content

Recommended Posts

Posted

  On 1/26/2013 at 6:24 AM, AZJIO said:

RegRead

Add a table

Not done as the link is down.

  On 1/26/2013 at 6:24 AM, AZJIO said:

IniRead

Specify that returns a string data type

Done.

  On 1/26/2013 at 6:24 AM, AZJIO said:

History of AutoIt and Developers (.TOC)

AutoIt and Developer History (Title)

Done.

  On 1/26/2013 at 6:24 AM, AZJIO said:

_ArrayDisplay

$sheader

Done.

  On 1/26/2013 at 6:24 AM, AZJIO said:

_GUICtrlComboBox_ReplaceEditSel

; Limit text in edit box

_GUICtrlComboBox_ReplaceEditSel($hCombo, "New Edit Text")

Done.

  On 1/26/2013 at 6:24 AM, AZJIO said:

_GUICtrlComboBox_ShowDropDown

; show drop down

_GUICtrlComboBox_ShowDropDown($hCombo)

Done.

  On 1/26/2013 at 6:24 AM, AZJIO said:

_GUICtrlComboBox_AddString, etc.

; Add files

_GUICtrlComboBox_AddDir($hCombo, "", $DDL_DRIVES, False)

Not done. Could you elaborate or fix for me please.

  On 1/26/2013 at 6:24 AM, AZJIO said:

_GUICtrlComboBox_SetCueBanner

GUICreate("ComboBox Get Count", 400, 296)

Done.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Running Scripts
$CmdLine and $CmdLineRaw are constants and therefore cannot be changed.
$CmdLineRaw - isn't a constant (is checked)

 

GUI Reference - MessageLoop Mode
Local $aMsg = -1

Not necessarily

GUI Constants include files

#include <RichEditConstants.au3> Edit, Input
RichEdit

@OSLang Values
0819 2073 ru-MO Russian - Moldova

Posted

  On 7/13/2013 at 9:00 AM, AZJIO said:

Running Scripts

$CmdLine and $CmdLineRaw are constants and therefore cannot be changed.

$CmdLineRaw - isn't a constant (is checked)

Myself and Melba23 are working on improving this section, I've already started. What makes you say it isn't a constants.

 

  On 7/13/2013 at 9:00 AM, AZJIO said:

GUI Reference - MessageLoop Mode

Local $aMsg = -1

Not necessarily

It's just initialising the variable

 

  On 7/13/2013 at 9:00 AM, AZJIO said:

GUI Constants include files

#include <RichEditConstants.au3> Edit, Input

RichEdit

Explain please.

 

  On 7/13/2013 at 9:00 AM, AZJIO said:

@OSLang Values

0819 2073 ru-MO Russian - Moldova

We use this - http://msdn.microsoft.com/en-us/library/windows/desktop/dd318693(v=vs.85).aspx as reference

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 7/13/2013 at 9:00 AM, AZJIO said:

GUI Reference - MessageLoop Mode

Local $aMsg = -1

Not necessarily

Anyway I set to 0 and removed the magic numbers.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 9/10/2012 at 7:42 PM, AZJIO said:

Try to click the "macro" on this page

The jump is done accurately to the desired string. No need then to search in the list.

Done.

  On 9/10/2012 at 7:42 PM, AZJIO said:

Using AutoIt / Script Editors

TextPad

Crimson Editor (free)

Source Edit (free)

UltraEdit

Notepad++ - ???

Do people use it for AutoIt?

  On 9/10/2012 at 7:42 PM, AZJIO said:

Tutorial - WinZip, Tutorial - Notepad

"AutoIt v3 Window Information", "AutoIt Window Information Tool", "Information Tool" -> AutoIt v3 Window Info

Done.

  On 9/10/2012 at 7:42 PM, AZJIO said:

Language Reference - Datatypes

true, false, and, or, not -> True, False, And, Or, Not

Done.

  On 9/10/2012 at 7:42 PM, AZJIO said:

TrayTip

This sound can be disabled by adding 16 to the options parameter or by setting an empty title.

Done.

  On 9/10/2012 at 7:42 PM, AZJIO said:

GUISetStyle

See the Extended Style Table below

Done.

  On 9/10/2012 at 7:42 PM, AZJIO said:

_GUICtrlMonthCal_...

Elements overlap each other

I didn't see that.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

AZJIO,

Would you mind checking if these are still relevant please in v3.3.9.7. Thanks

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

That's a bug with $CmdLineRaw.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  Quote

Do people use it for AutoIt?

I know of only two types of people, those who use Notepad++ and those who use SciTE. Never seen anyone who use TextPad, Crimson Editor (free) Source Edit (free), UltraEdit. Although I have some of these editors are installed

Posted
  On 7/13/2013 at 11:26 AM, AZJIO said:

Edit, Input

RichEdit

RichEditConstants.au3 affects the RichEdit

Are you sure? Could you provide a re-producer.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Administrators
Posted
  On 7/13/2013 at 11:40 AM, AZJIO said:

I know of only two types of people, those who use Notepad++ and those who use SciTE. Never seen anyone who use TextPad, Crimson Editor (free) Source Edit (free), UltraEdit. Although I have some of these editors are installed

 

Notepad++ is my default text editor. I use it for autoit on random machines when I've not got a full installation. IIRC the autoit support is built into the exe so it's fairly simple - but it's decent for the odd edit.

Posted

I don't see it on Windows 7.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)
  Quote

Not done as the example has changed.

#include <Constants.au3>

; Show the Windows PickIconDlg.
Local $sFileName = @SystemDir & '\shell32.dll'

; Create a structure to store the icon index
Local $stIcon = DllStructCreate("int")
Local $stString = DllStructCreate("wchar[260]")
Local $structsize = DllStructGetSize($stString) / 2
DllStructSetData($stString, 1, $sFileName)

; Run the PickIconDlg - '62' is the ordinal value for this function
$aRes = DllCall("shell32.dll", "none", 62, _
        "hwnd", 0, _ ; Specify the window handle, if you want to make it a child of the
        "ptr", DllStructGetPtr($stString), _
        "int", $structsize, _
        "ptr", DllStructGetPtr($stIcon))
If @error Or Not $aRes[0] Then Exit ; If you clicked the button "Cancel"

$sFileName = DllStructGetData($stString, 1)
Local $nIconIndex = DllStructGetData($stIcon, 1)

; Show the new filename and icon index
MsgBox($MB_SYSTEMMODAL, "Info", "Last selected file: " & $sFileName & @LF & "Icon-Index: " & $nIconIndex)

 ; Specify the window handle, if you want to make it a child of the

If @error Or Not $aRes[0] Then Exit ; If you clicked the button "Cancel"

Edited by AZJIO
Posted

It can't be done given the nature of how the help files are built.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted (edited)
  On 7/13/2013 at 12:33 PM, AZJIO said:

I think this is an appeal to those who edits the Help compiler. Color syntax is easier to read

 

Changing the coloring of more text is very possible but also means longer processing time and larger helpfile.

I will do a little testing to see what this idea would give as consequences.

Jos

Edited by Jos

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...