FokkeZB / nl.fokkezb.loading

The widget provides a simple loading mask that can be easily styled and configured.
93 stars 18 forks source link

index.xml must have a top-level container element #1

Closed botmaster closed 11 years ago

botmaster commented 11 years ago

Hi,

I think the 'widget' node need to be in the main Window node ?

FokkeZB commented 11 years ago

You mean like in https://github.com/FokkeZB/nl.fokkezb.loading/blob/master/views/widget.xml ?

The widget's window is in https://github.com/FokkeZB/nl.fokkezb.loading/blob/master/views/loading.xml because otherwise the window would end up to be included in the view of the controller who's using it. Instead, I have it in a separate widget controller that won't be opened until you actually want to show the loading mask.