Dataset.changespending() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Description
Event; generated when values of calculated fields for the current item in the collection need to
be determined. A calculated field is one whose Kind property is set to Calculated on the
Schema tab of the Component inspector. The
should perform the required calculation and set the value for the calculated field.
This event is also called when the value of a noncalculated field (that is, a field with its Kind
property set to Data on the Schema tab) is updated.
For more information on the Kind property, see "Schema kinds" in Using Flash.
Do not change the values of any of noncalculated fields in this event, because this results
in an "infinite loop." Set only the values of calculated fields within the

DataSet.changesPending()

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSetInstance.changesPending()
Returns
A Boolean value.
Description
Method; returns
true
have not yet been sent in a delta packet; otherwise, returns
if the collection, or any item in the collection, has changes pending that
event listener that you create
calcFields
.
false
DataSet.changesPending()
event.
calcFields
349

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents