this feature is so important and will safe lots of bugs.
adding a view and destroying the order will cause the app not to work and finding the bug can be very hard.
great addition!
I hope it is clear what I meant.
Many new users, including myself, initially wondered how to access Views by name. The new feature (and the new official library) allows for this.
Then later in App_Start or Page_Create (B4J ...) it is initialised ,
B4X:
dd.Initialize
'The designer script calls the DDD class. A new class instance will be created if needed.
'In this case we want to create it ourselves as we want to access it in our code.
xui.RegisterDesignerClass(dd)
the latest xCLV example shows everything required to get up to speed.