-
1. Re: 15 beta: ProgressEvent is not defined
Shashank. Aug 11, 2014 10:45 AM (in response to marcanw)Hi Marcanw,
Thank you for reporting us issue but we are not able to reproduce it at our end.
Below is the link of sample Hello World Project which we have tried.
If you can share us sample program, using which can reproduce this issue, it would be highly appreciated.
Thank you.
-
2. Re: 15 beta: ProgressEvent is not defined
marcanw Aug 12, 2014 5:01 AM (in response to Shashank.)Hi Shankshank,
Thanlk for your reply.
My problem was with the Sound class.
Not sure it makes a difference but I'll change your test code with the Sound class and keep you posted.
Thank you one more time to the team for your wonderfull job on Air.
Marcan
-
3. Re: 15 beta: ProgressEvent is not defined
marcanw Sep 10, 2014 6:26 AM (in response to marcanw)Hi Shankshank,
I get back to this because I had to find a solution with the new release.
It turns out the problem is a bit tricky. PogressEvent is defined on Windows and Android.
In iOS, ProgressEvent is defined except in one class. Don't know why.
I do have a class called ProgressEvent but it didn't create problems before.
Anyway I had to find a quick fix so I replaced ProgressEvent with its value ("progress") in the problematic class and everything was fine.
Just to let you know.
Best

