Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (136 - 138 of 3866)

Ticket Resolution Summary Owner Reporter
#559 No Bug FileCopy does not work when there is a file exist with the same name of the "dest dir" anonymous
Description

FileCopy does not work when there is a file exist with the same name of the "dest dir"

code: FileCopy("c:\aaa\*.txt", "c:\bbb", 9)

the file "c:\bbb"(not dir) is already exist then FileCopy does not work.

#563 No Bug Not really a future request and Not really a bug -> Msgbox Left and Right Margin Emiel Wieldraaijer
Description

Hi,

I think the right right margin of a messagebox should be increased with 4 spaces and left from the icon it should be increased with one space.

MsgBox Example: (Left)Spaces Icon Spaces "This is the text displayed" (Right)Spaces

#567 No Bug missing function grzesiek
Description

Obfuscator does not add _GUICtrlListView_Sort() function to compiled script.

Example script:

#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/SO

#include <GuiListView.au3>
#include <GUIConstantsEx.au3>

$hGUI = GUICreate("")
$hListView = _GUICtrlListView_Create($hGUI, " ", 0, 0)
GUISetState()
_GUICtrlListView_RegisterSortCallBack($hListView)

Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE

_GUICtrlListView_UnRegisterSortCallBack($hListView)
Note: See TracQuery for help on using queries.