misc.editGraphic

Syntax misc.editGraphic (appID, area)

Params appID is a value identifying the application to which this verb is addressed. It can be a string4 containing the application signature, a binary value obtained by calling sys.browseNetwork or a string containing a valid network address.

area is the specification of the drawing area to be edited. (See Notes.)

Action Instructs the application identified by appID to let the user edit the specified graphic drawing area.

Returns True

Examples
Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes This verb is intended to be used only with graphic applications that support the Miscellaneous Standards suite of Apple events. Typically, an applicationÕs verb table will include high-level verbs that correspond to all of the events that it supports,

so scripts should not have to call the misc verbs directly.

The area parameter must be a binary value containing an Apple Event list, created with calls to putAppleListItem. See the Apple Event Registry for a detailed description of the items that the list must contain.

Discuss