Jump to content

3.1.1++


jpm
 Share

Recommended Posts

  • Replies 513
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Any chance that this could be added to a future version of 3.1.1++?

<{POST_SNAPBACK}>

I leave the answer to other dev. Usely we include functions if no extra dll are needed with any windows version - I mean Win9x, Win2k WinXp, Win2k3

anyway you can find in the forum md5.dll so certainly an UDF can be written.

So first answer is may be not. :(

Link to comment
Share on other sites

Sent a PM to picasso to see if he still has the source for the dll he wrote a while back. I'll keep looking for C++ source as well

Original topic.

It is much easier to find a C version...off to look for ++...

Notes for self:

Make/Install C2CPP Utility

Convert C source of MD5 to C++...

time to leave...

Edited by MSLx Fanboy

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Link to comment
Share on other sites

Sent a PM to picasso to see if he still has the source for the dll he wrote a while back.  I'll keep looking for C++ source as well

Original topic.

It is much easier to find a C version...off to look for ++...

Notes for self:

Make/Install C2CPP Utility

Convert C source of MD5 to C++...

time to leave...

<{POST_SNAPBACK}>

Some time ago, I submitted in the "script and scraps" forum a 'native' AutoIt3 UDF for calculating MD5 hashes. I converted that one from a VB source.

Regards,

-Sven

Link to comment
Share on other sites

...I thought you were talking about something else for a minute. That would be nice to see if it could be included into the String.au3 includes file...If it isn't made into an embedded function in AU3.

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Link to comment
Share on other sites

11th May 2005 - v3.1.1.28 (beta)

Fixed : Bad refresh on double GUICtrlSetPos (Thanks Valik)

Fixed : extra GUI_EVENT_RESIZED at first click (Thanks Valik)

Fixed : COM StorageGroups (Thanks ybuan/SvenP)

Link to comment
Share on other sites

i tried GUICtrlSetResizing () and the helpfile says

$GUI_DOCKBORDERS 102 2+4+32+64 so the control will grow as the window

but it is not defined in constants...

You can use GUICtrlSetResizing ($listView,0x0102), but maybe someone can fix the constants...

Thanks

Link to comment
Share on other sites

i tried GUICtrlSetResizing () and the helpfile says

$GUI_DOCKBORDERS 102 2+4+32+64 so the control will grow as the window

but it is not defined in constants...

You can use GUICtrlSetResizing ($listView,0x0102), but maybe someone can fix the constants...

Thanks

<{POST_SNAPBACK}>

If you download the beta version you get already it :(
Link to comment
Share on other sites

12th May 2005 - v3.1.1.29 (beta)

Fixed : GuiCtrlSetPos on Icon control (Thanks Burrup)

Fixed : FileOpenDialog, FileSaveDialog doc on update @workingDir.

Link to comment
Share on other sites

13th May 2005 - v3.1.1.30 (beta)

Fixed : GuiGetCursorInfo on tab (Thanks Josbe)

Updated : UDFs 1.0.12 (by gafrost/JdeB)

- Added _GUICtrlListViewGetCheckedState to GuiListView. (gafrost)

- Update several Helpfile pages for the _GUI?? functions. (gafrost)

- Update _ChooseColor. (gafrost)

- Updated _Now(),_NowDate(), _NowTime that it defauts to mm/dd/yyyy and hh:mm:ss when the pc's format isn't found in the registry (Win9X).

Fixed : Const definition (By Nuster).

Fixed : GuiCtrlCreateIcon default size 32,32

Link to comment
Share on other sites

13th May 2005 - v3.1.1.30 (beta)

Fixed :        GuiGetCursorInfo on tab (Thanks Josbe)

Updated :  UDFs  1.0.12 (by gafrost/JdeB)

    - Added _GUICtrlListViewGetCheckedState to GuiListView. (gafrost)

    - Update several Helpfile pages for the _GUI?? functions. (gafrost)

    - Update _ChooseColor. (gafrost)

    - Updated _Now(),_NowDate(), _NowTime that it defauts to mm/dd/yyyy and hh:mm:ss when the pc's format isn't found in the registry (Win9X).

Fixed :        Const definition (By Nuster).

Fixed :        GuiCtrlCreateIcon default size 32,32

<{POST_SNAPBACK}>

Thanks JP. (It works correctly) :(
Link to comment
Share on other sites

15th May 2005 - v3.1.1.31 (beta)

Fixed : FOR..IN loops previously terminated a script when the given object could not be enumerated. Now, the loop will be skipped silently by default. An error can however still be caught using the AutoIt COM Errorhandler. (By SvenP)

Added : Ability to use a default COM Event function, in case the event names of an object are unknown (see documentation). (By SvenP)

Fixed : Some objects could not be created with ObjCreate() using the Dispatch interface. (By SvenP)

Fixed : When a COM Error Handler was created and deleted afterwards (by unassigning it's variable), AutoIt could crash when a COM Error occurs. (By SvenP)

Fixed : When an AutoIt script error occured within a FOR..IN loop and no COM Error handler was installed, it could crash AutoIt on exit. (By SvenP)

Fixed : Using an Array in COM IADS-filter methods did not work. (By SvenP)

Removed : Ability to initialize arrays in DIM and CONST keywords.(seems to introduce regression)

Link to comment
Share on other sites

17th May 2005 - v3.1.1.32 (beta)

Added : Appendix defining AutoIt3 limits.

Fixed : GuiCtrlSetGraphic doc typo. (Thanks Smed)

Added : Eval("expression"). (Thanks SvenP)

Added : Ability to use empty parameters in COM functions (like $Object.Method(, , ,"value"). Note that parameters ending with a comma (like $Object.Method("value", ) are not allowed! (Thanks Steve8tch/SvenP)

Added : UDP... functions (not sure they work as I never be able to have sample true Fur!!!)

Added : Beep() and WinFlash() functions (By Layer)

Link to comment
Share on other sites

17th May 2005 - v3.1.1.32 (beta)

Added :    Appendix defining AutoIt3 limits.

Fixed :      GuiCtrlSetGraphic doc typo. (Thanks Smed)

Added :    Eval("expression"). (Thanks SvenP)

Added :    Ability to use empty parameters in COM functions (like $Object.Method(, , ,"value"). Note that parameters ending with a comma (like $Object.Method("value", ) are not allowed! (Thanks Steve8tch/SvenP)

Added :    UDP... functions (not sure they work as I never be able to have sample true Fur!!!)

Added :    Beep() and WinFlash() functions (By Layer)

<{POST_SNAPBACK}>

Thanks for update.

Sorry, what's new with Eval()?

Link to comment
Share on other sites

Thanks for update.

Sorry, what's new with Eval()?

<{POST_SNAPBACK}>

I thinks it's the ability to do this :

Eval("MsgBox(64,'','B0h !')")

It did work before, but in one of the most recent betas it was removed,

so I'm glad to see it's return ! Thanks jpm/Sven !

Link to comment
Share on other sites

Hi All,

Daily is see many improvements in the current Beta's.

Any guess when the Beta becomes Alpha ?

Andre

What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Link to comment
Share on other sites

I thinks it's the ability to do this :

Eval("MsgBox(64,'','B0h !')")

It did work before, but in one of the most recent betas it was removed,

so I'm glad to see it's return ! Thanks jpm/Sven !

<{POST_SNAPBACK}>

Helge,

The docs for Eval need to be re-written, but it's not sure if it will stay this way.

Your example isn't quite right. Eval is for 'expression evaluation', like Eval ("$a + 1") or Eval ("$a = 1"). The old-style Eval also still works Eval("a").

Your example could probably work, but it does not really contain an expression.

Regards,

-Sven

Link to comment
Share on other sites

Hi All,

Daily is see many improvements in the current Beta's.

Any guess when the Beta becomes Alpha ?

Andre

<{POST_SNAPBACK}>

I don't know what you mean by alpha but sometime it is true we are at alpha level. That is to say some functions are at pre-beta.

The frequency of upload is just a way to integrate on a daily basis the creation/fixing done by all dev's.

We just get a regression when we introduce the array initialisation in 3.1.1.26.

it was removed in 3.1.1.31.

If the update is too much for everybody I can slowdown the merging. As the testing is not exhaustive before delivery it is very useful we have a fast feedback.

I will do what the group want. :(

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