Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 3866)

Ticket Resolution Summary Owner Reporter
#154 No Bug Error : Can not redeclare a constant eyjerome@…
Description

Hello !

I'm a new user of AutoIt (3.2.10.0). For start, i used the help file. But, when i use the sample script of the function _ArrayAdd (or other) :

#include <Array.au3>
Dim $avArray[10]
$avArray[0] = "JPM"
$avArray[1] = "Holger"
$avArray[2] = "Jon"
$avArray[3] = "Larry"
$avArray[4] = "Jeremy"
$avArray[5] = "Valik"
$avArray[6] = "Cyberslug"
$avArray[7] = "Nutster"
$avArray[8] = "JdeB"
$avArray[9] = "Tylo"
_ArrayDisplay( $avArray, "Whole array" )
_ArrayAdd( $avArray,"Brian")
_ArrayDisplay( $avArray, "Updated Array" )

I get :

Files\AutoIt3\Examples\Helpfile\_ArrayAdd.au3"    
C:\PROGRAM FILES\AUTOIT3\Include\Memory.au3 (56) : ==> Can not redeclare a constant.: 
Global Const $PROCESS_TERMINATE = 0x00000001 
Global Const ^ ERROR
>Exit code: 1    Time: 3.380

Can I make an error or is this a bug ?

Thanks (and sorry for my english ;-) )

Jérôme

#155 Wont Fix Auto resize of GUICtrlCreateGraphic control notify area. (?) M.v.Gulik
Description

Hi

Run into something that stuck me as odd. Other than than I'm not sure what to make of it. (AutoIt-bug,Win-bug, or No-bug)

When resizing a resizeble gui-window, with a GUICtrlCreateGraphic control in it. the visual graphic of the graphic-control stays as it is. (as expected) but the notification area of that graphic control is however (auto)resized. (?)

M.v.Gulik. Xp.Pro.Sp2, AutoIt.beta.3.2.11.1 (only testes on 3.2.11.1)

included au3 file. (run and resize) Grahic controle item = white area + blue border. Fake notify area = black border area.

#156 Rejected Custom Defined Types - Recordset Jonathan.Hirtler@…
Description

It would be good to be able to define a custom type or record set. i.e. Type Application

AppName AppCmd AppPath

End Type

$app.AppName = "command prompt" $app.AppCmd = "cmd.exe"

and array support for custom types i.e. $app[1].AppName = "blah" $app[1].AppCmd = "blah.exe" etc

Note: See TracQuery for help on using queries.