Jump to content

Andon

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Andon

  1. _FTP_ListToArrayEx and _FTP_ListToArray2D does not work with specified $Return_type as files (2) or directories (1). works only when $Return_type is set to 0 - both, files and directories
  2. Another bug(?): _FTP_ListToArrayEx and _FTP_ListToArray2D does not work propertly with specified $Return_type as files (2) or directories (1). they works only when $Return_type is set to 0 - both, files and directories
  3. I did so and did not work
  4. After installing the new version of Autoit MsgBox(0,'','')returns in SciTE: >C:\program files\autoit3\autoit3.exe "D:\test\tmp.au3"and then: "The name 'C: \ Program' is not recognized as internal or external command, program or batch file." (in my language) but my Autoit is installed in d:\program... is there any configuration of SciTE to by able to tell him where is autoit installed? or something? I tried to install new ver. with and without deinstallation old ver.
  5. Hi. Is it possible to set the background color of the chcecked (not selected) item (_GUICtrlListView, $LVS_EX_CHECKBOXES) ?
  6. Hello, is it possible to check the status of Windows XP firewall (on / off) and able to control it? Thanks for your help. EDIT: OK, I use netsh, but if there is solution using Autoit I'll by very intrested
  7. sorry, my mistake
  8. HI, first of all sorry for my english I have some problem: wen press F5 (Go) i SciTE - my script (with include FTPEx.au3 in v3.3.1.1 beta) not working propertly (last monday was OK): _FTP_Connect - OK _FTP_FileRename - OK _FTP_FileDelete - OK _FTP_ListToArrayEx - xxx _FTP_ProgressUpload - xxx _FTP_DirPutContents - xxx even _FTP_FilePut - xxx and more and... when build exe (f7) everythig is OK. all this functions work propertly! that confused me when I want to test scripts Please help me. >_<
  9. Oh, it was just wrong dll) All OK
  10. Hi, I've got that error: D:\temp\7Zip.au3 (744) : ==> Variable used without being declared.: If $hArchiveProc Then DllCallbackFree($hArchiveProc) If ^ ERROR $hArchiveProc is in function OnAutoitExit() in 7Zip.au3 file dll is from here any ideas?
×
×
  • Create New...