I0S7 StatusBar Overlays stage, Adobe Air 3.9 Beta Bug? Is there a Workarround

Hi
I am using Adobe air 3.9 Beta. It seems that iOS7 give you the the possibility to style the Statusbar. But if you open an adobe air application the statusbar overlays the stage by default. It creates problems with my tabs.
I tested the app with an iPod and IPhone, both with iOs7 Both have the Issues. If I compile the app with Adobe air 3.8 the Statusbar will be displayed correct.
But I can't use air 3.8 because I need the new Icons 120x120 76x76 etc.
Other people have the same issue. See screenshots https://github.com/mutualmobile/MMDrawerController/issues/51
I think the solution is in the info.plist. There is an option for the info.plist UIViewControllerBasedStatusBarAppearance. We need this paramter to activate or deactivate the Statusbar overlay.
any Ideas?

My variation of the problem shows different results in 790 and 1080. Here's what I'm doing, and what's different:
When I ask the user to pick a photo from their album, the status bar appears (my app is full screen, and no status bar is showing at first).
With build 790, the status bar is opaque, black background, and it sits on top of the title banner of the picker (the word "PHOTOS" gets obscured). When I return to the app, the status bar remains there, and is sitting on top of my stage content. The picker is iOS 6 styled.
With build 1080 the behavior is identical to the above, except that the status bar is transparent, and the picker is iOS 7 styled. The status bar does not obscure the "Photos" word, that is further down the screen. On returning to the app I see the black text of the status bar sat transparent on top of the top part of my stage content.
If I build for 3.8.0.910, the behavior is the same as it is for 3.9.0.790.
This is with the GM version of iOS 7.
Overall, I think I'll build for 1080, and hope the client doens't notice the remnants of the status bar. Hopefully you will have added the new icons to the next iOS 7 AIR build, and found a way to hide the status bar after showing the picker.

