Имя пользователя:
Пароль:
 | Правила  

Компьютерный форум OSzone.net » Программирование, базы данных и автоматизация действий » AutoIt » AutoIt 3.3.1.0 (20th May, 2009) (Beta)

Ответить
Настройки темы
AutoIt 3.3.1.0 (20th May, 2009) (Beta)

Аватара для Creat0R

Must AutoIt


Сообщения: 3054
Благодарности: 1009


Конфигурация

Профиль | Сайт | Отправить PM | Цитировать


Изменения
Автор: Creat0R
Дата: 21-05-2009
http://www.autoitscript.com/autoit3/files/beta/autoit

Цитата:
3.3.1.0 (20th May, 2009) (Beta)

AutoIt:
- Added #757: Set defaults for MouseClick()'s x/y parameters.
- Added #764: Return Pid on ProcessWait() and handle on WinWait(), WinWaitActive, WinActivate(), WinActive(), WinMove() when successful.
- Added #414: better handling of OnAutoItStart/OnAutoItExit, now #OnAutoItStartRegister, OnAutoItExitRegister() and OnAutoItExitUnRegister().
- Added: Better handling of AdlibEnable/AdlibDisable, now AdlibRegister(), AdlibUnRegister() and AdlibDisable().
- Added #351: Reverse PixelSearch().
- Added #769: FileFlush() function.
- Added #333: #NoAutoIt3Execute Directive for disabling /AutoIt3ExecuteScript or /AutoIt3ExecuteLine.
- Added #604: $GUI_BKCOLOR_TRANSPARENT can be used with label, group, radio, checkbox controls.
- Added #135: FileSetPos(), FileGetPos() functions for moving the file pointer around.
- Added #582: GUICtrlSetTip() can be used on TabItem controls. (Thanks ProgAndy)
- Added #699: Shutdown() now return @error=GetLastError() when failing.
- Added #461: StringReplace() from right to left if occurrence <0 as for StringInStr().
- Added: GUICtrlSetColor() and GUICtrlSetBkColor() for Combo Controls.
- Added: GUI without title bar (no $WS_CAPTION) can be moved with the mouse.
- Added #815: Temporary variables can be passed ByRef.
- Added #837: FileFindNextFile() set @extended if a directory is returned. (Thanks pdaughe)
- Added #839: Shutdown() rewritten and now works properly when run as a non-interactive user.
- Added: Shutdown() now takes an optional reason code.
- Added #846: _PathFull() now supports strange but valid syntax where drives do not have a trailing slash.
- Added #869: @MUILang macro to help MUI environment scripts. (Thanks Emiel Wieldraaijer)
- Added #918: Added Quality parameter to GUICtrlSetFont() and GUISetFont().
- Added: ProcessClose() return info on error.

- Fixed: CtrlSetStyle listview on non selected tab. (Thanks Ultima)
- Fixed #763: GUICtrlCreateIcon() create an empty icon on error. (Thanks Jos)
- Fixed: no mouse move when invalid button used in MouseClick() or MouseClickDrag().
- Fixed #779: infinite loop on Exit due to GUICreate() child badly created.
- Fixed #774: GuiCtrlSetBkColor() bad label display. (Thanks MvGulik)
- Fixed #790: Windows region constant $ERROR rename in $ERRORREGION.
- Fixed: StringInStr("aaa", "aa", 2) does not return 0.
- Fixed #802: Searching for controls by Height property.
- Fixed: Checkbox or radio painting on tab. (Thanks einaman)
- Fixed #816: data for GUI date control doc clarification. (Thanks anonymous)
- Fixed #819: Crash with EventLog functions.
- Fixed #814: InetGet() through a proxy requiring authentication did not work.
- Fixed #813: bad handling of Windows advanced matching for [HANDLE:...] in X64 version. (Thanks bsobottke@nero.com)
- Fixed #863: DirMove() extra dot. (Thanks dRsrb)
- Fixed #867: UDPRecv() can return from IP/Port. (Thanks Martin, livewire)
- Fixed #886: More explicit documentation that operator == is a forced string comparison.
- Fixed #885: Default compared to False returned True instead of False.
- Fixed #888: Send("{}}") Extra null char.
- Fixed #916: Line inversion in INet.au3
- Fixed: DllCall() returning 64-bit int. (Thanks wraithdu)
- Fixed: GuiCtrlSetImage() after GUI resized. (Thanks JackDinn)
- Fixed: DirMove() return code wrong under XP.
- Fixed #931: bad GUICtrlSetResizing() for graphic control. (Thanks martin)
- Fixed #934: MouseGetCursor() hogging mouse double click. (Thanks martin)
- Fixed #615: License updated to be less restrictive.
- Fixed #919: Remarks added to ConsoleWrite(), ConsoleWriteError() and StdinWrite() regarding how those functions handle binary data and non-ANSI characters.
- Fixed #897: Documented that StringToASCIIArray() does not accept binary input (convert to a string first).
- Fixed #937: Bad event handling of Opt("TrayMenuMode",1)

