Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (292 - 294 of 3893)

Ticket Resolution Summary Owner Reporter
#1003 No Bug FileSelectFolder: flag doesn't work as documented c.haslam
Description
$s = FileSelectFolder("Choose","",2)

shows New Folder button So does

$s = FileSelectFolder("Choose","",2+4)

Doc says "UNC paths are not supported". They are, at least for directories. (If you pick a drive on a peer, it returns ...\NetHood\...)

Doc says '"Create Folder Button" may require Win XP'. It works on Win2K.

#1008 No Bug Math function mod( ) result display bug txj
Description

code like this

MsgBox(0, "result", mod(-3, -1))

display is -0 , it is incorrect, it must be displayed as 0 .

I hope this bug changed in the next version(3.3.1.0) of AutoIt.

my operating system is Simplified Chinese Windows 2000 advanced server + SP4 + Rollup1 + many hotfixes.

#1011 No Bug GUICtrlSetOnEvent registeres also on Listviewitems created with _GUICtrlListView_AddItem and lparam Qsek
Description

When using OnEventMode, GUICtrlSetOnEvent seems to also fire when you click on Listviewitems created with _GUICtrlListView_AddItem If the $iParam is the same as a controlID of an control on which GUICtrlSetOnEvent is bounded, a click on this Listviewitem will run the associated OnEvent function, as if you would have clicked the control. See attached example 2.au3 click on item 4 and 5 Qsek

Note: See TracQuery for help on using queries.