Closed macazaga closed 6 years ago
Mmm, haven't seen this myself before. Could you get me a minimal project that runs as-is so I can debug it?
Hi looks like the problem why i´m not able to see it is because with a vertical layout the loading view goes at the bottom and is not visible.
You example shows you're using the window version, not the view version.
Indeed, but i did it a couple of hours ago with the view option and the loading view goes to the bottom of the scrollview. If I'm using the vertical layout in the window that happens. I'll try to send you later the code.
I also found that when i show, hide, show the app crashes.
Yes, the view should only be used in a composite/absolute layout, so that is as expected.
If you can get me a reproducible test case for the hide/show issue then I'll see if I can fix it.
Hi I've a tabgroup window which is opened from a button from another window. When i try to show the loading event of an action the loading shows in the previous window. Is it possible to show it on a tabgroup? I've tried it creating the controller in alloy.js also but didn't worked.