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? - > I believe it was called Shell.startApplicationAtLogin... > > Cheers > Matt > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sidney > de Koning > Sent: 10 January 2008 09:28 > To: Flash Coders List > Subject: [Flashcoders] startAtLogin in AIR > > Hi List, > > I'm creating an app in AIR and do a > NativeApplication.nativeApplication.startAtLogin = true; (i have also > tried: NativeApplication.startAtLogin as stated in > http://labs.adobe.com/wiki/index.php/AIR:Release_Notes) to create a > startup folder entry (pc and mac). I import the file > flash.desktop.NativeApplication. > However it gives me this error: > > Error: Error #2014: Feature is not available at this time. > at flash.desktop::NativeApplication/set startAtLogin() > at ae_fla::MainTimeline/setRunAtStartup() > at ae_fla::MainTimeline/frame1() > > I have checked the error codes here: > http://www.flexcoders.cn/showtopic-582.aspx and it says that " The > feature is not supported on this system.". Now i have checked the > labs.adobe docs and said it should be in there, i'm using the beta 3 > for CS3. > > Does anyone have experience with this? Or know a workaround? Maybe the > method call was changed in beta 3? > > > Cheers, > > Sidney _______________________________________________ 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

