Facing warning message at runtime.

0
Hi, I am facing one warning message continuously when I run my application. Below is the screenshot of warning message:   How should I stop this?
asked
1 answers
0

Although this may not be the answer you want to hear, you stop this warning the same way you should stop any warning message: by solving the issue. Go through the custom widgets, find any usage of mx.ui.action and replace them with mx.data.action. Alternatively, you can submit tickets for these widgets and hope the developer of the widget fixes it for you.

answered