Ultra Light Client Guide and Reference
Every instance of UlcContext defines the space in which a ULC
application resides. Two significant development contexts are
summarized here:
- Builder Context, in which all views run when tested from within
the Composition Editor or VisualAge Organizer. This context becomes
available when the UlcEditWidgetApp application is loaded in the
image.
- Example Context, which serves as context for all examples
shipped with the release. This context becomes available when the
UlcExamples application is loaded in the image.
Both named contexts offer three menu choices (disabled when their target
context is not active):
- inspect opens an Inspector window on the context. In
this window, the context can be walked.
- reset terminates the context. This option brings down
the UI and closes the context with all its connections. After the
reset, all objects of the context should be garbage-collected. If the
context was the last one registered, UlcSystem performs a runtime exit.
- inspect selected widgets opens an Inspector window on a
collection of all instances of selected ULC widget classes currently available
in the context.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]