FB 4.7, 4.6 SDK + AIR 3.6 on Macbook Retina Display (OSX 10.8.3, Model 10,1)

I'm building a desktop app in FB 4.7 with SDK 4.6 and AIR 3.6. The program renders beautifully in ADL, but upon exporting a release build (signed app with captive runtime), the text is blurry. I checked the AIR player version (3.6.0.6090) and it seems that it should be running fine. The applicationDPI is set to 160 on the main window.
Anyone else have this problem and/or know how to resolve?
Thanks!

When you run it from FB does your app fill adl window? I'm writing app with Starling and on my MBPro retina app displays only in 1/4 of the ADL window.

Similar Messages

  • HT4858 iPad air or iPad mini with Retina display

    Shall I get iPad air or iPad Mini with Retina display?

    Welcome to the Apple Community.
    You could solve your problem by getting both of them.

  • What's the RAM of ipad air and ipad mini with Retina display?

    What's the RAM of ipad air and ipad mini with Retina display?

    Both use the Apple A7 CPU at 1.3GHz. RAM is not yet known.
    iPad Air Technical Specs
    iPad Mini with Retina Technical Specs
    iPad Air (Wikipedia)
    iPad Mini with Retina (Wikipedia)
    Apple A7 Chip
    Apple M7 Chip

  • Processor speed and built-in memory of iPad Air and iPad Mini with Retina Display?

    Does anyone know the Processor Speed and Built-in Memory Size of iPad Air and iPad Mini with Retina Display?
    Header 1
    Processor Speed
    Built-in Memory
    The New iPad (iOS7)
    1 GHz
    1 GB
    iPad Air
    iPad Mini with Retina Display
    I tested them side-by-side in Apple Store today and after the same 10 apps loaded, I didn't feel significant speed gain from iPad Air and iPad Mini with Retina Display from my New iPad.
    I wonder what Processing Speed and Built-in Memory do the iPad Air and the iPad Mini with Retina Display have.
    Can someone who has upgraded give any feedback?

    Thanks Diavonex.
    Header 1
    Processor Speed
    Built-in Memory
    The New iPad (iOS7)
    1 GHz
    1 GB
    iPad Air^
    1.4 GHz
    1 GB
    iPad Mini with Retina Display#      
    800 MHz* 
    1 GB
    iPhone 5S
      likely 1 GB
    * Battery Doctor app revealed.
    # Apple APL0698 SoC  A7 Processor
    ^ Apple APL5698          A7 Processor
    No wonder I don't fee much speed improvement on iPad mini with Retina Display (128 GB WiFi + Cellular).

  • Adobe Air + New iPad (iPad 3) retina display, any idea? any one?

    Hi, I have tried countless amount of times to turn it on, I mean, how can I run my app on the new ipad at 2048x1536, it is always scaling up the app content times 2 and if I try to scale down the whole stage >> 1 (or / 2) of course all images looks blury and horrible, any idea? any one?
    something very interesting to mention is that apps made in Adobe Air looks looks slightly better on iPad2 than iPad3, because the whole content of the air app is being scaled x 2, especially on vector content like Textfields fonts, etc... this is weird, it doesn't seem to happen on native apps.
    any thoughts about this?
    thanks.

    I did not use the command line, but rather Flash Builder's interface.  But reading Adobe's support materials, I gather that in the Native Extensions dialog, setting the Apple iOS SDK is the equivalent of setting -platformsdk. So I set that value to point to my copy of the iPhoneOS5.1.sdk.  Below is my sample project code.  In the application descriptor file, the only thing I changed from the default is my project id to match the provisioning profile and adding <requestedDisplayResolution>high</requestedDisplayResolution> to the iPhone xml tag.  I tested this out on my iPhone 4 and it worked great.  On the new iPad only the top corner of the image appears on the screen because of the scale.  I am using AIR 3.1, so unless the 3.2 beta includes a fix, it seems that Adobe needs to produce an update before AIR supports the new iPad's display.  Please tell me if you find anything I missed.
    package
              import flash.display.Sprite;
              import flash.display.StageAlign;
              import flash.display.StageScaleMode;
              import flash.display.Bitmap;
              public class RetinaTest extends Sprite
                        [Embed(source="bgd@2x~ipad.png")]
                        private var bgdImg:Class;
                        private var bgd:Bitmap;
                        public function RetinaTest()
                                  super();
      // support autoOrients
                                  stage.align = StageAlign.TOP_LEFT;
                                  stage.scaleMode = StageScaleMode.NO_SCALE;
                                  bgd = new bgdImg();
                                  addChild(bgd);

  • Do anybody know the clock speed of both the iPad Air and the Mini w/Retina Display?

    I've looking for some benchmarks on both iPads with A7 chip, but I've haven't find anything related to the clock speeds (only that the iPad Air has a dual core running @ 1400 MHz). Do anyone knows the specs for the iPad mini with Retina Display?

    http://www.everymac.com/systems/apple/ipad/specs/apple-ipad-air-1st-gen-a1474-wi -fi-only-specs.html
    found by
    https://www.google.dk/search?q=cpu+specs+of+ipads&oq=cpu+specs+of+ipads&aqs=chro me..69i57.10051j0j8&sourceid=chrome&espv=210&es_sm=93&ie=UTF-8

  • HT6052 Does ipad air have retina display?

    I keep seeing the ipad Air written as "iPad Air" and "iPad mini with retina display".  Does iPad Air not have retina display?

  • Recent air sdk (air 4.0 beta) is still not support xxhdpi

    my application is set applicationDPI = '320'. and is working well in hdpi, xhdpi etc devices...
    but new devices like galaxy S4 is 1920x1080 xxhdpi.
    air 3.9, and this 4.0 version is not support that dpi, then my app layout is still broken.
    this bug is fixed on Apache Flex SDK. so I used that sdk. but i want official adobe air sdk. is have adobe plan of resolving this?..

    I agree - this is not working for me either. Here are more details:
    I'm having a similar issue where an iPad Mini w/ Retina display appears to be a low res deivce:
    Apache SDK 4.12
    FlashBuilder 4.7
    .ipa compiled on both Mac and PC
    tried pointing to an iOS 5.1 SDK during compile on both Mac and PC
    app descriptor:
    <iPhone>
            <InfoAdditions><![CDATA[
                 <key>UIDeviceFamily</key>
                 <array>
                        <string>1</string>
                        <string>2</string>
                   </array>
                   ]]>
            </InfoAdditions>
            <requestedDisplayResolution>high</requestedDisplayResolution>
    </iPhone>
    Test app reports -
    Capabilities.screenResolutionX: 768
    Capabilities.screenResolutionY: 1024
    Capabilities.screenDPI: 132
    stage.fullScreenWidth: 1024
    stage.fullScreenHeight: 768
    I'm expecting higher resolution and DPI. Any ideas why?
    Test code is here:
    https://www.dropbox.com/s/u072ou6enxa54k9/src.zip
    Please let me know what else I can provide in order to help troubleshoot.

  • Can mid 2011 macbook air use early 2011 macbook pro's RAM?

    I just upgraded my macbook pro's ram from 4gb to 8gb.
    Can I put my stock early 2011 mbp's ram into a mid 2011 macbook air?

    No. The MacBook Air's RAM isn't upgradable, except when configuring a model in the online Apple Store.
    (69186)

  • MacBook Pro Retina Display 13" or MacBook Air 13"??

    I'm starting university in September and I'm considering purchasing a MacBook Pro 13" or a MacBook Air 13" to use during my study. I just can't decide which to go for.
    Because I do a lot of photography work - (Adobe Photoshop) - I'm guessing the pro is a good option although the only thing I'm concerned about is the weight. I'll be taking my MacBook wherever I go - I.e. On field trips, lectures to take notes, friends' houses etc. so I want it to be portable and easy to carry wherever I go.
    My friend has an Air and it looks and feels great. But I've been thinking is worth me getting the pro? Is the weight difference that much of an issue? Or wont I notice it? I've seen many comparison videos and both seem to be pretty close in terms of thinness. I just don't want to feel gutted if I go for the Air when the MacBook Pro might have a lot more to offer. I'll also be using office software for all my writing work for my course next year and the idea of having crisp sharp typography really appeals to me if I go for the pro. Having said this, I've heard that the standard resolution and the retina display can't really be differentiated from working distance but I've also heard that the colours are more vibrant on the pro. Another concern is the battery life. I'm really stuck.
    Thank you for your time.

    The Pro is slightly better for Photography.   The 15" Pro is even better as the graphics chip gives you more chip based power.
    The weight is not that much.  I used to carry around an 8 lbs Powerbook in 1998.  The key to weight is having the proper bag with adjustable straps.
    And when you do transport it, do not leave it on.  Shut it down.  Even with the sudden motion sensor, the innertia may suddenly wake it from sleep or make the hard drive deteriorate faster.  If it wakes with the lid closed, that can cause it to overheat from the display on the computer's keyboard.

  • I have my Macbook Air hooked up to a Tunderbolt Display, is there any way to either power on or wake from sleep mode using an Apple USB keyboard pluged into the Thunderbolt display?

    I have my Macbook Air hooked up to a Thunderbolt Display, is there any way to power on the Macbook Air using an Apple USB keyboard plugged into the Thunderbolt display? I would like to be able to keep the Macbook Air in the Archbook dock and not have to open it to power it on?
    Thanks for any advise.

    SadisticIron wrote:
    i just baught my first iphone and it is a jalbroken
    Buzz! Thank you for playing!
    Discussing jailbroken devices is forbidden here by the Terms of Service.
    You can not get help here.

  • Time Machine Locked after MacBook Air reformatted. My MacBook Air was overfull due to an Address book issue (duplication) so after many attempts to clear space, I ended up wiping out the system and reloading Lion.

    Time Machine Locked after MacBook Air reformatted. My MacBook Air was overfull due to an Address book issue (duplication) so after many attempts to clear space, I ended up wiping out the system and reloading Lion. This resulted in the Time Machine thinking that it was now connected to a different computer. Apparently this diables the existing information. 
    Now I can see that the back-ups exist (back to Sept 2012) but they are greyed out, therefore unavailale to restore. Again, this seems like an issue that shouldn't be happening. The whole point of the Time Machine is to enable reinstatement of data after catastrophic failure. What if my computer actually had to be replaced due to a hardware issue? How would I beableto restore anything?
    The path already (unsuccessfully) taken;
    Open Library on the computer, Open Time Machine, Select Correct date, drill down to correct data you wish to restore, click "Restore".
    This did not work because the correct date was greyed out. Restore key was greyed out.

    Time Machine Locked after MacBook Air reformatted. My MacBook Air was overfull due to an Address book issue (duplication) so after many attempts to clear space, I ended up wiping out the system and reloading Lion. This resulted in the Time Machine thinking that it was now connected to a different computer. Apparently this diables the existing information. 
    Now I can see that the back-ups exist (back to Sept 2012) but they are greyed out, therefore unavailale to restore. Again, this seems like an issue that shouldn't be happening. The whole point of the Time Machine is to enable reinstatement of data after catastrophic failure. What if my computer actually had to be replaced due to a hardware issue? How would I beableto restore anything?
    The path already (unsuccessfully) taken;
    Open Library on the computer, Open Time Machine, Select Correct date, drill down to correct data you wish to restore, click "Restore".
    This did not work because the correct date was greyed out. Restore key was greyed out.

  • Which is better(generally): MacBook Pro with Retina Display or MacBook Air?

    Which is better(generally): MacBook Pro with Retina Display or MacBook Air?

    Better for what? These are two very different computers. Tell us which things you are looking for and we may be able to help you. Examples - weight, standard RAM and flash memory available, video resolution, etc.
    See the technical specifications articles for each -
    MacBook Air.
    MacBook Pro retina display.
    Best of luck.

  • Flash SDK and MacBook Pro with Retina display major issues

    Hello,
    Apple has recently released Macbook Pro's with Retina displays.
    I have tested my Flash application on the new laptop, and this is what I observe:
    My Flex SDK Flash application looks blurry and strange when I try to check it out from any Macbook Pro with Retina display, while looking sharp and OK from all other machines.
    On this screenshot you can sort of see the issue:
    http://i.imgur.com/UXHd4.png
    (Expand the image to the actual size, and compare the Flex SDK components with browser labels. Browser labels look crisp, Flex SDK components look a little bit blurry.)
    Please fix this issue.
    Andrey

    Sure. LR 4.3 even specifically adds Retina support...
    Mylenium

  • MacBook Air connected to projector won't display dvd in superdrive, but plays on macBook Air screen.

    MacBook Air connected to projector won't display the dvd in the superdrive, but it is playing on the MacBook Air screen.
    When dvd is ejected, MB A screen appears on the big screen through the projector. What do I need to do to get the training dvd showing on the screen?
    Thanks

    Power off the router. Unplug it from the wall. Wait a while.
    Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
    Restart the computer.
    Start up in Safe Mode.
    http://support.apple.com/kb/PH11212?viewlocale=en_US
    Deselect proxies if selected.
    System Preference > Network > Advanced  > Proxies Tab
    Uncheck “Auto Proxy Discovery”.
    Click OK, Apply.

Maybe you are looking for