Re: I can't debug the sdk code

2021-01-12 Thread Carlos Rovira
Hi Maria Jose, I'm in the same situation. Hope others can assist us, since I think we lost debuggin Royale SDK libraries El mar, 12 ene 2021 a las 11:32, Maria Jose Esteve () escribió: > Hi, Can you debug the sdk code? In my case, since last week I can only > debug by JS code. I have read the th

RE: profiler result on royale application performance

2021-01-12 Thread Nallathambi, Varunkumar
Thanks. I am facing slowness issue on both release and debug version. Let me comment out the trace and have a try. -Original Message- From: Ahsan Akhtar Sent: Tuesday, January 12, 2021 2:44 PM To: dev@royale.apache.org Subject: RE: profiler result on royale application performance

RE: profiler result on royale application performance

2021-01-12 Thread Nallathambi, Varunkumar
Hi Thanks. I am using 0.9.8-SNAPSHOT version which is taken around November/December 2020. I am facing the slowness on both IE and chrome. Let me try the latest snapshot. -Original Message- From: Edward Stangler Sent: Tuesday, January 12, 2021 2:40 PM To: dev@royale.apache.org

I can't debug the sdk code

2021-01-12 Thread Maria Jose Esteve
Hi, Can you debug the sdk code? In my case, since last week I can only debug by JS code. I have read the thread "Re: Configuring source maps on Royale with new compiler options" and I don't know if it will have anything to do with it. I have tried in every way I could think of to configure the v

RE: profiler result on royale application performance

2021-01-12 Thread Ahsan Akhtar
If you are using js::debug version then try commenting out TRACE statement. If you are using AsyncToken for remote object then use it without AsyncToken syntax. Use of images also slows down the loading process. Regards Ahsan -Original Message- From: Nallathambi, Varunkumar [mailto:va

Re: profiler result on royale application performance

2021-01-12 Thread Edward Stangler
Which version of Royale are you using? At least some of this has been more optimized (i.e. checkInterface, grid scrolling, XML parsing, etc.) over the past few weeks. So it would be in the nightly build. I'm running with similar use of MX AdvancedDataGrid (under Spark), some with more columns.