Array of View's

Can a View have multiple instances added to an array?

I have:
self.ParentSplitView.Detail=App.ViewDevice(i)
and this View will not show its controls.

When I debug the whole thing the Views are there with the right properties and values!

Yes it is possible :slight_smile:
I forgot that the event.Open of a control first is called by the View.Super.Constructor

Never seen anyone ask a question, and then answer it themselves before! :slight_smile: