Edited by Jon, 14 March 2008 - 06:37 PM.
Latest Beta
#1
Posted 01 January 2006 - 07:09 PM
#2
Posted 07 January 2006 - 04:59 PM
Fixed : SplashTexton Doc for opt=32. (Thanks griaco)
Fixed : ElseIf ... Then statement not detected. (Thanks VicTT)
Fixed : _StringEncrypt error return. (Thanks JerryD)
Fixed : TCPRecv Doc. (Thanks pingpong24/ by Larry)
Fixed : Crash when using @IPADDRESSn and no network.
Fixed : Illegal #include with no error message. (Thanks VicTT)
Fixed : _PathFull() 2 bugs. (by Valik)
Fixed : _INetSmtpMail() @error 5 (I hope). (Thanks Wooltown, MikeOsdx)
Removed : /c command line, only /AutoIt3ExecuteLine working.
#3
Posted 07 January 2006 - 07:50 PM
#4
Posted 10 January 2006 - 03:45 PM
#5
Posted 10 January 2006 - 04:22 PM
not reallyJP, do you have enough stuff together for 3.1.101 yet?
#6
Posted 10 January 2006 - 04:24 PM
#7
Posted 10 January 2006 - 08:05 PM
Addition you say... ? Sounds interesting, do people know what it is already or have you submitted it for 101 ? Sorry, haven't been on in a while.Maybe also the small addition to DllCall() you know
#8
Posted 10 January 2006 - 09:07 PM
#9
Posted 10 January 2006 - 09:14 PM
I was just waiting some doc/test about DLLCall from Holger. I give him 1 hour and I upload.Think you could go ahead and release 3.1.1.101, JP? I need @COM_EventObj to finish up one of my scripts. I'd also like to get a new source archive with the build-related changes I mentioned (Provided you don't have any problems with those changes).
#10
Posted 10 January 2006 - 10:51 PM
Fixed : _INetSmtpMail(). (Thanks JdeB/by JdeB)
Added : @COM_EVENTOBJ. (by Valik)
Fixed : AutoIt crash when using embedded OBJ on 2 child GUI. (Thanks Valuater)
Added : DLLCall with ordinal entry point (waiting Doc). (by Holger)
Fixed : Support for the COM Currency (VT_CY) datatype. (Thanks dougie/ by SvenP)
#11
Posted 10 January 2006 - 11:09 PM
Two files need changed: macros.htm and AutoItRelated.htm
#12
Posted 10 January 2006 - 11:57 PM
jpm,You can download from http://www.autoitscript.com/autoit3/files/beta/autoit/
I noticed that the new error codes were missing from the documentation for _INetSMTPMail, so here's the updated help for the next release.
Let me know if this should have been posted somewhere else.
Regards
Walkabout
INetSMTPMail.txt 1.91K
808 downloads
#13
Posted 11 January 2006 - 07:19 AM
You right I was so involve on having something working that I forget. I wiull send it to JdeB which is the UDF integrator.jpm,
I noticed that the new error codes were missing from the documentation for _INetSMTPMail, so here's the updated help for the next release.
Let me know if this should have been posted somewhere else.
Regards
WalkaboutINetSMTPMail.txt 1.91K 808 downloads
Thanks
#14
Posted 11 January 2006 - 06:27 PM
Woah! WTF is this?BUMP you have to change script which spawn other with the /c switch. Until beta 3.1.1.99 you will get a popup telling that the /c will soon be removed for ever. Will be removed in 3.1.1.100.
Now, I'm sure there must be a good reason for this, and you've probably had long threads posted somewhere discussing this to death, but since I can't search the forum for "/c" I can't seem to locate them. A change of this magnitude is going to impact literally everything I do with AutoIt, and I'd have great reservations on its continued usefullness if this change is as bad as it sounds. Hopefully this seemingly idiotic decision isn't being made because of some perceived idea of the harm it could do in the wrong hands (that's true of about anything).
So, can someone point me to the discussions on this? Is there some new sensible workaround that I'm not aware of? Hopefully I'm misunderstanding this whole thing. If so, sorry. But if not, I shudder.
#15
Posted 11 January 2006 - 06:34 PM
Woah! WTF is this?
Now, I'm sure there must be a good reason for this, and you've probably had long threads posted somewhere discussing this to death, but since I can't search the forum for "/c" I can't seem to locate them. A change of this magnitude is going to impact literally everything I do with AutoIt, and I'd have great reservations on its continued usefullness if this change is as bad as it sounds. Hopefully this seemingly idiotic decision isn't being made because of some perceived idea of the harm it could do in the wrong hands (that's true of about anything).
So, can someone point me to the discussions on this? Is there some new sensible workaround that I'm not aware of? Hopefully I'm misunderstanding this whole thing. If so, sorry. But if not, I shudder.
Whoa!! Ok man... take a deep breath... '/c' is being replaced with '/AutoIt3ExecuteLine' , you'll just need to make the changes in the scripts you currently have. (Or not use Beta
Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
#16
Posted 11 January 2006 - 06:58 PM
Ah, so, I was misunderstanding then. I'd either not known of or forgotten about an AutoIt switch "/c" and assumed when they said "which spawn other with the /c switch" they were speaking of the ability to spawn other processes using the /c switch of @COMSPEC. Totally different thing. Nothing to see here. Move along.Whoa!! Ok man... take a deep breath... '/c' is being replaced with '/AutoIt3ExecuteLine' , you'll just need to make the changes in the scripts you currently have. (Or not use Beta
)
#17
Posted 11 January 2006 - 08:53 PM
It is not a change on use of @comspec which definitly need /c.Ah, so, I was misunderstanding then. I'd either not known of or forgotten about an AutoIt switch "/c" and assumed when they said "which spawn other with the /c switch" they were speaking of the ability to spawn other processes using the /c switch of @COMSPEC. Totally different thing. Nothing to see here. Move along.
The change was done to allow a compiled script to use for its personal purpose /c.
Previously run("compiledscript.exe /c ...) was not allowed. Now you can.
the drawback is now
run(@autoITEXE & " /c ...")
need to be changed to
run(@autoitExe & " /AutoIt3ExecuteLine ...")
#18
Posted 18 January 2006 - 04:15 PM
Fixed : @COM_EventObj doc typo. (by Valik)
Fixed : _INetSmtpMail() error doc. (Thanks walkabout)
Fixed : GUICtrlSetState(tabitem,@SW_SHOW) under creation bad tabitem display. (Thanks Helge)
Fixed : Additional error number in DllCall() if "function" can not be found in the DLL. + doc. (by Holger)
Fixed : _INetSmtpMail() again and I hope last. (Thanks Wooltown)
Fixed : Some docs. (Thanks Helge)
Updated : v1.49 (17 January 2006)
- Fixed bug in _ArrayPush() when Direction 1 is specified. (AnnA)
- Helpfile _ArraySearch example corrected. (Valuater)
- Removed obsolete parameters from _GUICtrlTreeViewSelectItem(), Scripts need updating! (JdeB)
- Fixed : _INetSmtpMail() (by JPM). (Thanks Wooltown, MikeOsdx)
- Updated all UDFs to get rid of any Errors from Au3Check v 1.50 will All checks enabled.
- Updated _ArrayDisplay() added Const to Byref of the first parameter. (Valik)
- Fixed bug in _PathFull when using root of a drive. (Valik)
Fixed : A for..in loop could fail undeserved on certain type of collections. (by SvenP)
Fixed : Controls created by GUICtrlCreateObj have now default window style WS_VISIBLE, so they can be seen on tabs. (by SvenP)
Fixed : Permanent fix of old bug 2005-10-18, related to deletion of a RichText control. (by SvenP)
Added : GUICtrlCreateObj now supports multiple GUIs. (by SvenP)
Fixed : Memory leak when GUICtrlCreateObj failed in some situations. (by SvenP)
Fixed : $DLG_TEXTVCENTER added to Constants.au3. (Thanks griaco)
Fixed : SetError(), SetExtended() can return a value. (by Valik)
Added : GUIRegisterMsg() to modify GUI WM_Message-routines at runtime. (by holger)
Added : GUICtrlListViewSortRegister() to create a real sorting routine for GUI ListView's. (by holger)
Added : TrayItemGetHandle() to get the internal handle of tray menu items. (by holger)
Fixed ; TraySetClick doc. (Thanks PartyPooper)
Edit: some omissions
Fixed : cmdline /ErrorStdOut with /AutoIt3ExecuteLine. (by Valik)
Added : Call with parameters (Doc missing but just add parameters as needed). (by Valik)
Edited by jpm, 18 January 2006 - 05:16 PM.
#19
Posted 19 January 2006 - 12:02 AM
Does this include HotKeySet, and other parameterless calling built-ins?
#20
Posted 19 January 2006 - 12:05 AM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





