Custom Query (3910 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (352 - 354 of 3910)

Ticket Resolution Summary Owner Reporter
#1200 Fixed _IEFormElementGetCollection example in helpfile J-Paul Mesnage Volly
Description

For the command _IEFormElementGetCollection, the following example is given:

[code] #include <IE.au3> $oIE = _IECreate ("http://www.google.com") $oForm = _IEFormGetCollection ($oIE, 0) $oQuery = _IEFormElementGetCollection ($oForm, 1) _IEFormElementSetValue ($oQuery, "AutoIt IE.au3") _IEFormSubmit ($oForm) [code]

I'm using IE6 for my work uses it. They won't upgrade and no amount of shaming, begging, or asking will change this. I'm stuck using it. Well, when I test the example, the script doesn't work as designed. It will put "AutoIt IE.au3" in the address bar. If I change $oQuery = _IEFormElementGetCollection ($oForm, 1) to $oQuery = _IEFormElementGetCollection ($oForm, 2), it works as expected.

Is this a problem of IE6 or a bug? If it is a bad example, then the example in _IEFormGetCollection would also need to be fixed.

This is in the Production version. I've looked in the 3.3.1.1 and I see the same examples listed.

#1207 Fixed _GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24 J-Paul Mesnage robinacjohnston
Description

The _GUICtrlIpAddress_Set function when run on the 3.3.1.1 beta gets the octets muddled up. 1.2.3.4 would display as 3.4.1.2.

If you want to see this in action run the example code in the help file and it displays 2.128.24.168 instead of 24.168.2.128

#1212 Fixed AutoIt v2 - web page - typo Jon Zedna
Description

http://www.autoitscript.com/autoit3/autoit_v2.shtml

A

utoIt v2

AutoIt v2 is no longer being maintained.  Please use use AutoIt v3 instead.

There is word "use" twice.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.