Similar Messages

  • I0S7 StatusBar Overlays stage, Adobe Air 3.9 Beta Bug VOTE this Bug

    Hi
    I am using Adobe air 3.9 Beta. It seems that iOS7 give you the the possibility to style the Statusbar. But if you open an adobe air application the statusbar overlays the stage by default. It creates problems with my tabs.
    I tested the app with an iPod and IPhone, both with iOs7 Both have the Issues. If I compile the app with Adobe air 3.8 the Statusbar will be displayed correct.
    But I can't use air 3.8 because I need the new Icons 120x120 76x76 etc.
    Other people have the same issue. See screenshots https://github.com/mutualmobile/MMDrawerController/issues/51
    I think the solution is in the info.plist. There is an option for the info.plist UIViewControllerBasedStatusBarAppearance. We need this paramter to activate or deactivate the Statusbar overlay.
    Please vote to fix this bug
    https://bugbase.adobe.com/index.cfm?event=bug&id=3633422
    any Ideas for an workarround?
    p.s.
    sorry for double post in Air Development section

    Hi,
    up until now, I think this might be a general issue, even Xcode (5) apps have this.
    However, if you just need the new icons you shouldn't care too much about this, you nearly can't see the differences when you adjust your icons a little bit (no border on the edges etc.), so I would rather use 3.8 (fast, since you might not be able to upload an app without the icons after tomorrow) and update it once those issues have been fixed (I think that this might need a while, since there are some more problems with 3.9).

  • Adobe Air 2.0 beta causes overly transparent applications - unuseable

    Hi,
       I'm running Crunchbang linux 9.04 (Ubuntu Jaunty) x64. I successfully installed Adobe Air 2.0 beta and apps run, but they are all so transparent that they can't be seen or used. Below is a screenpic of an adobe air application called doit.im. It works fine in Adobe air 1.5 on this rig, except it always asks me to click to okay the certificate and the window won't move, it's fixed where it is.
    When running Adobe Air 2.0 apps, they are moveable, still ask me to click the certificate each time, but... they are WAY too unclear to see. When running the apps in a terminal, they yield no errors. I worked through all the gtk canberra errors successfully.
      So I'm running the apps fine from 1.5, but just wondering if anyone know how to fix the overly transparent issue for adobe 2.0 beta - with X64 linux rigs.
        Thanks,
            Peace

    Hi Tshann
    Thanks for reporting this problem! We were aware of this issue and it will be fixed in the final release of AIR2.
    -Thanks
    Sundeep
    AIR Team

  • Adobe AIR 2.0 beta out

    hi guys,
    Adobe AIR 2.0 beta 1 out
    check it out in this url..
    http://labs.adobe.com/downloads/air2.html
    regards
    Dhamu

    Hi Tshann
    Thanks for reporting this problem! We were aware of this issue and it will be fixed in the final release of AIR2.
    -Thanks
    Sundeep
    AIR Team

  • Adobe AIR 2.0 Major Bug

    Hello,
    We have an application built in Adobe AIR (HTML and Javascript Based).
    It's been running for 14 months now with no problems.
    Adobe came out with the AIR 2.0 version, and because the updates are pushed automaticaly to the clients, we started to suffer from major pages render issues.
    The app is written in Hebrew. and now with version 2.0 we get every few paragraphs, in the middle of the paragraph a question mark or two instead of the letters, and sometimes it just drops letters.
    This happens randomly and I can't put a rule on this.
    Because Adobe pushes this upgrade, a lot of our customers updated to this buggy version.
    This is a major issue. I wish to know if you know something about it or atleast tell me how can I easily revert this version back to AIR1.5.3 on the clients.
    This software is in our main structure of the company. Adobe should not release new upgrades that are automatically updates on the client side. this is something that we, the developers, should push to our clients (after checking for bugs).
    We spent a lot of hours and money to develop our app, what should we do now?
    I wish to know how can I contact someone from the Adobe AIR team, and get this issue resolved ASAP.
    Thanks,
    Uri

    Uri,
    First, I am sorry to hear that your application was impacted. Whenever possible, we release public betas so that customers can report back issues related to backwards compatibility. In the case of AIR 2, we released two public betas.
    However, per the Adobe AIR system requirements page, Hebrew is not a supported language. While it is possible that your application was working in an earlier version (AIR 1.5.3), it was still not a supported platform at that time.
    I would encourage you to submit a bug using our feedback form and we'll take a look. However, to set expectations, we always prioritize supported systems over unsupported systems.
    Feedback form (please provide all information necessary to reproduce the issue):
    http://www.adobe.com/go/wish/
    -Rob
    Product Manager, Adobe AIR

  • Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS

    I have used Adobe AIR SDK15 to build a iOS app, which have a button to browse the Photo in the iPad, but when i run the line of code "var dataSource:IDataInput = imagePromise.open();", the app will be crash, any body experienced?

    Hi Alericma,
    Thank you for reporting issue, though we are not able to reproduce this issue at our end.
    we have tried below code snippet,
    protected function buttonclick(event:MouseEvent):void
      var camera:CameraRoll=new CameraRoll();
      if(CameraRoll.supportsBrowseForImage)
      // Add event listeners for camera roll events
      camera.addEventListener(MediaEvent.SELECT, imageSelected);
      camera.addEventListener(Event.CANCEL, browseCancelled);
      camera.addEventListener(ErrorEvent.ERROR, mediaError);
      // Open up the camera roll
      camera.browseForImage();
      protected function imageSelected(evt:MediaEvent):void
           var imagepromise:MediaPromise=evt.data;
           try{
                     var dataSource:IDataInput=imagepromise.open();
           catch(err:Error)
                trace("Error Occured");
    Could you please share the sample app, with device information,target and device OS, so that we can reproduce at our end.
    Thank You

  • Bug Adobe Air 3.5 Beta with method "drawViewPortToBitmapData"

    Hello,
    I noticed there is a bug with the lastest build of Air 3.5 beta with the method "drawViewPortToBitmapData".
    It resizes the viewport that we want to draw smaller that the original size.
    Can you correct this bug before the release ?
    Thanks,
    Loïc L.

    This was an issue with retina iPad's prior to AIR 3.5  .. I saw this fixed as of AIR 3.5.  Altho it doesnt take a retina screen capture. It captures at 1024 x 768 and scales up to 2048 x 1536

  • Adobe AIR 3.9 beta sdk&compiler with ios 7 for windows download broken

    Hi,
    I couldn't download:
    Download AIR 3.9 SDK & Compiler for Windows — with iOS7 support (ZIP, 204 MB)
    from http://labs.adobe.com/downloads/air.html
    The download gets to about 56mb or so and then cuts out. All other downloads work fine, just this one stops. I think that maybe the file was not uploaded right.
    Cheers,
    Grant

    Hi,
    The links is active and working, looks like some network issue at your end, please try again.
    -Thanks
    Pahup

  • Installing and using Adobe Air SDK 2.5 with Flash Professional CS4

    Hi,
    I am trying to install the Air SDK 2.5 with Flash Professional CS4 with the intention of creating a program to use Actionscript 3 to communicate with the UDP interface using datagrams. (The server is the IL2 device link interface) As I am very new to this development environment I was wondering if anyone could answer a few questions.
    1) Can I use datagram sockets with Air 2.5 with Actionscript 3 and Flash CS4?
    2) Is there special procedure for installing the AIR SDK 2.5 or do I use the instructions layout in "How to Overlay the Adobe Air 2 SDK for Use with Flash Professional - Flash professional CS4"?
    3) If I do use those instructions, when I edit the namespace for my application do I set it to 2.0 or 2.5?
    4) As a stepping stone to building my program I was trying to try to build the Actionscript 3  DatagramSocketExample program that is published by Adobe. Unfortunately I am getting a '1046: Type was not found or was not a compile-time constant: DatagramSocketDataEvent'.
    Is there a step by step tutorial on how to get the example code up and running?
    Thankyou for your time and patience with my noob questions
    Ian

    This was part of the AIR 2.0 beta release note, but I used this for 2.5 and it works nice.
    You can try it too an make sure you use 2.5 wherever the not says 2.0beta2.
    Goodluck.
    How to Update Flash CS4 to Use the AIR 2 Beta SDK
    If you use Flash CS4 Professional to build Adobe AIR applications, please follow the instructions below to manually update the version of the AIR SDK to use version 2.0.
    Update Flash CS4 Professional to version 10.0.2 at http://www.adobe.com/support/flash/downloads.html or select "Help > Updates... " from within Flash CS4.
    Quit Flash CS4 Professional if it is open.
    Navigate to the Flash CS4 installation folder. The default location on Windows is "C:\Program Files\Adobe\Adobe Flash CS4\" and on Mac OS "/Applications/Adobe Flash CS4/"
    Within the "Adobe Flash CS4" folder you should see a folder called "AIK1.5". If this folder is not present repeat step #1.
    Rename the folder "AIK1.5" to "AIK1.5 OLD" or delete it if you do not need to save a copy of it.
    Make a new folder called "AIK1.5"
    Download the Adobe AIR 2 SDK from the labs website and uncompress the contents of the folder to the new "AIK1.5" folder you just created.
    Copy the "airglobal.swc" file located within the "Adobe Flash CS4/AIK1.5/frameworks/libs/air/" folder into the "Adobe Flash CS4/Common/Configuration/ActionScript 3.0/AIR1.5/" folder.
    Flash CS4 is now configured to use the AIR 2 beta 2 SDK.
    In order to take advantage of the new AIR 2 beta 2 features, you will need to update your application descriptor file to use the "2.0beta2" namespace.

  • Flash Builder still shows adobe air 1.5.3 when creating a Flex project

    How do I update Flash builder  to now use Adobe air 2?

    Hello,
    Please follow the steps in the release note section: How to overlay the Adobe AIR SDK for use with the Flex SDK
    Please let us know how it goes and if you run into difficulties.
    Thanks,
    Chris

  • Win 8.1 Adobe Air installation problem

    Purchased a program that runs on Adobe Air. Downloaded Air and have attempted to install. Keeps giving an error and says I need to see my admin. I am the admin and am installing with admin credentials. Anyone have a work around on this or even an idea of what is going on? I am running Win 8.1 32 bit and can usually install anything I want without difficulty.
    Thanks for your help in advance.

    Finally, you have to do the following ( under Mac OS Snow Leopard ):
    -Uninstall ALL air applications.
    -Uninstall AIR, using the Uninstaller App ( located in /Applications/Utilities )
    AND
    -Delete the following directory:
    sudo rm -rf /Users/YOUR_USERNAME/Library/Application\ Support/Adobe/AIR/
    And BINGO! after doing that, reinstall adobe air, and tweetdeck!!!
    There you go, at least that worked for me, hopefully it works for you!

  • XP SP3 Adobe Air Installation Problem

    After installing Adobe Air Runtime (http://get.adobe.com/air/?promoid=BUIGQ) I do not have the Acrobat_com.exe file in "C:\Program Files\Adobe\Acrobat_com\Acrobat_com.exe". On the other computers this is the file that I am using to start Adobe Air. I have removed the application and reinstalled several times along with a reboot.  On other Vista and XP installs this has not been an issue.  Any ideas?

    Finally, you have to do the following ( under Mac OS Snow Leopard ):
    -Uninstall ALL air applications.
    -Uninstall AIR, using the Uninstaller App ( located in /Applications/Utilities )
    AND
    -Delete the following directory:
    sudo rm -rf /Users/YOUR_USERNAME/Library/Application\ Support/Adobe/AIR/
    And BINGO! after doing that, reinstall adobe air, and tweetdeck!!!
    There you go, at least that worked for me, hopefully it works for you!

  • Adobe Air Installation problem in Mac OS 10.6.3

    I am using a Mac OS 10.6.3, having this error message when installing Adobe Air,
    "an error occurred while installing adobe air. installation may not be allowed by your administrator. please contact your administrator"
    I downloaded the latest version of Adobe Air from Adobe's website.
    Try uninstalling and still having the same problem. Done this troubleshoot method:
    1. In Language and Text, only enable English - Then Log out and Log in
    2. Make sure in Library - Framework, there's no Adobe Air installation.
    Please Help

    Finally, you have to do the following ( under Mac OS Snow Leopard ):
    -Uninstall ALL air applications.
    -Uninstall AIR, using the Uninstaller App ( located in /Applications/Utilities )
    AND
    -Delete the following directory:
    sudo rm -rf /Users/YOUR_USERNAME/Library/Application\ Support/Adobe/AIR/
    And BINGO! after doing that, reinstall adobe air, and tweetdeck!!!
    There you go, at least that worked for me, hopefully it works for you!

  • Adobe AIR 1.5 - Package AIR installer as a native Windows Executable (.EXE)

    Hello Adobe AIR community,
    Is there any way to package the installer for an Adobe AIR application using Adobe AIR 1.5 as an executable (.EXE) file?
    I found that this is possible for Adobe AIR 2.0, but it requires an upgrade to Adobe AIR 2.0 runtime. Are there any other options using the Adobe AIR 1.5 runtime?
    Thanks,
    Mauricio

    Check out this one to solve out your query:   Code: Ext.onReady(function () {          var testWindow = new Ext.Window({         titel: 'Test',         layout: 'form',         width: 300,         height: 300,         items: [{             xtype: 'textfield',             fieldLabel: 'Test',             maskRe: /\d|\,/         }]     });          testWindow.show(); });  -----------------------------
    teradata 12 certification dumps ! sy0-201 braindump ! apple braindumps ! avaya training

  • Adding gameCenter functionality with actionscript3 and Adobe AIR

    I am writing a game in actionscript3 and adobe AIR for the iphone4. Is there a way to connect to iphone's gameCenter in actionscript3, or is that not possible and I am forced to use xcode and objective-C?
    If this is not possible, are there any alternatives to gameCenter that I can program with actionscript3 and AIR? For example openFeint??
    Thanks

    I am writing a game in actionscript3 and adobe AIR for the iphone4. Is there a way to connect to iphone's gameCenter in actionscript3, or is that not possible and I am forced to use xcode and objective-C?
    If this is not possible, are there any alternatives to gameCenter that I can program with actionscript3 and AIR? For example openFeint??
    Thanks

Maybe you are looking for

  • System Center Operations Manager 2012 R2 and SQL Server 2014 Reporting Services

    I was able to connect SCOM12 to SQL14, however when I attempted to install Reporting Service in SCOM12 the pull down box was blank. I installed reporting services on the same instance of SystemCenter, when that didn't work I tried creating a new inst

  • How can I change the ORDER of languages in the settings?

    If German is not supported in Apps the iPhone obviously uses automatically the second language in the list of languages in the language settings. However, the second language is Chinese in my list, and I don't speak Chinese. How can I change the SECO

  • Itunes library on a shared drive

    I would like to share an itunes library wirelessly between the Macs in my house. I have put the library on an external drive connected by usb to my wireless router. On my iMac I can select the itunes folder on the drive in itunes advanced preferences

  • Invalid SLD Address

    Hi All, Have encountered a minor problem - cannot access the SLD from the PI Integration Builder main page. The URL for the SLD was incorrectly specified and thus does not open. How and where do you go to update the address of the SLD to the correct

  • Satellite P200-143 shut down issues

    When I shut down my computer, while on the mains, the computer shuts down normally but a minute later, automatically restarts. However, on battery it shuts down as it should. I've checked my power settings, and they are all fine. So I was wondering i