Modify

Opened 18 years ago

Closed 14 years ago

#134 closed Feature Request (No Bug)

Add support for COM events to take ByRef parameters

Reported by: Valik Owned by: Valik
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

We need to support objects being passed to COM events by reference. The attached script contains an example using Word. The comments at the top explain how to use the script and what to expect.

Attachments (1)

WordByRefTest.au3 (727 bytes ) - added by Valik 18 years ago.

Download all attachments as: .zip

Change History (5)

by Valik, 18 years ago

Attachment: WordByRefTest.au3 added

comment:1 by J-Paul Mesnage, 17 years ago

Owner: set to Valik
Severity: None
Status: newassigned

comment:2 by ProgAndy, 16 years ago

any news on this? Maybe extend the syntax like this:
$o_object.Run($s_MacroName, ObjByRef $v_Arg1)

comment:3 by Valik, 16 years ago

It's not a syntax issue, it's a technical issue.

comment:4 by trancexx, 14 years ago

Resolution: No Bug
Status: assignedclosed

We do support this for some time now.

Attached code have logical error. Run method of that object doesn't take parameters byref (in sense that it advertise altering the content).

Last edited 14 years ago by trancexx (previous) (diff)

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.