03-04-2011 04:16 PM
In the simulator, transitioning from view to view is extremely slow. Usually 2-3 seconds. I am sure I am doing something wrong. Any ideas?
Thanks in advance.
Solved! Go to Solution.
03-04-2011 04:21 PM
Can you be more specific? I'm not sure I understand what views are or what you mean by them? Is this something that only happens in your application? Is the simulator itself responsive when your app is uninstalled?
If it's in your app, I would look closely at how you are transitioning between your views. There are no standards about what a 'view' means to the simulator or in code, so this is a very broad question that needs more information.
03-04-2011 04:40 PM
View as in Spark Component View, using navigator.pushView(ViewName) to transition between screens/ views.
03-04-2011 05:02 PM
I just figured out that transitions are slow when connected to the debugger. When not connected, everything runs great.
03-04-2011 05:48 PM
Ah. I've no experience with Spark. Well, i'm glad you were able to get it solved.