Community
Participate
Working Groups
When the triggers are setup, XWT needs to initialize the event handling, which is done in ResourceLoader.postCreation(). This solution has a limitation, the initialization can be done only via the loader. There is not way to initialize it via API. For example, if we have a Widget created by programming language, it is not possible to attach the triggers. The generic solution is to define a delegated property: TriggersProperty, which handle the initialization in the method setValue().
The correction is committed in HEAD 20100923.