jpm Posted July 17, 2005 Author Posted July 17, 2005 17th July 2005 - v3.1.1.61 (beta)Updated : String...() examples. (By Nutster) Fixed : Doc related links. (Thanks Zedna) Fixed : GuiCtrlSetImage repainting. (Thanks Ejoc) Fixed : InputBox, MsgBox default parameter. (Sorry Nutster for the bad modif I did to your code) Added : ConsoleWriteError(). (By Valik) Added : UDFs v1.27 (By JdeB/gafrost)- Added _Radian() and _Degree() to Math.au3 (Erifash)- Added _FileList2Array.au3 to File.au3 (Solid)- Added _INetGetSource.au3 to Inet.au3 (W0uter)- Fixed documentation for _ArraySort() (jdeb)
GaryFrost Posted July 17, 2005 Posted July 17, 2005 Just jdeB, don't need credit when it's not deserved. Gary SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
jpm Posted July 17, 2005 Author Posted July 17, 2005 Just jdeB, don't need credit when it's not deserved.Gary<{POST_SNAPBACK}>You know Udf for me is always both...
Developers Jos Posted July 17, 2005 Developers Posted July 17, 2005 You know Udf for me is always both...<{POST_SNAPBACK}>Which was correct for the last month or so with all the GUI UDF stuff gafrost created !! SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
jpm Posted July 21, 2005 Author Posted July 21, 2005 20th July 2005 - v3.1.1.62 (beta)Fixed : _GUICtrlListViewDeleteItemsSelected() (Thanks Burrup/gafrost) Fixed : ObjCreate bad link in doc. (Thanks Zedna) Fixed : @NumParams destroyed after UDF call. (Thanks blindwig) Fixed : Control Creation on an active tab (GUISwitch). (Thanks Zedna) Fixed : StringRegExp's group parentheses identification routine. A \( immediately followed by \) (or vice-versa) inside a group would cause problems. (by Nutster) Added : class identification to StringRegExp. See documentation file for details. (By Nutster) Fixed : InputBox width not working. (Thanks Saunders) Fixed : GuiSetCoord typo (Thanks Zedna) Fixed : Obj/COM Error Handling example (Thanks DaleHolm/SvenP) Added : IsBool() functions. (By Nutster) Updated : UDF v1.28- Fixed _INetGetSource.au3 example (W0uter)- Fixed _FileReadToArray(): added StringStripCR to avoid @CR characters in the Array values. (jdeb)- Fixed _GUICtrlListViewDeleteItemsSelected was not working correctly (gafrost)
SlimShady Posted July 21, 2005 Posted July 21, 2005 20th July 2005 - v3.1.1.62 (beta)- Fixed _FileReadToArray(): added StringStripCR to avoid @CR characters in the Array values. (jdeb)Finally. I thought you would never do it.
jpm Posted July 21, 2005 Author Posted July 21, 2005 Finally. I thought you would never do it.<{POST_SNAPBACK}>You know Jos want to go to vacation, so he did it
jpm Posted July 22, 2005 Author Posted July 22, 2005 22th July 2005 - v3.1.1.63 (beta)Removed : Assign respect Opt("MustDeclareVars",1). (Thanks Valik/Jon) Fixed : IsBool() doc. (Thanks Zedna) Fixed : GuiCtrlSetPos lead to a bad resizing. (Thanks Valik) Added : ObjName() function. Returns the name or the interface description for the given Object variable. (By SvenP) Fixed : Object reference leaks in ObjEvent(). (By SvenP) Fixed : _GUICtrlListViewGetCurSel() returns. (Thanks HighGuy/gafrost) Fixed : Creation of item on non selected GUI. (Thanks gafrost/Holger)
Azazel Posted July 25, 2005 Posted July 25, 2005 Hi !Thx for Job, i like so mutch AutoItJust a little questionI have some problems with beta versions, for exemple the last one :autoit-v3.1.1.63-betaIf i execute the sample : _GUICtrlMonthCalGet1stDOW, i have a lot of mistakes :C:\Program Files\AutoIt3\Include\GuiMonthCal.au3(171,31) : ERROR: DllStructCreate(): undefined function. $p = DllStructCreate ($RECT)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\GuiMonthCal.au3(176,81) : ERROR: DllStructGetPtr(): undefined function. $ret = GUICtrlSendMsg($h_monthcal, $MCM_GETMINREQRECT, 0, DllStructGetPtr ($p)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\GuiMonthCal.au3(178,26) : ERROR: DllStructDelete(): undefined function. DllStructDelete ($p)~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\GuiMonthCal.au3(181,58) : ERROR: DllStructGetData(): undefined function. Local $array = StringSplit(DllStructGetData ($p, $left)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\beta\Examples\Helpfile\_GUICtrlMonthCalGet1stDOW.au3(11,54) : ERROR: GUICtrlCreateMonthCal(): undefined function.$Date = GUICtrlCreateMonthCal (_NowCalcDate(), 10, 10)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\beta\Examples\Helpfile\_GUICtrlMonthCalGet1stDOW.au3 - 5 error(s), 0 warning(s)Can you help me ?
therks Posted July 25, 2005 Posted July 25, 2005 First: That post should be in bug reports. Second: Are you sure it's using the beta version? You may have it downloaded, and installed, but it looks like SciTe is using the official release version there as it doesn't have the DllStruct.. functions. Try pressing Ctrl+F5 or something instead of just F5. I'm not sure how it works as my SciTe setup is quite different. My AutoIt Stuff | My Github
jpm Posted July 25, 2005 Author Posted July 25, 2005 Hi !Thx for Job, i like so mutch AutoItJust a little questionI have some problems with beta versions, for exemple the last one :autoit-v3.1.1.63-betaIf i execute the sample : _GUICtrlMonthCalGet1stDOW, i have a lot of mistakes :Can you help me ?<{POST_SNAPBACK}>Thanks for your nice comments.But when you have question use separate thread as this one.coming back to your concern it looks like you are not running the beta but the official release.
Azazel Posted July 25, 2005 Posted July 25, 2005 (edited) Excuse me for posting in this place, but as my problem is about Beta version and not the official release, i didn't know where post it. Thx for your answers, you can delete or move my posts if necessary. I have check in this way, ALt+F5 solve my problem Very sorry Thank you again for help Edited July 25, 2005 by Azazel
jpm Posted July 25, 2005 Author Posted July 25, 2005 Excuse me for posting in this place, but as my problem is about Beta version and not the official release, i didn't know where post it.Thx for your answers, you can delete or move my posts if necessary.I have check in this way, ALt+F5 solve my problemVery sorryThank you again for help <{POST_SNAPBACK}>Glad to help you
jpm Posted July 25, 2005 Author Posted July 25, 2005 25th July 2005 - v3.1.1.64 (beta)Updated : FileInstall doc precision. (Thanks Confuzzled, Saunders) Fixed : GuiGetCursorInfo() doc. (Thanks VicTT) Fixed : Run 4th parameter validity. (By DaveF) Added : GUISetState(@SW_LOCK/@SW_UNLOCK) to manage repainting. (Thanks 02clams) Fixed : Crash in ObjEvent() if Event Interface could not be found. (Thanks lgodfrey/SvenP) Fixed : Crash in ObjName() if description could not be found. (By SvenP) Added : _GUICtrlListViewCopyItems to GUIListView.au3. (gafrost) Fixed : _INetGetSource source/doc. (Thanks Zedna,VicTT) Updated : Exe2Aut.exe works for any version .exe or .a3x. (By Jon) Added : Icon-View in GUI-ListView; (By Holger)
buzz44 Posted July 25, 2005 Posted July 25, 2005 Glad to see _GUICtrlListViewCopyItems() got added . qq
jpm Posted July 28, 2005 Author Posted July 28, 2005 28th July, 2005 - v3.1.1.65 (beta)Added : Silent beta install no messagebox warning. (Thanks ) Fixed : Decompiler (beta) link. Added : FileSaveDialog, FileOPenDialog with multiple filter groups. (by Holger) Fixed : Weird behavior when resizing column of listview on a tab. (Thanks mooseydoom/Holger) Fixed : _ArrayReverse_ doc. (Thanks VicTT/gafrost) Added : Extra page in the uninstaller to clean all AutoIt installations. (for Valik) Fixed : Default keyword check for third parameter of MsgBox. (By Nutster) Added : Switch, EndSwitch structure. (by Nutster) Added : ContinueCase keyword to have a case in Select or Switch continue executing in the next case. (by Nutster)
Holger Posted July 28, 2005 Posted July 28, 2005 (edited) 28th July, 2005 - v3.1.1.65 (beta)Added : Silent beta install no messagebox warning. (Thanks ) Fixed : Decompiler (beta) link. Added : FileSaveDialog, FileOPenDialog with multiple filter groups. (by Holger) Fixed : Weird behavior when resizing column of listview on a tab. (Thanks mooseydoom/Holger) Fixed : _ArrayReverse_ doc. (Thanks VicTT/gafrost) Added : Extra page in the uninstaller to clean all AutoIt installations. (for Valik) Fixed : Default keyword check for third parameter of MsgBox. (By Nutster) Added : Switch, EndSwitch structure. (by Nutster) Added : ContinueCase keyword to have a case in Select or Switch continue executing in the next case. (by Nutster)<{POST_SNAPBACK}>Thanks jpm for updating Small bug in the helpfile in section "Switch...Case...EndSwitch".In "statements"-part the "EndSelect" should be replaced by "EndSwitch" RegardsHolger Edited July 28, 2005 by Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
jpm Posted July 29, 2005 Author Posted July 29, 2005 Thanks jpm for updating Small bug in the helpfile in section "Switch...Case...EndSwitch".In "statements"-part the "EndSelect" should be replaced by "EndSwitch" RegardsHolger<{POST_SNAPBACK}>ThanksWill be corrected in 3.1.1.66
Coffee Posted July 30, 2005 Posted July 30, 2005 Can this installer for the beta possibly recoded? Atm if you intend to install the beta you MUST first install regular autoit v3 Prior to installing the beta..why? Once installing the beta and trying to use the new features, they will FAIL, because all pointers are to the default version v3 and not the new beta. You must manually move files from folder to folder such as AutoItSC.bin to make the beta the default engine on running the scripts you click or head into the programs menu to compile it manually from the beta folder. Suggest an option to make the beta your default on install, including a patch to convert beta to default install, or at least instructions in the help file to tell new members how to convert your make your install use the beta features.
Recommended Posts