A complete list of all paramets in a result set
Does anyone have a link(or know) what all comes from calling the getResult() function on an adobe-air sql statement? ...
Does anyone have a link(or know) what all comes from calling the getResult() function on an adobe-air sql statement? ...
Any clues how this can be achieved? It needs to work on all resolutions .. is there any parent/stage object available to find out the resolution of the system? ...
Adobe Air brings following exception: The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author. Please add the different reasons which may lead to this error. ...
I am wanting to create an Adobe AIR application that is L-shaped so that another application can fit in the open area of the screen. In other words, I would like an AIR app to surround another application on 2 sides (left and bottom). Is this possible? And if I do this will the AIR app cover the other application with a transparency? ...
Recently I'm working on some air stuff, and I am using Flash Builder and latest Nightly build SDK in order to compile my application ( I even used stable version before this stage ), but when ever I export the final air file from the Flash Builder, the air file giving me this error message : The application could not be installed becaus...
How does one inspect the HTTP traffic in Adobe Air? Obviously because it's running outside of a browser you can't use firebug ... I've tried this link text but it doesn't work either... (nothing shows up in the log). I also don't really want to pay for a program. Any ideas? ...
Iam writing an Application Sharing application, my company has used to choose Adobe Air for this. After Researching on google and posting on Adobe Forums , I found that AIR doesn't allow to access the OS natively. We need to create workarounds. I have tried and implemented Merapi and tried using J2EE based server Queues and also tried ...
I keep getting this error when I try to commit a group of executed statements. Details are blank and the message just doesn't give enough information ('SQL Error' only). Anyone run into this error, or have any ideas? ...
I'm looking for a good XML-RPC server implementation to be included as part of an existing Flash+AS3 application in order to be notified on events by a client. The ideal implementation should be well written, documented, reliable and encapsulated in order to be easily and cleanly wrapped. EDIT: I'm working on porting the app on Adobe A...
Hey, I'm doing some development using JS unde Adobe AIR. What I want to do is create a request to a remote website (for authentication for example). The problem is not AIR related, it's a JS thing I can't get right. What I want to do is to retrieve the request body but if I just return the "str" var it shows "undefined". I've tried to...
I am writing an Adobe AIR application that needs to build in a CI using maven and nexus. I tried to follow this article which is the most up to date article from the source, but I still don't understand these things: Are the first and second pom.xml examples in the article in the same pom.xml file? How do I get the Flex SDK dependenci...
I have an AIR Application which uses the mx:HTML tag to load a webpage hosted by me. In my webpage, I want to invoke a function in the containing AIR application via javascript? Is this possible? eg: in my AIR application: public function goBack():void{ trace('invoked from javascript!'); } <mx:HTML id="coreHtml" width="100%" ...
Hello All, I'm having some issues while displaying a 'Base64' encoded image in my AIR application. I'm fetching an image, which is 'Base64' encoded string, in a XML through a web service. At application side I'm able to decode it, but its not been able to display the image on the fly. A little search on Google gave me various result, ...
What are some of the advantages in adding Spring into a Flex / AIR application? And When would you recommend using Spring? ...
Hi all, I want to know if its possible to embed a flash movie inside an MFC app and let the user iteract with it. I know this is easily possible through embedding Flash activeX control. But I want the flash movie to be able to receive input from the MFC app (such as data and state update from the servers) and also should let the MFC app ...
i wonder what isit that Adobe AIR is better to use compared with say VB/C# apps. i dont think Adobe AIR is faster/more efficent right? DB wise. SqlLite vs MSSQL Express, both are free, 1 is open source, but MSSQL is more powerful? isit faster? in AIR u still need to create 1 app for web and another for windows applications? so it wil...
I'm building an Adobe AIR application with a bit of jQuery to dynamically change the display of the application. Part of the display includes links with Javascript functions on the onclick event except, in the application, onclick is disregarded when the div has been manipulated by jQuery. I've confirmed that onclick works fine when it's...
Hey, I'm developing under AIR using HTML + JavaScript. What I want to do is redirect the page ( something like window.location) using JS, to a local file (ex: login.html ). I've tried window.location but it gives me the following error: TypeError: Value app:/MYSCRIPT.html does not allow function calls. I've also tried something using...
Hi, I have an Air Application in Flex designed for 1280x800 which I would like to stretch to work full screen on a 1920x1200 monitor. I've read this article: http://blogs.adobe.com/aharui/2008/01/flex_and_scalemodes.html and tried it, but it only zooms the upper left corner (as mentioned in the article). I work with a WindowedApplicat...
I'm about to write a small desktop app that should run on Windows and Mac OS X mainly. The choices I have so far are: I usually use Java + Swing for this type of stuff, but this app should be really tiny (about 1Mb) and I don't want to embed the ~26mb JRE on the Windows version or ask users to have it installed. I have good experience...