active questions tagged air - Stack Overflowmost recent 30 from stackoverflow.com2009-12-03T17:32:25Zhttp://stackoverflow.com/feeds/tag/airhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1837585/whats-the-best-air-ruby-integration-tool-framework0What's the best AIR & Ruby integration tool/framework?btelles2009-12-03T04:13:05Z2009-12-03T12:51:25Z
<p>Well, I tried Shoes, Titanium, and RubyFX (or was it FXRuby?) and am not yet <em>quite</em> happy with the stability and cross-platform support from any of them as desktop application GUI tools. Next in line is Adobe AIR. Anyone know what the best tool is that will integrate Ruby and Adobe AIR? Is it even possible?</p>
http://stackoverflow.com/questions/1837877/air-file-is-damaged-after-publish0AIR file is damaged after publish.Brent Kirby2009-12-03T05:39:53Z2009-12-03T05:39:53Z
<p>I tried to find an answer here but haven't seen anything yet.</p>
<p>I've been working on an AIR application with Flash CS4 (AS3) for the last two days. Yesterday when publishing I was able to install the application (or overwrite existing version) without a problem. Now whenever I publish a new AIR file, it constantly tells me it cannot be installed because the "AIR file is damaged". </p>
<p>There are no actionscript errors or compiler errors when publishing, and I've generated a new certificate at least 3 times already thinking that may expire daily?</p>
<p>Any ideas? Thanks</p>
http://stackoverflow.com/questions/1837267/disable-adobe-air-authentication-dialog0Disable Adobe Air authentication dialogMatt Wood2009-12-03T02:26:19Z2009-12-03T02:26:19Z
<p>I'm building an Adobe Air app that interacts with a third party service using HTTP Basic auth for it's authentication. I'd like to handle the login process completely in my own code. I'm using jQuery to handle the ajax.</p>
<p>The issue is that when the user enters bad credentials Air pops up an authentication dialog box before my javascript even gets notified of the 401. </p>
<p>I've read that there are two attributes I can mess with:</p>
<ul>
<li>window.htmlLoader.authenticate</li>
<li>air.URLRequestDefaults.authenticate</li>
</ul>
<p>Setting the URLRequestDefaults.authenticate to false seems to have no effect, which makes sense since I'm not using URLRequest. Setting the htmlLoader.authenticate definitely disables the dialog box from popping up, but every request is now returned as a 401.</p>
<p>Is there a way to prevent this dialog from popping up and letting my js handle the authentication?</p>
http://stackoverflow.com/questions/1836318/discovering-stop-points-in-an-interactive-quicktime-movie0Discovering "Stop Points" in an Interactive Quicktime MovieJosh2009-12-02T22:27:56Z2009-12-02T22:27:56Z
<p>Keynote lets you export a Quicktime movie that is interactive... it will automatically pause after each transition and you can click anywhere on the movie (if you're running in quicktime) to make it continue to the next slide.</p>
<p>Does anyone know where I could learn more about this type of quicktime file? Can the QTKit library (or any other) let me discover the location of these stop points?</p>
<p><strong>My Scenario</strong></p>
<p>I'm developing an AIR application that lets the user play their Keynote presentation (they export it to QT), but flash doesn't automatically stop the movie at these "stop points". If there was a way to discover the location of these points with an outside application, then I could tell the AIR app when to pause the movie.</p>
<p>I would be so grateful for any suggestions or direction!</p>
http://stackoverflow.com/questions/1628754/text-search-in-an-air-html-control0Text search in an AIR HTML ControlSandy2009-10-27T04:16:42Z2009-12-02T13:13:31Z
<p>What are the different options available for implementing a text search in an AIR HTML control? I could think of the following two:</p>
<ol>
<li>Implement by injecting a custom javascript - the downside is the script may interfere with ones already loaded with page</li>
<li>Implement an HTML scrapper and then parse this text in Actionscript, and then using javascript highlight it.</li>
</ol>
<p>Thoughts are most welcome.</p>
http://stackoverflow.com/questions/1823633/high-performance-encryption-in-adobe-air-flash0high performance encryption in adobe air / flashFreddy Rios2009-12-01T02:24:57Z2009-12-02T09:39:12Z
<p>When looking for encryption related classes/functions in action script / air / flash, I saw the <strong><a href="http://code.google.com/p/as3crypto/" rel="nofollow">as3crypto</a></strong> project. </p>
<p>This one provide a v. nice set of options, but I am a bit concerned on what the numbers presented means when these are used to decrypt a local media file when its selected about to be played.</p>
<p>I am looking for <strong>security vs. performance balance</strong>. </p>
<p>For <strong>video/music</strong>, it needs to decode at a fast enough pace so the player <strong>plays it smoothly</strong> - which is something that <strong>depends on the format</strong> used, but is in all cases less than the delay of having to wait to decode the whole file.</p>
<p>The hardest part comes from having to use it for <strong>flash apps</strong> as well, since afaik it needs to <strong>wait for all of it to do anything</strong>. Unless this assumption is wrong, this is where the best performance algorithm in the list in the as3crypto page seems <strong>too slow</strong> i.e. <strong>at 1.5 MB x sec, it would take 20 secs to decipher a 30 MB flash app</strong>.</p>
<p>The <strong>main questions</strong> I have on this are:</p>
<ul>
<li>Are there any <strong>other libraries</strong> with higher performance? Anything in adobe air maybe? </li>
<li>For <strong>videos/songs</strong>, what would be a good number of <strong>MB x sec for it to be playable</strong>?</li>
<li>Does flash waits until loading completely a flash app before running anything of it?</li>
</ul>
http://stackoverflow.com/questions/1826251/style-air-application0style air applicationkrike2009-12-01T13:40:09Z2009-12-01T14:29:38Z
<p>for school we are making an air application and we've run into some questions, things we don't know how to do.</p>
<p>Where can we find information on how to style our air application, we would like to get rid off the windows border and make something like kuler.</p>
<p>another problem is how to make google maps run in air?</p>
<p>we would really appreciate some help here :)</p>
http://stackoverflow.com/questions/1825545/advanceddatagrid-tree-view0AdvancedDataGrid tree viewFranky2009-12-01T11:21:55Z2009-12-01T11:21:55Z
<p>I have an AdvancedDataGrid filled by an arraycollection composed by objects
I want to have a tree view in the grid like this example:</p>
<p>I can't solve the problem because i want to mantain the tree "exploded" while numeric values change like this example but in an advanced data grid with columns:
<a href="http://livedocs.adobe.com/flex/3/html/help.html?content=about%5Fdataproviders%5F6.html" rel="nofollow">http://livedocs.adobe.com/flex/3/html/help.html?content=about%5Fdataproviders%5F6.html</a>"<br>
Here's the code.</p>
<pre><code><?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication initialize="init();" xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute">
<mx:Script>
<![CDATA[
import flash.trace.Trace;
import mx.utils.ArrayUtil;
import mx.collections.*;
import flash.utils.Timer;
import flash.events.TimerEvent;
import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
import mx.events.CollectionEvent;
import mx.events.AdvancedDataGridEvent;
[Bindable]
public var randomNumber:Number = new Number
public function randomValues():Number
{
randomNumber=Math.random()*100
randomNumber*=100
randomNumber=Math.round(randomNumber)
randomNumber/=100
trace(randomNumber)
return randomNumber
}
public var timer:Timer = new Timer(750);
public function timing():void{
timer.addEventListener(TimerEvent.TIMER,function(event:Event):void{randomValues()});
timer.addEventListener(TimerEvent.TIMER,function(event:Event):void{arr.refresh()});
}
public function init():void{
gc.refresh()
randomValues()
adg.dataProvider=arr;
}
public var Continente:Object = new Object;
[Bindable]
public var Paese:Object = new Object;
public var Actual:Object = new Object;
public var Estimate:Object = new Object;
]]>
</mx:Script>
<mx:ArrayCollection id="arr">
<mx:Object Continente="Europa" Paese="Italia" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="Europa" Paese="Germania" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="Europa" Paese="Francia" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="Europa" Paese="Svizzera" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="Europa" Paese="Danimarca" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="Europa" Paese="Spagna" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="Europa" Paese="Olanda" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="Europa" Paese="Belgio" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="Europa" Paese="Malta" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="U.S.A." Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="Panama" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="Messico" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="Canada" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="Argentina" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="Brasile" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="Cile" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="Venezuela" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
<mx:Object Continente="America" Paese="Honduras" Actual="{Math.random()*randomNumber}" Estimate="{Math.random()*randomNumber}"/>
</mx:ArrayCollection>
<mx:GroupingCollection childrenField="{Paese}" id="gc" source="{arr}">
<mx:grouping>
<mx:Grouping>
<mx:GroupingField name="Continente"/>
<mx:GroupingField name="Paese"/>
</mx:Grouping>
</mx:grouping>
</mx:GroupingCollection>
<mx:AdvancedDataGrid designViewDataType="tree" dataProvider="{gc}" horizontalScrollPolicy="on" columnWidth="100" resizableColumns="false" id="adg" width="469" height="223" color="0x323232">
<mx:columns >
<mx:AdvancedDataGridColumn dataField="Continente"/>
<mx:AdvancedDataGridColumn dataField="Paese"/>
<mx:AdvancedDataGridColumn dataField="Actual"/>
<mx:AdvancedDataGridColumn dataField="Estimate"/>
</mx:columns>
</mx:AdvancedDataGrid>
<mx:TextArea text="{randomNumber}" x="477" y="10"/>
<mx:Button click="timing()" x="10" y="231" label="Start timing function"/>
<mx:Button click="timer.start()" x="161" y="231" label="Start the time"/>
<mx:Button click="timer.stop()" x="275" y="231" label="Stop the time"/>
</mx:WindowedApplication>
</code></pre>
http://stackoverflow.com/questions/1818051/tree-datatipfunction-tooltip-change-position-flex30Tree dataTipFunction tooltip Change position,Flex3vineth2009-11-30T05:57:58Z2009-12-01T10:36:49Z
<p>Hi,
I am doing dataTipFunction on Tree in Flex3 Air,</p>
<p>At present the tooltip hides the present node, i need to reposition the tooltip above the node, how can change the x,y position of the tooltip.</p>
<p>Thanks in Advance</p>
http://stackoverflow.com/questions/1451307/no-contextmenu-customitems-with-air0no contextMenu.customItems with AIR?Mark2009-09-20T15:42:52Z2009-12-01T02:00:04Z
<p>Have some code that's been in use for quite some time - always compile with mxmlc. Just compiled it with amxmlc and it gave me errors over the presence of "customItems" - nothing else at all in the entire 1500+ line AS3/flex program. I took out the customItems reference and it compiles with amxmlc just fine. </p>
<p>Nothing about that feature 'customItems' is indicated to be anything other than active and current in the documentation. All amxmlc actually does is add a command line argument for AIR to the standard mxmlc. </p>
http://stackoverflow.com/questions/1232442/testing-to-see-if-a-window-is-maximized0Testing to see if a window is maximized robmcm2009-08-05T10:43:01Z2009-11-30T12:07:06Z
<p>I noticed that in Windows, if you maximize a window you can not resize it until you un-maximized it again. This appears to be a normal behaviour, so I would like to remove my resize gripper when the window is maximised.</p>
<p>At the moment I can't find a property to detect if a window is maximized, and although I could add a boolean in my controller, it wouldn't necessarily catch requests to maximize from the OS.</p>
<p>So if you know of a reliable way to test if a window is maximized please let me know.</p>
<p>On a related note, I am using custom chrome, and when I maximize a window it overlaps the windows task bar. I can think of hacks to detect available screen size (using a transparent system chrome window), but it would be good to know of a better method.</p>
<p>Thanks</p>
<p>Rob</p>
http://stackoverflow.com/questions/1812319/how-to-create-multiple-processes-in-adobe-air-program0How to create multiple processes in Adobe Air program?Ole Jak2009-11-28T11:34:50Z2009-11-29T18:37:53Z
<p>How to create multiple processes in Adobe Air program? Docs? Tuts? Algorithms? (for ex I have some design logic and some services client logic i want to run them in separate processes) (Air 2.0 is ok for me)</p>
http://stackoverflow.com/questions/1810476/good-alternative-for-adobe-air-and-zinc-in-flash-10-as-2-00Good alternative for Adobe AIR and Zinc in Flash 10 + AS 2.0victor hugo2009-11-27T20:09:51Z2009-11-28T08:20:53Z
<p>I'm making a Flash app in Flash 10 and ActionScript 2.0 and need support for calling an EXE with some params and minimizing/close the application.</p>
<p>Neither Adobe AIR nor Zinc don't seem to support some code I made and I'm looking for a very simple alternative? Does anyone know about an alternative?</p>
http://stackoverflow.com/questions/1808815/advanceddatagrid-datafields-refresh0AdvancedDataGrid dataFields refreshFranky2009-11-27T13:35:42Z2009-11-27T17:39:18Z
<p>Hi All
I have a problem with an AdvancedDataGrid; i want the fields Actual and Estimate to change with the timer function but it doesn't work. It works only by refreshing all the adg with the collapse of the tree structure. I want that if the tree is "exploded" only actual and estimate fields refresh. Sorry for my uncorrect english.
Here's the code</p>
<pre><code><?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication initialize="init();" xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
import mx.utils.ArrayUtil;
import mx.collections.*;
import flash.utils.Timer;
import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
[Bindable]
public var randomNumber:Number = new Number
public function randomValues():Number
{
randomNumber=Math.random()*100
randomNumber*=100
randomNumber=Math.round(randomNumber)
randomNumber/=100
trace(randomNumber)
return randomNumber
}
public var timer:Timer = new Timer(20);
public function timing():void{
timer.addEventListener(TimerEvent.TIMER,function(event:Event):void{randomValues()});
}
[Bindable]
public var dpFlat:ArrayCollection = new ArrayCollection;
public function dpCollection():ArrayCollection
{
dpFlat= new ArrayCollection([
{Continente:"Europa", Paese:"Italia", Actual:randomValues(), Estimate:randomValues()},
{Continente:"Europa", Paese:"Germania", Actual:randomValues(), Estimate:randomValues()}
]);
return dpFlat;
}
public function init():void{
dpCollection()
randomValues()
}
]]>
</mx:Script>
<mx:AdvancedDataGrid horizontalScrollPolicy="on" columnWidth="100" resizableColumns="false" id="myADG" width="469" height="223" color="0x323232" initialize="gc.refresh();">
<mx:dataProvider>
<mx:GroupingCollection id="gc" source="{dpCollection()}">
<mx:grouping>
<mx:Grouping>
<mx:GroupingField name="Continente"/>
<mx:GroupingField name="Paese"/>
</mx:Grouping>
</mx:grouping>
</mx:GroupingCollection>
</mx:dataProvider>
<mx:columns>
<mx:AdvancedDataGridColumn dataField="Continente"/>
<mx:AdvancedDataGridColumn dataField="Paese"/>
<mx:AdvancedDataGridColumn id="act" dataField="Actual"/>
<mx:AdvancedDataGridColumn id="est" dataField="Estimate"/>
</mx:columns>
</mx:AdvancedDataGrid>
<mx:TextArea text="{randomNumber}" x="477" y="10"/>
<mx:Button click="timing()" x="10" y="231" label="Start timing function"/>
<mx:Button click="timer.start()" x="161" y="231" label="Start the time"/>
<mx:Button click="timer.stop()" x="275" y="231" label="Stop the time"/>
</mx:WindowedApplication>
</code></pre>
http://stackoverflow.com/questions/1808273/flex-regain-lost-focus0flex regain lost focusgauravFlex2009-11-27T11:44:52Z2009-11-27T11:57:55Z
<p>Hi all,</p>
<p>I have a custom component with textbox & a poup button
as</p>
<pre><code><mx:HBox>
<mx:Text id="source" height="100%" width="40%" data="my text" />
<mx:VBox backgroundAlpha="0" height="100%" borderThickness="0">
<mx:PopUpButton enabled="true" id="editButton" width="40" icon="@Embed('assets/images/Legends/editIcon.png')"
initialize="popUpButton_initialize()"
popUp="{actionMenuEdit}"
height="19" toolTip="Edit at segment"/>
</mx:VBox>
</mx:HBox>
</code></pre>
<p>I am using this custom component as the itemEditor for the datagrid</p>
<p>I have a problem with focus. I need to set focus to the text after popup buttton itemclick
The scenerio is I am typing text in the text(source). If I go to popup button & click any item. Now my focus move to the popup button. And I am not able to type in the text as the focus is lost.
I need to set the focus back to the text(source) after popupbutton item selection. So that I can continue typing.
in my case I need to click gain in the text & then I am able to type.</p>
http://stackoverflow.com/questions/1311241/cannot-print-off-screen-html-content-from-air-application0Cannot print off-screen HTML content from AIR applicationTanmay2009-08-21T10:45:21Z2009-11-27T08:00:05Z
<p>Hi,</p>
<p>I am a newbie in Adobe AIR, and am trying to print a HTML from my air app, however, this HTML should never be seen on screen. I am using HTMLLoader for this, as per some sample I saw on the web.</p>
<p>What happens, is that there is a print dialog, but it prints out a blank page.</p>
<p>If this is a window application, and I click some button to print (just the HTMLLoader) it gets printed.</p>
<p>Following is my code.</p>
<p>var mySprite:Sprite = new mySprite()</p>
<p>var loader:HTMLLoader = new HTMLLoader()
loader.loadString("ADDRESS<br/>Thu Aug 20 21:37:20 GMT+0530 2009<br/>")</p>
<p>var html:HTML = new HTML()</p>
<p>html.htmlLoader = loader</p>
<p>mySprite.addChild(html);</p>
<p>//After this its pretty standard</p>
<p>var pJob:PrintJob = new PrintJob();
html.width = pJob.pageWidth
html.height = pJob.pageHeight
loader.height = pJob.pageHeight
loader.width = pJob.pageWidth</p>
<p>if(!pJob.start())
{
throw new PrintingCanceled(" User Canceled Printing");
}
pJob.addPage(loader, null);
pJob.send();</p>
<p>Please let me know what I'm missing. Any help, or suggestions are welcome.</p>
http://stackoverflow.com/questions/342994/download-a-file-with-adobe-air3Download a file with Adobe AIRAlexH2008-12-05T05:34:57Z2009-11-26T20:16:23Z
<p>How do I download a file from the internet in a Flex based AIR application. </p>
<p>I tried using a file with url set to the address, but I got a file does not exist error when I tried to save it. And it is really hard to google for help on this issue.</p>
http://stackoverflow.com/questions/1802811/adobe-flex-and-air-connecting-to-a-network0Adobe Flex and Air Connecting to a network.Pennf0lio2009-11-26T10:17:22Z2009-11-26T10:17:22Z
<p>What Approach can you use to Connect Adobe Air Application to a Local Network? Examples of function is send a message to other computer that is connected to a network, sending files or viewing their desktop.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1432095/air-flash-comparison-core1air flash comparison coremsaif2009-09-16T10:06:10Z2009-11-26T08:59:00Z
<p>What are the differences in developing for AIR versus flash? why should i choose one over the other in a given situation?</p>
http://stackoverflow.com/questions/1800673/generate-certificate-for-signing-air-app0Generate certificate for signing AIR appMiguel Ping2009-11-25T23:31:47Z2009-11-26T02:55:53Z
<p>How do I generate a self-signed certificate to sign an adobe AIR app? I'm using the maven flexmojos plugin. I've followed an openssl tutorial to generate a .p12, but now the mvn plugin /adt compiler is telling me that the certificate is not a X509 certificate.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1795267/stylesheet-parsecss-converts-style-names-to-lowercase-in-air0StyleSheet.parseCSS converts style-names to lowercase in AIRvineth2009-11-25T07:39:09Z2009-11-25T21:54:34Z
<p>I am loading css file in Flex 3 AIR application. While reading the style name, I am lowercase version of it (i.e, <code>.NewFontStyle</code> is converted to <code>.newfontstyle</code>)</p>
<p>how to get name as mentioned in css file.</p>
<p>my code:</p>
<pre><code>private var prefsCSS:StyleSheet = new StyleSheet();
private function ReadStylesCSS():void
{
fileStream.open(appStorageDirFile,FileMode.READ);
prefsCSS.parseCSS(fileStream.readUTFBytes(fileStream.bytesAvailable));
fileStream.close();
}
</code></pre>
<p>I get my style names in prefsCSS.styleNames by looping through it.</p>
<pre><code>for each (var item:String in prefsCSS.styleNames)
{
var stylename:String=item;
}
</code></pre>
<p>by this iam getting all styleNames in lower case only.. i need to get the name as mentioned in css file</p>
<p>Thanks in advance</p>
http://stackoverflow.com/questions/1796351/flex-air-sqlite-as-embedded-database1Flex AIR Sqlite as embedded databasegauravFlex2009-11-25T11:28:26Z2009-11-25T15:20:33Z
<p>Hi all,</p>
<p>I am devloping an editor with spell check feature in Flex + AIR using Sqlite as an embedded database.
In database I have a table with the words. The table contains lacs of words. I have written the code to search for the word in table. I have used the sync method for all this. This pauses my application while searching.
I would like to use async method to stop application pause.</p>
<p>The code for Search word is as follows:</p>
<pre><code> public function searchInDictionary(word:String):Boolean
{
if(word == "")
return true;
connection= new SQLConnection();
var query:SQLStatement = new SQLStatement();
query.sqlConnection = connection;
query.text = 'SELECT id FROM tbl_'+ CommonLanguageCode +' WHERE word LIKE "'+word+'"';
try
{
connection.open( dbfile,SQLMode.READ );
}
catch(ex:Error)
{}
if(!connection.connected)
connection.open( dbfile );
query.execute();
var result:SQLResult = query.getResult();
if( result.data == null )
{
return false;
}
else
{
var numRows:uint = result.data.length;
var id:String;
if(numRows>0)
return true;
return false;
}
return false;
}
</code></pre>
<p>If this function returns false(word not found) then i have to call the function to to red underline that word.</p>
<p>Please suggest me if I am going wrong. As I am using Sync method & it takes some milli seconds to search a word. & if I am wrting a paragraph then it makes my application sluggish.</p>
<p>Is there any other way I can store the words & search more fastly. If yes then please et me know.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/118990/what-are-the-print-functions-in-adobe-air1What are the print functions in Adobe AIR ?pawzlion2008-09-23T03:45:25Z2009-11-25T13:01:43Z
<p>I've been trying to figure out how to print in Adobe AIR. I know the standard javascript functions don't work. The AIRforJSDev guide says:
"The window.print() method is not supported within Adobe
AIR 1.0. There are other methods available via the exposed AIRAPIs that give you access to printing within the runtime"</p>
<p>But I can't find those functions. I've looked in the language reference but can't find them there anywhere. Where are they and what are they ? </p>
http://stackoverflow.com/questions/1080106/flex-center-window0Flex: center Window?John Isaacks2009-07-03T16:47:11Z2009-11-25T10:46:09Z
<p>I am trying to center a launched window in flex, there is a NativeWindow.x and NativeWindow.y but flex uses the Window class which does not have these properties, so does anyone know how to center a window? Thanks!!</p>
http://stackoverflow.com/questions/1788750/air-application-running-only-in-builder-environment0Air application running only in builder environmentEran2009-11-24T08:49:15Z2009-11-24T22:55:26Z
<p>Hi ,</p>
<p>I have an air application that loads a swf ( built in flex ) , this swf loads moduls and basicaly my air application is a testing environment for this swf .</p>
<p>when i run it in flex environment ( eclipse ) it runs fine , when i run it from my programs ( as an air program ) it gets stuck , what i was thinking is that it has to do with security issues because it gets stuck when my main swf try to loads the moduls .
is the air sandbox security different then flex ? </p>
<p>Thanks</p>
http://stackoverflow.com/questions/1792960/flex-datagrid-component-and-agregated-classes0Flex datagrid component and agregated classesdr_hoppa2009-11-24T21:14:22Z2009-11-24T22:14:09Z
<p>I have the following question regarding Flex/AIR data grids:</p>
<p>Can I access the value of a var of one aggregated object as a dataField of a column of the DataGrid?</p>
<p>What I would like to have is:
<p>
<code>
public class A {
public var id:String;
}
</code>
<p>
<code>
public class B {
public var a:A;
public var value:uint;
}
</code></p>
<pre><code> <mx:DataGrid id="grid" dataProvider="{items}">
<mx:columns>
<mx:DataGridColumn headerText="aId" dataField="a.id"/>
<mx:DataGridColumn headerText="value" dataField="value"/>
</mx:columns>
</mx:DataGrid>
</code></pre>
<p>items is an ArrayCollections of B's.</p>
<p>From what I have read and looked in the code for the DataGridColumn this 'a.id' does not work as that value is taken from the data object using the array syntax data[key], I have tried to use a custom item renderer but that did not work either.</p>
<p>Could I get some help with this? I am trying to figure out Flex as home project and I just started out.</p>
http://stackoverflow.com/questions/670782/how-to-access-the-command-line-in-adobe-air0How to access the command line in adobe airShard2009-03-22T10:03:36Z2009-11-24T20:46:18Z
<p>This might be something simple i just haven't picked up but what is the function where you can send commands directly to the command line (eg: command("ls") ).</p>
http://stackoverflow.com/questions/1079404/flex-3-focusmanager-getnextfocusmanagercomponent-returns-null0Flex 3 focusManager.getNextFocusManagerComponent() returns nullKevin2009-07-03T13:39:55Z2009-11-24T16:35:31Z
<p>I have an app where I am looking to make the enter key act like a tab key. I can easily capture the keypress event and setFocus to a textinput field. The problem is figuring out which textinput field to give focus to. I have this code</p>
<pre><code>
trace(this.window.focusManager);
//returns TheWindow86.focusManager
trace(this.window.focusManager.getNextFocusManagerComponent());
//returns null
//This is what I was hoping would work
this.window.focusManager.getNextFocusManagerComponent().setFocus();
</code></pre>
<p>The code is in a controller class and "this.window" references an instance of a nativeWindow mxml file "TheWindow.mxml". The first trace works as expected, but the second one gives null. The last line is the code that I am wanting to work.</p>
http://stackoverflow.com/questions/1346387/adding-dynamic-controls-to-tabbar-flex-3-air-as30Adding dynamic controls to TabBar,Flex 3 Air As3vineth2009-08-28T11:19:11Z2009-11-24T10:23:05Z
<p>Hi,
I have a TabBar Control with 3 tab, i need to add controls(Button,Label) dynamically in to each tab,
I can add the controls to the initial selected tab but when i add to next tab , i am getting
Null exception error..
That is when TabBar property selectedIndex="0" means i can add to 1st tab.but not in 2 and 3rd.
when Tabbar property selectedIndex="1" means i can add to 2nd tab.but not in 1 and 3rd.</p>
<p>If u have any sample or link for dynamic adding controls to TabBAr control Pls reply me.</p>
<p>Thank in Advance. </p>
http://stackoverflow.com/questions/1470665/i-need-to-load-multiple-swf-in-horizontallist-flex3-air-application0I need to load multiple swf in HorizontalList, Flex3 Air applicationvineth2009-09-24T09:36:10Z2009-11-24T10:21:50Z
<p>I need to load multiple swf in a list like control so that I can load all the swf from the folder and show them to the user, then the user can select any one and view it.</p>
<p>How can I load swf in HorizontalList in Flex3, please send me any example or link regarding this requirement.</p>
<p>Thanks in advance.</p>