It should be possible to open a modal view from a ViewBase instance (e.g. TabViewItem) via the showModal(...) method if the correct set of arguments is passed and as long the ViewBase instance has a parent that is actual view (for TabViewItem -> TabView). Currently this only works for View instances.
If no arguments are passed, it is expected that ViewBase.showModal() or View.showModal will throw an exception.
It should be possible to open a modal view from a ViewBase instance (e.g. TabViewItem) via the showModal(...) method if the correct set of arguments is passed and as long the ViewBase instance has a parent that is actual view (for TabViewItem -> TabView). Currently this only works for View instances.
If no arguments are passed, it is expected that ViewBase.showModal() or View.showModal will throw an exception.