- Changed: It is now possible to read from files opened for writing.
- Changed: PCRE regular expression engine updated to 7.9.
- Changed #899: ShellExecute[Wait]() no longer uses "open" as the default verb. See remarks section for those functions for more information.
- Changed: Inet functions rewritten with the following additions and changes:
- Removed: Long deprecate URLDownloadToFile() alias for InetGet().
- Added: HttpSetUserAgent(), InetClose(), InetGetInfo() and InetRead() functions.
- Added: Multiple background downloads are now supported with InetGet().
- Added #408: New flag for ignoring SSL errors for HTTPS connections.
- Added #884: Better proxy support with mode 0.
- Added #949: The user-agent can be changed.
- Changed: InetGet() returns a handle which must be closed.
- Changed: @InetGetBytes, @InetGetActive and InetGet("abort") are deprecated and will be removed in the future.

AU3Info:
- Added #140: ToolsBar button infos.

UDFs:
- Added: _GDIPlus_BrushGetSolidColor, _GDIPlus_BrushSetSolidColor (smashly)
- Added: $tagWIN32_FIND_DATA and corresponding attribute constants.
- Added #868: _WinAPI_GetLayeredWindowAttributes(), _WinAPI_SetLayeredWindowAttributes(). (Thanks Prog@ndy)
- Added: _Date_Time_ ... Str() can return date as yyyy/mm/dd.
- Added #271: FTPEx.au3 for _FTP_...(). (Thanks ProgAndy, Wouter)
- Added #932: mouse event constants in WinDowsConstants.au3. (Thanks Spiff59)
- Added #952: _ArrayDisplay() extra parameter for column header text. (Thanks Zedna)
- Added #957: _Assert() in Debug.au3. (Thanks Nutster)

- Fixed #755: _FileReadToArray() removing empty end lines.
- Fixed #773: Doc for _GUICtrlStatusBar_SetParts (Thanks Zedna)
- Fixed #786: _SQLite_Exec() does not return @error. (Thanks tayoufabrice)
- Fixed: Doc for _ClipBoard_SetData
- Fixed #793: _WinNet_EnumResource error always returned
- Fixed: _StringAddThousandsSep adding leading comma with negative numbers (Zedna)
- Fixed #809: _Soundxxx() with first parameter as filename.
- Fixed #850: _ExcelReadSheetToArray doesn't work with German Excel 2003 (Prog@ndy) Note: not tested with other languages
- Fixed #887: Related section based on Tweaky work.
- Fixed #958: _ArrayDisplay - bad centering of window after adjust its width
- Fixed #951: _ArrayDisplay() speed improvement for nb entries >4000. (Thanks Zedna)
- Fixed: _SoundOpen() set @error on MCI Error.

- Changed: _StringBetween removed last optional param (not needed after change)(SmOke_N)

- Updated: Excel docs (litlmike)
- Updated: _SQLite 3.6.7 -> 3.6.14.1
- Updated: _ArrayCombinations, _ArrayPermute, _ArrayUnique (litlmike)

- Removed: _WinAPI_MakeDWord
P.S
Наконец InetGet поддерживает мультипоточные закачки и произвольный User Agent .

-------
“Сделай так просто, как возможно, но не проще этого.”... “Ты никогда не решишь проблему, если будешь думать так же, как те, кто её создал.”

Альберт Эйнштейн

P.S «Не оказываю техподдержку через ПМ/ICQ, и по email - для этого есть форум. ©»

http://creator-lab.ucoz.ru/Images/Icons/autoit_icon.png Русское сообщество AutoIt | http://creator-lab.ucoz.ru/Images/Ic...eator_icon.png CreatoR's Lab | http://creator-lab.ucoz.ru/Images/Icons/oac_icon.png Opera AC Community

Это сообщение посчитали полезным следующие участники:

Отправлено: 23:26, 20-05-2009

 

Новый участник


Сообщения: 36
Благодарности: 2

Профиль | Отправить PM | Цитировать


извените за незнания
Вы могли бы обьяснить что это такое и как я мог бы этим пользоваться

Отправлено: 08:33, 21-05-2009 | #2



Для отключения данного рекламного блока вам необходимо зарегистрироваться или войти с учетной записью социальной сети.

Если же вы забыли свой пароль на форуме, то воспользуйтесь данной ссылкой для восстановления пароля.


Аватара для Creat0R

Must AutoIt


Сообщения: 3054
Благодарности: 1009

Профиль | Сайт | Отправить PM | Цитировать


Цитата shyra1976:
что это такое и как я мог бы этим пользоваться »
Это AutoIt, хм, как пользоваться? как обычно, открываете SciTE, пишите код, и довольствуетесь(?) своим творением!

-------
“Сделай так просто, как возможно, но не проще этого.”... “Ты никогда не решишь проблему, если будешь думать так же, как те, кто её создал.”

Альберт Эйнштейн

P.S «Не оказываю техподдержку через ПМ/ICQ, и по email - для этого есть форум. ©»

http://creator-lab.ucoz.ru/Images/Icons/autoit_icon.png Русское сообщество AutoIt | http://creator-lab.ucoz.ru/Images/Ic...eator_icon.png CreatoR's Lab | http://creator-lab.ucoz.ru/Images/Icons/oac_icon.png Opera AC Community


Отправлено: 08:55, 21-05-2009 | #3


Новый участник


Сообщения: 36
Благодарности: 2

Профиль | Отправить PM | Цитировать


Как я могу использоват новые функции и что они дают

Отправлено: 09:05, 21-05-2009 | #4


Аватара для Creat0R

Must AutoIt


Сообщения: 3054
Благодарности: 1009

Профиль | Сайт | Отправить PM | Цитировать


shyra1976, Если честно я не знаю как отвечать на подобные вопросы - AutoIt это не пользовательская программа, это скриптовый язык программирования.

Я вам советую начать изучать Английский язык (базовые понятия как минимум), без него очень трудно (невозможно?) в программировании.
Я его тоже знал не очень когда начинал кодить, но в процессе стал изучать (словари, переводчики и т.п.).

Ну и кроме прочего (если всё же с Английским проблем нет), на все новые функции есть описание в справке, читаем и изучаем, я лично сам ещё даже не качал эту версии, только донёс новость до местного народа

-------
“Сделай так просто, как возможно, но не проще этого.”... “Ты никогда не решишь проблему, если будешь думать так же, как те, кто её создал.”

Альберт Эйнштейн

P.S «Не оказываю техподдержку через ПМ/ICQ, и по email - для этого есть форум. ©»

http://creator-lab.ucoz.ru/Images/Icons/autoit_icon.png Русское сообщество AutoIt | http://creator-lab.ucoz.ru/Images/Ic...eator_icon.png CreatoR's Lab | http://creator-lab.ucoz.ru/Images/Icons/oac_icon.png Opera AC Community


Отправлено: 09:21, 21-05-2009 | #5


Новый участник


Сообщения: 36
Благодарности: 2

Профиль | Отправить PM | Цитировать


да вы иногда и на русском пишите а понять не могу Я уже не говорю о англиском Я так жалуюсь Это не тема к обсуждению Просто так много можно сделать с помощью AutoIt что иногда теряешься что функция та или иная делает Даже если прочел инструкцию

Отправлено: 09:28, 21-05-2009 | #6



Компьютерный форум OSzone.net » Программирование, базы данных и автоматизация действий » AutoIt » AutoIt 3.3.1.0 (20th May, 2009) (Beta)

Участник сейчас на форуме Участник сейчас на форуме Участник вне форума Участник вне форума Автор темы Автор темы Шапка темы Сообщение прикреплено

Похожие темы
Название темы Автор Информация о форуме Ответов Последнее сообщение
[28.03.2010] FINAL WINSTYLE 2009 RU Moonlight (СКАЧАТЬ) prokazzza Проект WinStyle 2 27-08-2012 17:42
Ресурсы - Экраны приветствия 2009 / LogonUI (New design) 2009 prokazzza Оформление Windows XP 269 15-04-2012 17:46
Мультимедиа - MagOS 20091011 - Mandriva Linux 2009.1 (2009) Льодя Общий по Linux 3 06-02-2010 12:41
Офис и Текст - Kingsoft Office 2009 Pro (KSOffice 2009) sasha_cn Программное обеспечение Windows 0 15-08-2009 06:13
Visual Studio 2010 Beta 1 и .NET Framework 4.0 Beta 1 доступны на MSDN OSZone News Новости и события Microsoft 5 19-05-2009 23:34




 
Переход