Jump to content

3.1.1++


jpm
 Share

Recommended Posts

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)

Link to comment
Share on other sites

  • Replies 513
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Developers

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.
  :)

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

Hi !

Thx for Job, i like so mutch AutoIt

Just a little question

I have some problems with beta versions, for exemple the last one :

autoit-v3.1.1.63-beta

If 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 ?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Hi !

Thx for Job, i like so mutch AutoIt

Just a little question

I have some problems with beta versions, for exemple the last one :

autoit-v3.1.1.63-beta

If 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. :)

Link to comment
Share on other sites

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 by Azazel
Link to comment
Share on other sites

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  :)

<{POST_SNAPBACK}>

Glad to help you :evil:
Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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" :evil:

Regards

Holger

Edited by Holger
Link to comment
Share on other sites

Thanks jpm for updating :)

Small bug in the helpfile in section "Switch...Case...EndSwitch".

In "statements"-part the "EndSelect" should be replaced by "EndSwitch" :evil:

Regards

Holger

<{POST_SNAPBACK}>

Thanks

Will be corrected in 3.1.1.66 :D

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...