There is a more general Flexcoders list that gets way more traffic than this one. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered...
This group seems to be relatively quiet most of the time. Either AIR is so easy to use that everyone gets it, or people are having discussions elsewhere. Is...
It's dead simple to do this on Windows using FluorineFx Aperture Framework. http://aperture.fluorinefx.com/ On Mac it's not so simple, but still possible....
Hi You might want to subscribe to flexcoders@yahoogroups.com, the volume is VERY high, and a lot of the topics are related to general Flex development, which...
Is there any way I can bundle a PDF file with my AIR app and then allow the user to click on a button in the app to send the PDF file to their printer? I don't...
Hey Oliver, Since Apollocoders is, for all practical purposes, dead, we've started a new AIR mailing list. AIR Tight http://groups.google.com/group/air-tight ...
... I have to respectfully disagree. I posted about NNTP as a viable option and that post just came up today (note I am posting this may 11, 2009--no telling...
Whats the version your app-descriptor is pointing at? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a...
Based on that error message, I'd guess you're not running against the 1.5.1 SDK. -- Oliver Goldman Adobe AIR Engineering On May 8, 2009, at 9:19 AM,...
... I've been away and or busy, and was expecting the rest of the moderation team not to be equally busy during that time, unfortunately that didn't happen. As...
It's all good. AIR-Tight is rocking and rolling these days. Lots of great discussion going on there. Apollo is the old code name of AIR and thus is outdated....
... 'snice, but I've never had a single mail since signing up. Oh well :-) ... Well, there's plenty of people here already ... It was never officially started...
The simple solution is to: Create a new AIR application. Open the newly created app xml file and compare it to your own. You'll see pretty quickly where the...
Struggling to understand why this isn't working and would appreciate any opinions... what am i missing? Thanks! Mac Flex 3.3 AIR 1.5.1 adl, (though AIR 1.5.2...
Is that image getting copied into bin-debug (which is usually app:/ when you're debugging) ? I guess if it appears in the image control then it does. Perhaps...
... I just tried it again, having copied the htmlText to a test.html file then setting the location property. In which case it works, displaying the html which...
Hey Paul. I'm pretty sure the html component can't see the app:/ directory. It just renders html. But between ExternalInterface and the dom object inside...
Assigning to the "htmlText" property is placing the contents in the browser sandbox, and content there is not allowed to resolve app: URLs. In order to make...
Here's our service: http://api.voxel.net/ I can hit it on a mac, but not a PC. can anybody help me verify that this is throwing an error. I'm using a delegate...
The F10 key is handled directly by Windows. I believe it's possible for a Windows application to override this behavior, but that requires taking explicit...
... Certainly. We're in the process of migrating 20 years of Oracle Forms code (internal ERP) into an AIR app (external modules, c# back-end). After going...
Hi, I need to retrieve the absolute and correct x and y coordinates of an inner AIR window relaiv to point (0,0) on the desktop. The normal coordinates doesn't...
you are correct in that the normal properties x and y don't help you. To position the native window in relation to the desktop's x-y, you need to access...