Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Developer
gerardkcohen
Posts: 48
Registered: ‎10-06-2009
Accepted Solution

Slow View Transitions

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.

Please use plain text.
Developer
billfoust
Posts: 382
Registered: ‎05-19-2008
My Carrier: AT&T

Re: Slow View Transitions

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.

Bill
-------------------------------------------
Check out my book on BlackBerry Development for Java.
And my other really really old book
My Apps: FlashKids
Please use plain text.
Developer
gerardkcohen
Posts: 48
Registered: ‎10-06-2009

Re: Slow View Transitions

View as in Spark Component View, using navigator.pushView(ViewName) to transition between screens/ views.

Please use plain text.
Developer
gerardkcohen
Posts: 48
Registered: ‎10-06-2009

Re: Slow View Transitions

I just figured out that transitions are slow when connected to the debugger. When not connected, everything runs great.

Please use plain text.
Developer
billfoust
Posts: 382
Registered: ‎05-19-2008
My Carrier: AT&T

Re: Slow View Transitions

Ah. I've no experience with Spark. Well, i'm glad you were able to get it solved.

Bill
-------------------------------------------
Check out my book on BlackBerry Development for Java.
And my other really really old book
My Apps: FlashKids
Please use plain text.