Adobe AIR with Postgres
Hello can I access a postgres data bases with a AIR application ? Regards,
View ArticleLandscape Orientation - autoOrients Problem
I am creating an iOS app that will work only in landscape orientation. iPad apps that require an orientation must support both variants of that orientation.I have these lines in my descriptor...
View ArticleCreating log file for AIR errors and exceptions
Hi, I need to keep a log of my AIR application so that one can refer to it for errors and exceptions. I need to write it to a physical file on the disk. Any idea how it can be done? I have tried this...
View ArticleAIR Application stopping the MAC OS to Shutdown if event.preventDefault() is...
Hi all, I have a issue that adobe air application is stoping the shutdown of the MAC,This issue arises only when AIR application uses event.preventDefault(); Even I figureout the same thing when the...
View ArticleHow to use getRelativePath() with browseForOpen()? It returns null
It's quite simple: fTargetFile:File = File.applicationDirectory.resolvePath("assets");fRootFile:File = File.applicationDirectory.resolvePath("assets");...
View ArticleHow to send email in Adobe Air
Hello, It is possible to send email directly from adobe air? using an API? not sending to a j2ee or any server?and how to use Gmail as an SMTP server? Thanks.
View ArticleiOS: Touch-Events and Performance
Hi all, we got a "big problem" and are seeking for some hints and help. We got a 3D-playfield (Away 3D). When touching (holding finger on touchscreen), and nothing more, we notice the performance...
View ArticleChange button icon in AS3
I figured it would be simple to change an icon on the fly, like a label, using actionscript. But I'm not finding a way to do it. Suggestions.
View ArticleHide Resize and Maximize Buttons
Hello! How can I hide the Resize and Maximize buttons for a window with chrome set to none, please?(Hide != Disable) Thank you!
View ArticleAIR and PDF showing/silent printing
Is there a way of showing PDF in an AIR application? What about PDF silent printing? Thanks for any ideas.
View ArticleHTTPService and URLoader gives steam error in Air 2.0
Hi, we have a HTTPService call to server url which returns data in xml format in response. The server call normally takes more than 2 mins to process.. The service call returns with a fault (Error...
View ArticleAIR and local Postgres DB?
Hey, I'm writing an AIR app that will interact with a local Postgres DB that can be connect to through 127.0.0.1. Is there any way to do this through AIR? Thanks!
View ArticleClipboard contents detection problem
My Goal is to detect what myself or someone has copied to the clipboard, using CTRL+C, or the right click and using the context menu. I know my AIR Application isn't always in focus, since other things...
View ArticleUnzip folder
Which library, if any, handles unzipping of .zip files which contains folders?And by unzipping, I mean save the files/folders in that zip to files/folders on the computer. Not just display the names...
View ArticleBrowser Invoke Event Code Sample for HTML
I had some trouble locating a sample of the Browser Invoke Event, where you can pass parameters from the Javascript in your badge install, so I'm posting this in case it helps someone else.In your...
View ArticleHTTP tunneling doesn't work with NetConnection
I'm researching a problem with NetConnection failing to connect through a proxy server using RTMP and RTMPS protocols. In my test I setup squid as the local proxy server and tried to call connect...
View ArticleAir serial port connection
Hi has anyone done anywork with connecting air with serial ports? Im using a proxy called serproxy that transfers data from serial through to a sockect connectionHas anyone else used this using as3?...
View ArticleMinimize to system tray
I am developing a small HTML based AIR app. So there is only one HTML file in the whole app. What is the simplest way to implement minimize to system tray?I checked...
View ArticleInstalling AIR application - Error 3003
Hi All,We're trying to install an AIR application onto a test PC with Windows XP. The XP user account does not have admin rights. We have granted, however, the ability for that user to create files and...
View ArticleHow to run external application
How could I call an external application like an exe file in Windows.I read the Adobe AIR Language Reference for HTML Developers, but don' t know if it is possible.Thanks.
View Article