Loader

hello

how come i can not disable the loader it keeps working if put a rectangle over it.
how can i disable it.

The Loader runs on an HTML overlay. You should be able to loader.removeFrom() or loader.dispose() if you don't need it again. But you can't put a ZIM object overtop of it. Nor the TextArea() nor that Tag().

The enable() is only for the ZIM Button - not the HTML file loader. We will add a message in the docs.

1 Like

If we put a little effort into it... we could probably override the basic enabled property and have it remove the html loader too. Will put it on the list. Cheers.

1 Like