Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The AnimateItem method animates an item, given the user the impression that it is flying from the source tree to the destination tree. This is the same animation used in the SendItems and TransferItems methods. The main difference is that this function does not actually change the trees. It is useful for providing feedback to the users that a transfer took place after programmatically altering the trees.

...

Code Block
// Assume two trees with boys and girls organized into teams 
// Send the unassigned children to the green team in tree #2 
// Animate an item from one tree to another 
Send_Message(@Window:".OLE_TREE", "OLE.AnimateItem", "Abigail", @Window:".OLE_TREE2", "Hailey")

See Also

SendItemsTransferItems