ux:Dependencies and Busy possible?

Hello Community,

is it possible to use Dependencies and the busy tag.

I have a javascript file included in my main.ux file with this tag

In the Test.js file i have created a click funktion where i do busy.activate();.

Now the problem i have made a component TestComponent.ux with Javascript part direct in this file where i will do a click function with busy.deactivate(); but the fuse monitor give me an error busy is not defined.

How can i get this to work?

Hi there!

If you can share a minimal piece of code that actually reproduces the problem then it will be a lot easier to help you out. :slight_smile: