Jump to content

Recommended Posts

Posted

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^ ERROR

Error: Variable must be of type "Object".

---------------------------

OK 

---------------------------

This can be handled by looking at @error

Thanks for all your hard work.

  • Replies 513
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

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

This can be handled by looking at @error

Thanks 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

Posted

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' :(

Posted (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 by Saunders
Posted

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

Posted

*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 ! :(

Posted

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

_GUICtrlListInsertItem

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

Posted

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

This can be handled by looking at @error

Thanks 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

Posted (edited)

Help file > _GuICtrlComboSetHorizontalExtent() should be _GUICtrlComboSetHorizontalExtent() < Capital "_GUI..."

Edited by Burrup

qq

Posted

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)

Posted

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

Posted Image

Those _ChooseFont and _ChooseColor functions are cool gafrost, thanks.

Posted

The invalid help index problem is still present...

Posted Image

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.

 

Posted (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.22

edit:I cannot locate right now where the _GUICtrlListBox... come from

Edited by jpm
Posted

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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