Centering a fixed size air application when maximized

I have a fixed-sized air application that when maximized I want it to be centered on the user's screen. Currently when it is maximized it goes to the top left corner of the screen. Is there any way I can make this centered?

Hi,
The issue is because you are using fixed height, width and absolute positioning. I have introduced a Canvas as an outer container
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" height="700" width="768"
    paddingLeft="5" paddingRight="5" paddingTop="5" paddingBottom="5"
     alpha="1.0" borderColor="#FFFFFF"
     xmlns:components="com.components.*"
    applicationComplete="init()" xmlns:views="views.*" verticalScrollPolicy="off" horizontalScrollPolicy="off" showStatusBar="false">
<mx:Canvas height="700" width="768" verticalCenter="0" horizontalCenter="0">
    <components:Header id="header" x="0" y="0" width="768"/>
    <mx:ViewStack id="mainViewStack" selectedIndex="{ApplicationModel.instance.viewState}" x="2" y="52" height="608">
        <views:LessonView x="0" y="50" height="608" id="mainLessonView" creationPolicy="queued" creationIndex="1" />
        <views:ChooseLessonsView x="0" y="50" height="608" id="mainChooseLessonView" />
        <views:HelpView x="0" y="50" id="mainHelpView" creationPolicy="queued" creationIndex="2" height="608"/>
        <views:FAQView x="0" y="50" id="mainFAQView" creationIndex="5" creationPolicy="queued" height="608"/>   
        <views:LoginView x="0" y="50" id="mainLoginView" creationPolicy="queued" creationIndex="4"  height="608"/>
    </mx:ViewStack>
    <components:Footer height="40" x="0" y="660" width="768"/>
</mx:Canvas>     
</mx:WindowedApplication>

