MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 316

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Description
Property; returns a delta packet that contains all of the change operations made to the
collection and its items. This property is
.
dataSet
When
DataSet.applyUpdates()
transaction ID is used to identify the delta packet on an update round trip from the server and
back to the client. Any subsequent assignment to the
with a matching transaction ID is assumed to be the server's response to the changes previously
sent. A delta packet with a matching ID is used to update the collection and report errors
specified within the packet.
Errors or server messages are reported to listeners of the
the
DataSet.logChanges
assigned to
DataSet.deltaPacket
the collection, as if the DataSet API were used directly. This may create additional delta entries,
depending on the current
A
DataSetError
and one of the items in the newly assigned delta packet cannot be found in the original delta
packet.
See also
DataSet.applyUpdates()
DataSet.deltaPacketChanged
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
on(deltaPacketChanged) {
// insert your code here
}
listenerObject = new Object();
listenerObject.deltaPacketChanged = function (eventObj) {
// insert your code here
}
dataSet.addEventListener("deltaPacketChanged", listenerObject)
Description
Event; broadcast when the specified DataSet object's
and is ready to be used.
See also
DataSet.deltaPacket
316
Chapter 6: Components Dictionary
is called, a transaction ID is assigned to the delta packet. This
settings are ignored when a delta packet with a matching ID is
. A delta packet without a matching transaction ID updates
DataSet.logChanges
exception is thrown if a delta packet is assigned with a matching transaction ID
,
DataSet.logChanges
until
null
DataSet.applyUpdates()
deltaPacket
DataSet.resolveDelta
setting of
dataSet
,
DataSet.resolveDelta
deltaPacket
dataSet
is called on
property by a delta packet
event. Note that
and the delta packet.
property has been changed

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents