Modify ↓
Attachments (0)
Change History (5)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Summary: | _IEPropertyGet and _IEPropertySet returning only 0 → _IEPropertySet - On Success returning 0 instead 1 |
|---|---|
| Version: | 3.3.14.0 → 3.3.15.0 |
comment:3 by , 10 years ago
There is no problem with _IEPropertyGet as On Succes it returns: the selected property.
So I change the ticket title.
comment:4 by , 10 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [11686] in version: 3.3.15.1
comment:5 by , 10 years ago
| Component: | AutoIt → Standard UDFs |
|---|---|
| Summary: | _IEPropertySet - On Success returning 0 instead 1 → _IEPropertySet - On Success returns 0 instead 1 |
Note:
See TracTickets
for help on using tickets.

Replying to anonymous:
Excuse me, ist only the _IEPropertySet function that always return Zero.
Change line 2490 in IE.au3 to Return SetError($_IESTATUS_Success, 0, 1)