Similar Messages

  • Launching AIR application When Operating system starts

    Hi
    I want to lauch my AIR application automatically when windows operating system starts. How can i solve this problem.
    Thanks in advance to all
    Regards
    sss

    I found some information about this here:
    http://www.adobe.com/devnet/air/flex/quickstart/startup_options.html

  • Cannot install AIR application when the system date is set beyond 10/31/2017

    I created a native time-stamped installer for an AIR application. While testing the installer with different system dates, I noticed that the installer does not work when the system date is set beyond 10/31/2017. I tested the same with a self-signed certificate as well as a Verisign certificate and found the behaviour to be consistent. Why does the installer stop working after this date?

    Thanks very much for keeping this issue alive.
    Let me restate the issue:
    We have a AIR 2.0.4.13090 sidecar application. Installing the application for the very first time seems to work. Any uninstall or update after that runs into issues on the problematic Windows 7 64 bit machine. The installer logs all point the finger to Windows Installer having problems writing to the temp directory.
    We've gone through many, many things trying to resolve this, including resetting administrative access to the temp directory and flushing the temp directory out entirely. I'm reporting this news secondhand, so it's not possible for me to directly relate the exact measures taken, step-by-step. The ONLY thing that reliably worked for running and installing updates on this AIR application was the following:
    1) Create a new administrative level user.
    2) Log in with that user.
    3) Disable firewalls.
    4) Run the updater.
    5) Log back in as normal user, delete temporary user.
    if the user account created in step 1 is not deleted in step 5 and is used to attempt a further update or uninstall, it will fail. This seems to tell me that AIR is able to utilize the temp folder via Windows Installer correctly only once. After that, it dirties this directory somehow and is unable to use/write to it, and subsequent uninstalls/updates fail with error 0.
    Again, the failure all show msi issues writing to the temp directory. They result in an "Error 0" alert dialog in AIR.

  • Detect other air applications (when not connected to internet)

    Hi,
    we have a req to provide a link within our air app, click on it and the app should detect if another air app (from same publisher) is installed on user's machine. If installed launch it if not install it.
    I used air browser api, it works fine. But only when the user is connected to internet, since the air.swf needs to be downloaded from adobe.
    Is there a way to detect other air apps in offline mode ? (I tried copying air.swf to local, but doens't work due to security issues)
    Anyone with thoughts on how to achieve this in offline mode ?
    Thanks,
    Brijesh

    Hi Brijesh,
    As you've seen, hosting the air.swf locally (or anywhere besides airdownload.adobe.com) isn't supported or allowed.  I've seen this request come up a couple of times now, if this functionality is important I'd like to recommend adding a feature request on our ideas.adobe.com site.
    I haven't tried this so I'm really not sure if it would work, but if your app was installed natively and you knew the location of the installed app, could you create a file object and check to see if the file existed?  If it did, try launching with openWithDefaultApplication().  If not, download the installer to a temp location, then launch the installer with openWithDefaultApplication()?   Basically duplicating what you need from the air.swf in your actionscript code.
    Chris

  • How to fix your finder application when the application refuses to quit and always reopens

    I been trying to Close or Force quit my Finder application but it keeps reopening. The program shows its unresponsive but yet the program works perfectly fine. Can someone please help me out this is driving me insane. I was trying to Setup my new Apple remote but was not responsive to my Macbook air I have been told to download this software called Candelair and it wont press through unless I have all applications not opened and so i have to Quit All applications so thats what brought up the finder application issue. Can someone please help soon as possible?

    Alex The Phenix wrote:
    I been trying to Close or Force quit my Finder application but it keeps reopening.
    Correct.
    Finder always runs.  Period.

  • Error update an air application

    hi, i have some problem with the update an air application.
    when i launch the update function i have this error:
    This application cannot be installed because this installer
    has been
    mis-configured...
    i create a simple example, i have 2 version of my
    application, v1 and v2. i create 2 folder with the the same
    application
    the only difference is the number of version.
    your can try my example, first install application of v1
    folder and after copy and paste the application v2 in the desktop
    directory
    Example
    files

    i have this string in log file.
    Starting update of c:\program files\appupdate\appupdate.exe
    Updating from file:///C:/Users/gsorce/Desktop/AppUpdate.air
    Updating to version v2
    UI SWF load is complete
    UI initialized
    Converting to C:\Users\gsorce\AppData\Local\Temp\fla1808.tmp
    Conversion is complete
    AIR file is bound to version 1.0
    app id kiwari
    application is bound to this version of the runtime
    AIR file app id, pub id, and version don't match
    Installed app id: kiwari; AIR file app id: kiwari
    Installed pub id: 2B506D926EE0CEC62A432C548B083BEA25EBB872.1;
    AIR file pub id: 2B506D926EE0CEC62A432C548B083BEA25EBB872.1
    Requested version: v2; AIR file version: 2.0
    Re-launching application from c:\program
    files\appupdate\appupdate.exe
    Starting cleanup
    Installation exited

  • Hot keys in AIR application

    I know hotkeys can be registered for menu items. Is it
    possible to register a global hot-key? So that it will invoke a
    delegate in an AIR application when you are doing something else
    within your platform (OS)? If this is not available, sort of like
    the shell access (executing other applications), it would be nice
    to know if these are on the road-map for future AIR or if it will
    never happen?

    Hi,
    Global hot keys are not supported in AIR 1.0.
    However, you can submit a feature request (with a descriptive
    use-case) at
    http://www.adobe.com/go/wish

  • How to launch other air application from on air application

    Hi there,
    I am new to air technology, I wonder if air can allow me to
    launch different air application when I am in air application. All
    my applications are desktop application.
    By the way, how can I attach my EULA when installing my air
    application?
    Best,

    Take a look at the help for the CreateInterface function. Notepad.exe doesn't have an ActiveX so you have to start it with a command line shell. I don't recall for the moment the function in HiQ that allows that.
    LabVIEW, C'est LabVIEW

  • Content overflow, when building an Air Application. Does Catalyst provide any solution?

    As artboard is in fixed size, but at 1 stage the content has to move down on navigating to different states, and I need to show all content, when I build an air file, the content is over flowing from the fixed artboard size. How I can restrict its content to not to be displayed from any direction and may open from other sides as I have few popups to show on the right of this application, and I need it as it is.
    Any Help?

    Thanks for your swift reponse Peter but I tried these steps and am still unable to get my application to update.
    I can't understand how I can get the application to update locally by specifying the location of the xml file in the SSL properties and not get the application to update when I enter the http address for the xml file in the SSL properties.
    I have used the same folder throughout this process and I am baffled as to why it does not work.

  • Is there a pratical size limit for an Air application window?

    I'm brand new to creating Air applications. I started to design a utility in Flash CS4 for my own use. I had originally intended for it to be a simple SWF, but decided to make an Air app as an experiment, and to perhaps share it with others in the future.
    Basically, the application allows the use to drag-resize a box to measure the pixel dimensions of an area onscreen (photo, Windows window, etc.) I wanted to allow it to be resized to any dimensions up to the size of the screen. The chrome is custom and mostly transparent with some alpha for the box to overlay on whatever you're measuring. However, I've run into a few problems, the primary one being that I cannot set the app to run maximized to the screen size and allow any graphics to extend beyond the dimensions of the stage in the source FLA (it all gets clipped at the edges of the stage). I decided to forget about this and just set a maximum size of the stage. So, what was originally a box that you could stretch out to any dimensions, can now only be resized to the upper limit I set (preferrably 1600px X 900px).
    Annoyingly, I've found that any stage size in the source FLA beyond 1500px X 850px causes the Air app to respond very slowly. At sizes below that, the app responds very quickly, as if it were a windowed SWF. My question is, is there a practical upper limit to the size of an Air app window? I mean, if I have an Air app with a window size of 1500px X 850px that can be resized without any perceived lag, why does the window resizing slow down so dramatically by just increasing those dimensions by 1px?

    These factors that determine the minimum and maximum width and height of a window:
    The minimum and maximum operating system limits, which are the values of the systemMinSize and systemMaxSize properties of the        NativeWindow object
    The maximum width and height of a window in Adobe AIR, which are each 2880 pixels
    The minimum width and height required by any displayed system chrome
    The minSize and maxSize properties of the NativeWindow object
    I cannot address the performance problems you are experiencing. I hope someone else can comment.

  • Re-size Container Children when AIR App Re-sizes

    I have component panels witin a dataGroup. The dataGroup re-sizes when the AIR application is resized, but the panels do not re-size along with the dataGroup. I'm using TileLayout for the dataGroup. The goal is, of course, to fill the entire dataGroup container, regardless the size of the application. Application source is below. What happens is if I resize the application after the comPanelClick event, the panel containers do not re-size with the container.
    <?xml version="1.0" encoding="utf-8"?><s:WindowedApplication  xmlns:fx="http://ns.adobe.com/mxml/2009"xmlns:s="
    library://ns.adobe.com/flex/spark"xmlns:mx="
    library://ns.adobe.com/flex/mx"xmlns:components="
    components.*"width="
    1200" height="720" backgroundColor="#6D6666" creationComplete="maximize()">
     <fx:Declarations>
     <s:ArrayCollection id="panelsAC">
     <components:comInformation click="comPanelClick(event, 0);" id="pnlInformation" height="100%" width="100%"/>
     <components:comDocuments click="comPanelClick(event, 1);" id="pnlDocuments" height="100%" width="100%"/>
     <components:comCommunications click="comPanelClick(event, 2);" id="pnlCommunications" height="100%" width="100%"/>
     <components:comNotes click="comPanelClick(event, 3);" id="pnlNotes" height="100%" width="100%"/>
     </s:ArrayCollection>
     </fx:Declarations>
     <fx:Script>
    <![CDATA[
     private var tLayout:TileLayout = new TileLayout(); 
    private var selectedPanelId:String; 
    private function comPanelClick(event:MouseEvent, target:Number):void { 
    if (event.target.toString().indexOf('btnComShow') > 0) {selectedPanelId = panelsAC.getItemAt(target).id;
    panelsAC.getItemAt(target).currentState =
    'ViewState';panelsAC.filterFunction = panelACFilter;
    panelsAC.refresh();
    tLayout.horizontalGap = 10;
    tLayout.horizontalAlign =
    'center';tLayout.columnWidth = (grpContent.width - 20);
    tLayout.requestedColumnCount = 1;
    tLayout.requestedRowCount = 1;
    tLayout.verticalAlign =
    'middle';tLayout.rowHeight = (grpContent.height - 20);
    tLayout.verticalGap = 10;
    grpContent.layout = tLayout;
    else if (event.target.toString().indexOf('btnComHide') > 0) {panelsAC.getItemAt(0).currentState =
    'StartState';panelsAC.filterFunction =
    null;panelsAC.refresh();
    tLayout.horizontalGap = 10;
    tLayout.horizontalAlign =
    'center';tLayout.columnWidth = ((grpContent.width - 20) / 2);
    tLayout.requestedColumnCount = 2;
    tLayout.requestedRowCount = 2;
    tLayout.verticalAlign =
    'middle';tLayout.rowHeight = ((grpContent.height - 30) / 2);
    tLayout.verticalGap = 10;
    grpContent.layout = tLayout;
    private function panelACFilter(item:Object):Boolean { 
    return item.id == selectedPanelId;}
    ]]>
    </fx:Script>
     <s:DataGroup id="grpContent" left="20" right="20" top="50" bottom="135"contentBackgroundAlpha="
    1.0" contentBackgroundColor="#FFFFFF"dataProvider="
    {panelsAC}">
     <s:layout>
     <s:TileLayout horizontalAlign="center" horizontalGap="10" orientation="rows" columnWidth="{((grpContent.width - 20) / 2)}"requestedColumnCount="
    2" requestedRowCount="2" verticalAlign="middle" rowHeight="{((grpContent.height - 30) / 2)}"verticalGap="
    10" useVirtualLayout="true"/>
     </s:layout>
     </s:DataGroup></s:WindowedApplication>

    I just created a custom layout script to deal with it.
    package  
    scripts{
    import  
    import  
    import  
    public  
    override public function updateDisplayList(containerWidth:Number,containerHeight:Number):
    void{
    // The position for the current element 
    var x:Number = 0; 
    var y:Number = 0; 
    // loop through the elements 
    var layoutTarget:GroupBase = target; 
    var count:int = layoutTarget.numElements; 
    var element:ILayoutElement; 
    var elementWidth:Number; 
    var elementHeight:Number; 
    if (count == 1) {element = layoutTarget.getElementAt(0)
    element.setLayoutBoundsSize(NaN, NaN);
    elementHeight = (containerHeight - 10);
    elementWidth = (containerWidth - 10);
    element.setLayoutBoundsPosition(x, y);
    element.setLayoutBoundsSize(elementWidth, elementHeight);
    else { 
    for (var i:int = 0; i < count; i++){
    // get the current element, we're going to work with the 
    // ILayoutElement interfaceelement = layoutTarget.getElementAt(i);
    // Resize the element to its preferred size by passing 
    // NaN for the width and height constraintselement.setLayoutBoundsSize(NaN, NaN);
    // Find out the element's dimensions sizes. 
    // We do this after the element has been already resized 
    // to its preferred size.elementWidth = ((containerWidth - 30) / 3);
    elementHeight = ((containerHeight - 20) / 2);
    // Would the element fit on this line, or should we move 
    // to the next line? 
    if (x + elementWidth > containerWidth){
    // Start from the left sidex = 0;
    // Move down by elementHeight, we're assuming all  
    // elements are of equal heighty += elementHeight + 10;
    // Position the elementelement.setLayoutBoundsPosition(x, y);
    // Update the current position, add a gap of 10 element.setLayoutBoundsPosition(x, y);
    element.setLayoutBoundsSize(elementWidth, elementHeight);
    x += elementWidth + 10;
    } class PanelLayout extends LayoutBase{
      spark.layouts.supportClasses.LayoutBase;  spark.components.supportClasses.GroupBase; mx.core.ILayoutElement; 

  • I have rented a movie on apple tv and wish to finish it on my mac book air. When I open iTunes on my mac book air I can not see the movie in iTunes. It is an authorised device and I can see other purchases just. How do I fix it?

    I have rented a movie on apple tv and wish to finish it on my mac book air. When I open iTunes on my mac book air I can not see the movie in iTunes. It is an authorised device and I can see other purchases just. How do I fix it?

    Rented movies downloaded to an Apple TV can't be transferred to any other device.
    (86941)

  • HT203421 i buy a macbook air with my friend and i changed the apple id also.at first i can update the application but now its impossible to update the application.when i clock to update it shows the id of my fren andsomebody do you have idea to solve this

    i buy a macbook air with my friend and i changed the apple id also.at first i can update the application but now its impossible to update the application.when i clock to update it shows the id of my fren andsomebody do you have idea to solve this problem.

    The first thing to do with a second-hand computer is to erase the internal drive and install a clean copy of OS X. You — not the previous owner — must do that. How you do it depends on the model, and on whether you already own another Mac. If you're not sure of the model, enter the serial number on this page. Then find the model on this page to see what OS version was originally installed.
    1. You don't own another Mac.
    If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard (OS X 10.6) installation disc from the Apple Store or a reputable reseller — not from eBay or anything of the kind. If the machine has less than 1 GB of memory, you'll need to add more in order to install 10.6. Preferably, install as much memory as it can take, according to the technical specifications.
    If the machine shipped with OS X 10.6, you need the installation media that came with it: gray installation discs, or a USB flash drive for some MacBook Air models. For early MBA models, you may need a USB optical drive or Remote Disc. You should have received the media from the previous owner, but if you didn't, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To boot from an optical disc or a flash drive, insert it, then reboot and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    If the machine shipped with OS X 10.7 or later, you don't need media. It should boot into Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    2. You do own another Mac.
    If you already own another Mac that was upgraded in the App Store to the version of OS X that you want to install, and if the new Mac is compatible with it, then you can install it. Use Recovery Disk Assistant to create a bootable USB device and boot the new Mac from it by holding down the C key at the startup chime. Alternatively, if you have a Time Machine backup of OS X 10.7.3 or later on an external hard drive (not a Time Capsule or other network device), you can boot from that by holding down the option key and selecting it from the row of icons that appears. Note that if your other Mac was never upgraded in the App Store, you can't use this method.
    Once booted in Recovery, launch Disk Utility and select the icon of the internal drive — not any of the volume icons nested beneath it. In the Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive.
    After partitioning, quit Disk Utility and run the OS X Installer. You will need the Apple ID and password that you used to upgrade. When the installation is done, the system will automatically reboot into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    Then run Software Update and install all available system updates from Apple. To upgrade to a major version of OS X newer than 10.6, get it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the previous owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed — you have to repurchase them.
    If the previous owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Apple customer service has sometimes issued redemption codes for these apps to second owners who asked.
    If the previous owner didn't deauthorize the computer in the iTunes Store under his Apple ID, you wont be able to  authorize it immediately under your ID. In that case, you'll either have to wait up to 90 days or contact iTunes Support.

  • "Se ha producido algún error al intentar instalar esta aplicación" error when trying to install a .air application

    Hello,
    I'm having an issue when trying to install Warcraft Logs application:
    Warcraft Logs - Combat Analysis for Warcraft
    https://www.warcraftlogs.com/client/warcraftlogs.air
    I successfully install Adobe AIR, version 17.0.0.144 (and I'm using Windows 7 64 bits), without any problem (well, that's what I suppose), this is the Install.log from the Adobe AIR:
    [2015-04-19:19:27:30] Runtime Installer begin with version 17.0.0.144 on Windows 7 x86
    [2015-04-19:19:27:30] Commandline is:
    [2015-04-19:19:27:30] No installed runtime detected
    [2015-04-19:19:27:32] Relaunching with elevation
    [2015-04-19:19:27:32] Launching subprocess with commandline c:\users\alberto\appdata\local\temp\air276b.tmp\adobe air installer.exe -ei
    [2015-04-19:19:27:32] Runtime Installer begin with version 17.0.0.144 on Windows 7 x86
    [2015-04-19:19:27:32] Commandline is: -stdio \\.\pipe\AIR_5800_0 -ei
    [2015-04-19:19:27:32] No installed runtime detected
    [2015-04-19:19:27:32] Starting silent runtime install. Installing runtime version 17.0.0.144
    [2015-04-19:19:27:32] Installing msi at c:\users\alberto\appdata\local\temp\air276b.tmp\setup.msi with guid {34927EBC-98D4-4D53-98BE-510DF5999F50}
    [2015-04-19:19:27:33] Runtime Installer end with exit code 0
    [2015-04-19:19:27:34] Elevated install completed
    [2015-04-19:19:27:35] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2015-04-19:19:27:35] Runtime Installer end with exit code 0
    [2015-04-19:19:27:35] Runtime Installer begin with version 17.0.0.144 on Windows 7 x86
    [2015-04-19:19:27:35] Commandline is: -installupdatecheck
    [2015-04-19:19:27:35] Installed runtime (17.0.0.144) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2015-04-19:19:27:35] Performing pingback request
    [2015-04-19:19:27:36] Pingback request completed with HTTP status 200
    [2015-04-19:19:27:36] Starting runtime background update check
    [2015-04-19:19:27:36] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.144/update
    [2015-04-19:19:27:36] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/17.0.0.144/update to C:\Users\Alberto\AppData\Roaming\Adobe\AIR\Updater\Background
    [2015-04-19:19:27:36] Runtime update not available
    [2015-04-19:19:27:36] Unpackaging cancelled
    [2015-04-19:19:27:36] Runtime Installer end with exit code 0
    Afterwards, I try to install the warcraftlogs.air application, and when I execute the program I get the following error:
    Se ha producido algún error al intentar instalar esta aplicación. Instale la versión más reciente de Adobe AIR desde http://www.adobe.com/go/getair_es y vuelva a intentarlo.
    Translated it should be something like this (this is not the official English message):
    Some error has occurred while trying to install this application. Install the latest Adobe AIR version from http://www.adobe.com/go/getair_es and try again.
    I've tried to search anything related, because I can't find that exact error message in any Adobe troubleshooting page, but everything I can find is a really old version issue, or something I've tried without success (trying to install everything running as administrator, also via cmd.exe ran as administrator, installing an older version, uninstalling and installing 100 times Adobe AIR, etc.).
    I've also searched (but not asked) in Warcraft Logs forums for any solution, but I couldn't find anything related either.
    Any help would be appreciated.
    Thank you in advance and best regards! ^^

    Inesipinesii please remove your current installation of the Adobe Download Assistant from your Applications folder.  You will then be able to reinstall the Adobe Download Assistant and begin the download process for Photoshop Elements 11.  You can find more information at http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html#main_Known_i ssues.

  • Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS

    Hi All,
    https://bugbase.adobe.com/index.cfm?event=bug&id=3071298
    As per above link this bug resolve(latest build) but i am facing  Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS, using the packaging tools.
    (for  inappPurchase Demo app --- i used below link code)
    http://code.google.com/p/in-app-purchase-air-ios/
    Thanks,
    Sunil Rana

    Hi Everyone,
    I'm getting basically the same error. Are there any rules or guidelines that we are suppose follow when writing an app for iOS? Is there a way to know exactly where it is crashing? My apps are not MXML, only actionscript. Also I made sure I have no errors not even warnings in my SWF file, but still no go! 
    Getting the same error.
    Exception in thread "main" java.lang.NullPointerException
            at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6944)
            at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:5909)
            at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
            at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
            at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:336)
            at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler
    .java:472)
            at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:82)
    Compilation failed while executing : ADT
    regards,
    Keith

Maybe you are looking for

  • HDD and memory upgrade on Satellite P200-17C

    Hi there I own Satellite P200 17c. My current memory is DDR2 PC2-5300 2gb. I would like to upgrade it to DDR2 PC2-6400 4gb ram. Can i do that and is there going to be some improvement of the speed if I upgrade to PC2-6400 instead PC2-5300? On my P200

  • Error message; need help ASAP!

    Hello, I am on a G4 running System 10.4.11 and using Illustrator CS. I am currently working on a project and suddenly cannot open my file. I am getting the following error message: Can't open the illustration. The illustration contains an incomplete

  • ITunes on my iMac no longer shows "what's new" in app updates

    Not sure exactly when this happened - either after updating itunes or moving to ios * - but when I check for updates for my ios apps in itunes, clicking on each no longer gives a description of the changes.  I either have to check each one in the sto

  • JDBC adapter can't find the jdbc driver class

    Hello, my jdbc driver give an very strange error 11:46:13 (4207): JDBC adapter terminated Mon Aug 02 11:46:13 CEST 2004 ***** 11:46:13 (4210): ERROR: Attempt to load JDBC driver failed ("java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriv

  • How to Use tag in JDeveloper 9i for a JSP Page

    Hi , I am working on JDeveloper 9i. I have a problem that i use JSP page and two tag[b] fmt and core. The uri passed to taglib is http://java.sun.com/jsp/jstl/core and http://java.sun.com/jsp/jstl/fmt. i also have two jar file standard.jar and jstl.j