PDA

View Full Version : Performance Issues


jakeh
10-04-2004, 11:10 AM
I am getting script timeouts in my application. I think this is from instantiating too many views in the beginning of my app. Is there a workaround for this?

Is there any way to pass the instantiation between methods possibly?

Method 1 instantiates a certain number of views then finishes and passes to method 2 to instantiate the rest?

Everything needs to be instantiated seperately because i want to be able to dynamically build which views I want to use based on who is using the app. (aka Preferences).

Jake