jpm Posted May 10, 2005 Author Share Posted May 10, 2005 RegRead works great now, thanks jpm !<{POST_SNAPBACK}>You welcome, sorry for the trouble Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted May 11, 2005 Share Posted May 11, 2005 Any chance that this could be added to a future version of 3.1.1++? Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
jpm Posted May 11, 2005 Author Share Posted May 11, 2005 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, Win2k3anyway 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 More sharing options...
MSLx Fanboy Posted May 11, 2005 Share Posted May 11, 2005 (edited) 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 wellOriginal topic.It is much easier to find a C version...off to look for ++...Notes for self:Make/Install C2CPP UtilityConvert C source of MD5 to C++...time to leave... Edited May 11, 2005 by MSLx Fanboy Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
SvenP Posted May 11, 2005 Share Posted May 11, 2005 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 wellOriginal topic.It is much easier to find a C version...off to look for ++...Notes for self:Make/Install C2CPP UtilityConvert 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 More sharing options...
MSLx Fanboy Posted May 11, 2005 Share Posted May 11, 2005 ...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 More sharing options...
jpm Posted May 11, 2005 Author Share Posted May 11, 2005 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 More sharing options...
MSLx Fanboy Posted May 12, 2005 Share Posted May 12, 2005 Let me know if this would workMD5Code.zip Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
Allow2010 Posted May 12, 2005 Share Posted May 12, 2005 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 More sharing options...
jpm Posted May 12, 2005 Author Share Posted May 12, 2005 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 More sharing options...
jpm Posted May 12, 2005 Author Share Posted May 12, 2005 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 More sharing options...
jpm Posted May 13, 2005 Author Share Posted May 13, 2005 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 More sharing options...
Josbe Posted May 13, 2005 Share Posted May 13, 2005 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) • AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
jpm Posted May 15, 2005 Author Share Posted May 15, 2005 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 More sharing options...
jpm Posted May 17, 2005 Author Share Posted May 17, 2005 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 More sharing options...
Josbe Posted May 17, 2005 Share Posted May 17, 2005 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()? • AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
Helge Posted May 17, 2005 Share Posted May 17, 2005 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 More sharing options...
Andre Posted May 18, 2005 Share Posted May 18, 2005 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 More sharing options...
SvenP Posted May 18, 2005 Share Posted May 18, 2005 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 More sharing options...
jpm Posted May 18, 2005 Author Share Posted May 18, 2005 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 More sharing options...
Recommended Posts