The banner UI tracker. This object keeps track of the current user interface display state; this object is transient because the interpreter's user interface is not part of the persistence mechanism.
transient bannerUITracker : object
Superclass Tree (in declaration order)
bannerUITracker
object
Summary of Properties
activeBanners_
Summary of Methods
addBanner
getTracker
orderMatches
removeBanner
skipDescendants
Properties
The vector of banners currently on the screen. This is a list of transient BannerUIWindow objects, stored in the same order as the banner layout list.
Methods
addBanner (handle, ostr, id, parentID, where, other, windowType, align, styleFlags) | banner.t[505] |
add a banner to the active display list
get the BannerUIWindow tracker object for a given BannerWindow
check a BannerUIWindow to see if it matches the given layout order
remove a banner from the active display list
Given an index in our list of active windows, skip the given item and all items whose windows are descended from this window. We'll leave the index positioned on the next entry in the list that isn't a descendant of the window at the given index. Note that this skips not only children but grandchildren (and so on) as well.
Adv3Lite Library Reference Manual
Generated on 25/04/2024 from adv3Lite version 2.0