Ultra Light Client Guide and Reference
When working with ULC parts in the Composition Editor, pay close attention
to these issues:
- Event names in ULC are pool references. Keep this in mind if you
refer to events in handwritten code.
- ULC parts do not signal a self event.
- When signaling events in handwritten code, send the
#ulcSignalEvent:* message, not
#signalEvent:*. Registering for events
requires the message #ulcWhen*Send:
aDirectedMessage.
- Entry Field parts do not signal change events
(UlcEventValueChanged) when they are connected to Form Model
parts.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]