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

Reply via email to