Hi,

 

I want to know How to Set Up .NET Remoting with Flex 2 and Fluorine. Can
anybody give an example code.

 

 

Regards,

 

Balamurugan Jayaraj

Software Engineer
STARLIMS AP Center of Excellence 
126, Nelson Road 
Aminjikarai 
Chennai 600 029 
Phone: +91-44-4208-2005

Mobile:+91-98404-35584
email : [EMAIL PROTECTED]

 

"Until you make peace with who you are, you'll never be content with what
you have."    

 

Disclaimer: 
This message and any attachment(s) contained here are information that is
confidential, proprietary to AGARAM and its customers, privileged or
otherwise protected by law. The information is solely intended for the
individual or the entity it is addressed to. If you are not the intended
recipient of this message, you are not authorized to read, forward, print,
retain, copy or disseminate this message or any part of it. If you have
received this e-mail in error, please notify the sender immediately by
return e-mail and delete it from your computer.

 

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of rleuthold
Sent: Friday, October 05, 2007 3:28 PM
To: [email protected]
Subject: [flexcoders] Re: flexbuilder3beta2 - custom preloader issue/bug

 

I have a custom preloader problem too, and I'm really stuck. My preloader
class is getting 
an xml used all around the application, so that I assign the xml to a
Variable in the 
application file (Application.application).

Hope somebody has information about that.

--- In [email protected] <mailto:flexcoders%40yahoogroups.com> ,
"bhaq1972" <[EMAIL PROTECTED]> wrote:
>
> forgot to add the rte trace
> 
> TypeError: Error #1009: Cannot access a property or method of a null 
> object reference.
> at global$init()[E:\dev\flex_3_beta2
> \sdk\frameworks\projects\framework\src\mx\core\Application.as:210]
> at preloadPNG::WelcomeScreen()[C:\Documents and 
> Settings\bodrul haque.SYNLOG\My Documents\Flex Builder 3\myTest3
> \src\preloadPNG\WelcomeScreen.as:24]
> at preloadPNG::CustomPreloader()[C:\Documents and 
> Settings\bodrul haque.SYNLOG\My Documents\Flex Builder 3\myTest3
> \src\preloadPNG\CustomPreloader.as:21]
> at mx.preloaders::Preloader/initialize()[E:\dev\flex_3_beta2
> \sdk\frameworks\projects\framework\src\mx\preloaders\Preloader.as:203
> ]
> at 
> mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal
> ::initialize()[E:\dev\flex_3_beta2
> \sdk\frameworks\projects\framework\src\mx\managers\SystemManager.as:1
> 505]
> at mx.managers::SystemManager/initHandler()
> [E:\dev\flex_3_beta2
> \sdk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2
> 206]
> 
> 
> 
> 
> 
> --- In [email protected] <mailto:flexcoders%40yahoogroups.com> ,
"bhaq1972" <mbhaque@> wrote:
> >
> > (This looks like a bug... but the buglist seems to be out of reach)
> > 
> > Problem - I get a runtime error when referencing 
> > mx.core.Application.application in a Loader class.
> > 
> > I've got a custom preloader based on a Ted Patrick example.
> > The problem occurs in WelcomeScreen.as
> > 
> > WelcomeScreen.as
> > ----------------
> > public class WelcomeScreen extends Loader
> > {
> > public function WelcomeScreen()
> > {
> > trace(mx.core.Application.application); 
> > }
> > }
> > the above trace should be null not a RTE. 
> > 
> > eg.
> > <mx:Application preloader="CustomPreloader">
> > 
> > CustomPreloader.as
> > ------------------
> > public class CustomPreloader extends DownloadProgressBar
> > {
> > public var wcs:WelcomeScreen;
> > 
> > public function CustomPreloader() 
> > {
> > super(); 
> > wcs = new WelcomeScreen();
> > this.addChild(wcs) 
> > }
> > }
> >
>

 

<<image001.jpg>>

<<image002.jpg>>

Reply via email to