Good plan, it doesn't look that complicated anyway... @How do you trace your messages in AIR from the IDE?
Are you using Flex or Flash? I've not built any AIR in Flash so I cant comment, but in Flex you get full stack trace, debug and memory profiler for working in the IDE ;) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: 10 January 2008 17:27 To: Flash Coders List Subject: Re: [Flashcoders] startAtLogin in AIR I'll leave it be than, i'll use the standard adobe methods, they are working without a hassel (time constrain ... :S) How do you trace your messages in AIR from the IDE? i dont get any i just noticed. Matthew James Poole wrote: > There are a few changes to the File class for example > file.resolve(url), is now file.resolvePath(url) and there are a couple of new methods ... > > ... But from the error it looks like the AIRRemoteUpdaterEvent class > is missing an import. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sidney > de Koning > Sent: 10 January 2008 14:49 > To: Flash Coders List > Subject: Re: [Flashcoders] startAtLogin in AIR > > Nice one :) > > Another thing, maybe you know this aswell; i'm using Claus Wahlers AIR > update class (http://codeazur.com.br/lab/airremoteupdater/) and i > already converted it to beta 3, however there is still a error i'm > getting about the flash.filesystem.File; import it says: > 1046: Type was not found or was not a compile-time constant: File. > public function AIRRemoteUpdaterEvent(type:String, file:File = null, > bubbles:Boolean = false, cancelable:Boolean = true) { > > Had anything changed in flash.filesystem.File aswell? > > Cheers, > Sid > > Matthew James Poole wrote: > >> Hi Sid, >> >> Thanks, That makes sense. That does help me - I'll be starting a app >> soon that will need it. I've posted this the bug list anyway as this >> isnt a very desriable thing: >> >> http://bugs.adobe.com/jira/browse/SDK-14282 >> >> You can try looking to see if you are running in a IDE player - In >> AS2 >> > > >> you could look at System.capabilities.playerType for this - I'm not >> sure what AIR returns to this, but it should be different when >> running >> > > >> in the IDE compared to a installed release version >> >> Cheers >> Matt >> >> >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Sidney >> > > >> de Koning >> Sent: 10 January 2008 10:44 >> To: Flash Coders List >> Subject: Re: [Flashcoders] startAtLogin in AIR >> >> Hi Matthew, >> >> Turns out that my function works, but only when i package and install >> it, not when testing in the IDE, (and that is where the "Feature is >> not available" error came from. So on Beta 3 it is: >> NativeApplication.nativeApplication.startAtLogin = Boolean; >> >> Hope this helps you aswell :) >> >> Sid >> >> Matthew James Poole wrote: >> >> >>> Hi Sidney, >>> >>> I've just searched the Adobe bugs db on jira and there doesn't seem >>> to >>> >>> >> >> >>> be anything reported for this. But I can confirm that I get the same >>> RTE too, so I'd guess they will make it available at the real >>> launch... Had you tried this functionality in the Earlier releases? >>> - >>> _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ______________________________________________________________________ This e-mail has been scanned for viruses by the Virtual Universe e-mail security system - powered by MessageLabs. http://www.virtual-universe.net ______________________________________________________________________ Virtual Universe Ltd, 28-39 The Quadrant, 135 Salusbury Road, London NW6 6RJ Tel: +44 (0) 870 788 6000 Fax: +44 (0) 870 788 6689 Web: www.virtual-universe.net ----------------------------------------------------------------------------------------- CONFIDENTIALITY NOTICE This e-mail may contain information which is confidential and privileged. If you are not the named addressee of this e-mail, you may not copy or use it, or forward or otherwise disclose it to anyone else. If you have received this e-mail in error, please e-mail the sender by replying to this message and then fully delete it from your system. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Amplefuture Group. Amplefuture Group reserves the right to monitor e-mail communications from both external and internal sources for the purposes of ensuring correct and appropriate use of our communication equipment. ______________________________________________________________________ This e-mail has been scanned for viruses by the Virtual Universe e-mail security system - powered by MessageLabs. http://www.virtual-universe.net _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

