Page MenuHomeFeedback Tracker

[Feature Request] New display event handler: onChildCreated
New, NormalPublic

Description

An event handler that can detect a new child display. Its opposite:
https://community.bistudio.com/wiki/User_Interface_Event_Handlers#onChildDestroyed
already exists.

For example, when it's added to display#46, it should fire when:
findDisplay 46 createDisplay "ChildDisplay"

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
Feature Request

Event Timeline

Leopard20 updated the task description. (Show Details)Oct 21 2020, 1:10 PM
Leopard20 updated the task description. (Show Details)Oct 21 2020, 1:15 PM

Would also be nice to have a method of detecting when a display is made with createDialog, as the first display in the createDialog display stack has no parent.