Graph IDE ► Programming ► Layer
The following is a complete script for programming a Layer graphic. It enables the layer's event qualifier. If an event qualifier is not enabled in this fashion then normal event processing occurs which is probably not the desired result so make sure to enable event qualifiers in all layers of the document.
|
The general API is define in the section Graphic. The following is API description specific to the Layer graphic.
@@method(public, instance) (void)enableEventQualifier;
| |
Call like this:
Enables the layer's event qualifier. | |
@@method(public, instance) (void)disableEventQualifier;
| |
Call like this:
Disables the layer's event qualifier. |