planettelex / Bloom

Bloom Music Suite
Apache License 2.0
2 stars 0 forks source link

Implement Dynamic Tabs with Prism Modules #75

Closed RobDixonIII closed 9 years ago

RobDixonIII commented 9 years ago

Prism uses an regioned injection approach for modules that loads the UI upon application start. This can make dynamic tabs problematic since they are not present at that time.

Create a way to dynamically inject Prism modules into tabs at runtime.