----- Original Message ----- From: NileAge, Mail To: [EMAIL PROTECTED] ; 'Flex Components' ; [EMAIL PROTECTED] ; flexcoders@yahoogroups.com ; [EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 8:08 AM Subject: [flexcoders] Some Advises.
Hello All, We are develop the flex website (http://www.nileage.org/IndexHome.html ) and uploaded it. I want you to view it and tell me some advises to increase the website performance. And too, I want the solution for resolution problem. The site at resolution 1024X768 is work good but problem when change to 1152X864 or more. And I need to make preloader for each part in site because the site is loading for long period of time then appear all items in same time. Plz tell me what are the solutions for all these problems. And we are using this tools to build the site: 1- Flex Builder 2 2- ASP.NET 2 Webservice ( C# ) 3- SQL Server 2000 Thanks Abdullah Abdelhay Here's one of the many errors I saw.. TypeError: Error #1009: Cannot access a property or method of a null object reference. at Comp::Home/creationCompleteHandler() at Comp::Home/___Operation1_result() at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent() at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler() at mx.rpc::Responder/result() at mx.rpc::AsyncRequest/acknowledge() at ::DirectHTTPMessageResponder/completeHandler() at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/flash.net:URLLoader::onComplete() and ArgumentError: Undefined state 'Welcom'. at mx.core::UIComponent/::getState() at mx.core::UIComponent/::findCommonBaseState() at mx.core::UIComponent/::commitCurrentState() at mx.core::UIComponent/setCurrentState() at mx.core::UIComponent/set currentState() at Comp::Home/__LBWelcom_click() BTW Welcome is missing an 'e'. The site has a lot of problems with null references, so presumably this is because components are being referenced before they have been created. I'm rather surprised the site has so many problems that haven't been solved along the way before it grew so big. Paul