steve8tch Posted May 2, 2005 Share Posted May 2, 2005 Lads - I thinks there a problem with COM stuff.The easiest way to show the error is to run Au3 scriptomatic.If you change strComputer = "DoesNotExist"Then this causes AutoIT3.exe to fail and offers to contact microsoft on my behalf!!!If I use Version 3.1.1.10 I just get the following error---------------------------AutoIt Error---------------------------Line 12 (File "D:\...\Temp\temp_script.au3"):$colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_DiskDrive", "WQL", $wbemFlagReturnImmediately + $wbemFlagForwardOnly)$colItems = $objWMIService^ ERRORError: Variable must be of type "Object".---------------------------OK ---------------------------This can be handled by looking at @errorThanks for all your hard work. Link to comment Share on other sites More sharing options...
SvenP Posted May 2, 2005 Share Posted May 2, 2005 Lads - I thinks there a problem with COM stuff.The easiest way to show the error is to run Au3 scriptomatic.If you change strComputer = "DoesNotExist"Then this causes AutoIT3.exe to fail and offers to contact microsoft on my behalf!!!If I use Version 3.1.1.10 I just get the following errorThis can be handled by looking at @errorThanks for all your hard work.<{POST_SNAPBACK}>Hello steve8tch,Thanks for the feedback. We will try to find a fix as soon as possible.jpm: See developers private section.Regards,-Sven Link to comment Share on other sites More sharing options...
therks Posted May 2, 2005 Share Posted May 2, 2005 The download as change place tohere<{POST_SNAPBACK}>Do you think maybe you could start updating the file at http://www.autoitscript.com/autoit3/update.dat to reflect changes to the beta version? I hate knowing my AutoUpdateIt script is just going to waste telling people the most recent beta is 3.1.0.14. :\ My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
jpm Posted May 2, 2005 Author Share Posted May 2, 2005 Do you think maybe you could start updating the file at http://www.autoitscript.com/autoit3/update.dat to reflect changes to the beta version? I hate knowing my AutoUpdateIt script is just going to waste telling people the most recent beta is 3.1.0.14. :\<{POST_SNAPBACK}>If you install the 3.1.1.19 beta the "check for update" is referecing a new location that the dev team can access (not only JON) and it is working.'http://www.autoitscript.com/autoit3/files/beta/update.dat' Link to comment Share on other sites More sharing options...
therks Posted May 2, 2005 Share Posted May 2, 2005 (edited) If you install the 3.1.1.19 beta the "check for update" is referecing a new location that the dev team can access (not only JON) and it is working.'http://www.autoitscript.com/autoit3/files/beta/update.dat' <{POST_SNAPBACK}>That figures! I was just about to download 3.1.1.19. I do perceive one problem though. Your installer files have been placing the beta into a subdirectory to standalone, while my script is checking the version of the AutoIt3.exe in the root, which was working for me since I was just downloading the .zip and overwriting all my original files. So even though I have just downloaded and installed the .19 beta, the script is reporting "Version 3.1.1.19" as new.*Edit: Heh, I just watched .20 zip upload. (I sat in the directory refreshing and watching the file size grow). Edited May 2, 2005 by Saunders My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
jpm Posted May 2, 2005 Author Share Posted May 2, 2005 2nd May 2005 - v3.1.1.20 (beta)Added : _GUITab Functions located in GuiTab.au3. (gafrost)Fixed : Doc about Expand...Strings.Added : Opt("GuiDataSeparatorChar",...) (Thanks -=|GO7|=-, SlimShady,...)Fixed : Return value of StringRegExp when a group is used and the user does not want the array.Fixed : bug that allowed run-away recursion in CRegExp::compare_group() when a group can map to no characters. This caused a stack overflow that killed the program.Fixed : Com28 crash Link to comment Share on other sites More sharing options...
Helge Posted May 2, 2005 Share Posted May 2, 2005 *Edit: Heh, I just watched .20 zip upload. (I sat in the directory refreshing and watching the file size grow).<{POST_SNAPBACK}>Hehe Downloaded .20 before it's even announced..Feeling dirty ! Link to comment Share on other sites More sharing options...
Holger Posted May 2, 2005 Share Posted May 2, 2005 Just an idea : - update of the "Credits"-doc-page, especially for Sven and his COM-stuff ...maybe there are some other people that are still not on this... Regards 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 Link to comment Share on other sites More sharing options...
therks Posted May 2, 2005 Share Posted May 2, 2005 Hmm.. quick help file bug. It seems all references with "GuiListBox" in the keyword index were not removed. So there are (sort of) double listings...Examples:_GUICtrlListAddItem_GUICtrlListBoxAddItem_GUICtrlListBoxInsertItem_GUICtrlListInsertItemAnd one standalone reference: "GuiListBox Management"All the keywords with "Box" in them do not work.Also, the page for "_GUICtrlListViewGetColumnOrderArray" has some wrong information.It starts off fine, but then seems to go all wonky. Referencing help from a function that doesn't exist (_GUICtrlListViewGetViewRect) and specifying a parameter called $h_listbox. My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
GaryFrost Posted May 2, 2005 Share Posted May 2, 2005 just downloaded 3.1.1.20, help for those look ok to me. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
SvenP Posted May 3, 2005 Share Posted May 3, 2005 Lads - I thinks there a problem with COM stuff.The easiest way to show the error is to run Au3 scriptomatic.If you change strComputer = "DoesNotExist"Then this causes AutoIT3.exe to fail and offers to contact microsoft on my behalf!!!If I use Version 3.1.1.10 I just get the following errorThis can be handled by looking at @errorThanks for all your hard work.<{POST_SNAPBACK}>Hello steve8tch,This problem should now have been solved in 3.1.1.20. It was a kind of 'sleeping' bug that already existed since 3.1.1.9 , but only popped up now.Regards,-Sven Link to comment Share on other sites More sharing options...
buzz44 Posted May 3, 2005 Share Posted May 3, 2005 (edited) Help file > _GuICtrlComboSetHorizontalExtent() should be _GUICtrlComboSetHorizontalExtent() < Capital "_GUI..." Edited May 3, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
GaryFrost Posted May 3, 2005 Share Posted May 3, 2005 Help file > _GuICtrlComboSetHorizontalExtent() should be _GUICtrlComboSetHorizontalExtent() < Capital "_GUI..."<{POST_SNAPBACK}>Thanks, fixed and sent to JdeB SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
steveR Posted May 3, 2005 Share Posted May 3, 2005 It seems all references with "GuiListBox" in the keyword index were not removedI confirm AutoIt3 online docs Use it... Know it... Live it...MSDN libraryglobal Help and SupportWindows: Just another pane in the glass. Link to comment Share on other sites More sharing options...
jpm Posted May 3, 2005 Author Share Posted May 3, 2005 3nd May 2005 - v3.1.1.21 (beta)Fixed : GUICtrlRead doc in advanced mode (By Holger).Fixed : GUICtrlRead return on expanded TreeviewItem (By Holger)Added : AutoIt Info Style and exStyle for the control under the mouse.Fixed : MemGetStats >2Gb (By Valik).Fixed : _GUICtrlComboSetHorizontalExtent.txt (gafrost)Added : _ChooseColor and _ChooseFont to Misc.au3 (gafrost) Link to comment Share on other sites More sharing options...
therks Posted May 4, 2005 Share Posted May 4, 2005 3nd May 2005 - v3.1.1.21 (beta)Fixed : GUICtrlRead doc in advanced mode (By Holger).Fixed : GUICtrlRead return on expanded TreeviewItem (By Holger)Added : AutoIt Info Style and exStyle for the control under the mouse.Fixed : MemGetStats >2Gb (By Valik).Fixed : _GUICtrlComboSetHorizontalExtent.txt (gafrost)Added : _ChooseColor and _ChooseFont to Misc.au3 (gafrost)<{POST_SNAPBACK}>The invalid help index problem is still present...Those _ChooseFont and _ChooseColor functions are cool gafrost, thanks. My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
GaryFrost Posted May 4, 2005 Share Posted May 4, 2005 The invalid help index problem is still present...Those _ChooseFont and _ChooseColor functions are cool gafrost, thanks.<{POST_SNAPBACK}>Thanks, I confirm index has a problem, also didn't see anything about the _ChooseFont, _ChooseColor in the help. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
jpm Posted May 4, 2005 Author Share Posted May 4, 2005 (edited) Thanks, I confirm index has a problem, also didn't see anything about the _ChooseFont, _ChooseColor in the help.<{POST_SNAPBACK}>I did a bad merging will be OK 3.1.1.22edit:I cannot locate right now where the _GUICtrlListBox... come from Edited May 4, 2005 by jpm Link to comment Share on other sites More sharing options...
GaryFrost Posted May 4, 2005 Share Posted May 4, 2005 I did a bad merging will be OK 3.1.1.22edit:I cannot locate right now where the _GUICtrlListBox... come from<{POST_SNAPBACK}>That was the original name of the UDFs, was changed shortly after being initially submitted. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
jpm Posted May 4, 2005 Author Share Posted May 4, 2005 That was the original name of the UDFs, was changed shortly after being initially submitted.<{POST_SNAPBACK}>I finally found where do they come from. So 3.1.1.22 should be OK.Thanks Link to comment Share on other sites More sharing options...
Recommended Posts