Landscape problems AIR 2.6?

Hi,
I would like to know if anyone has still problems exporting an ipa with both landscape-views by default with the new AIR version?
With the skaling, and autorotation my app works well, but now there is a little gap between the default-image and the app. With PFI that was not there, so before I am looking into that I would like to ask if you manage it to have an app starting flawlessly (and maybe without all that what we needed prior 2.6)...
Regards,
J.

Since I saw a couple of new air apps without any orientation possibility I think a lot of people experienced no problems.
However, when you want to support both sides of a landscape view did anyone encounter problems/gaps so far?
When I export the same app that worked fine with 2.5 with the new 2.6 I can see a gap of about two or three seconds and I was wondering if anyone else could see the same when trying to export the PFI apps?
Is autorotation in a landscapeview now working as intended and we don't need the scaling fixes anymore?
Regards,
Josh

Similar Messages

  • IOS 8 + landscape mode + AIR SDK 16 & 17 = problem with lost context

    It's seems that the "landscape" orientation make a 100% reproductible beug on my apps when I return to it after calling the camera or "picture explorer" (with a native extension or with AS3, this is the same problem).
    The problem is huge !! : no more texture present on the app, the photo taked with cam is partially visible, sometime a black square blink, no more interaction seems possible.
    I only reproduce this beug in landscape orientation, with ios8 and Air Sdk 17.0.0.124 or Air Sdk 16 on iphone 6.
    No problem with portrait orientation or Air Sdk = 15 or with a different version of ios.
    I've modified the last "Demo_Mobile" example include in starling, put the app in landscape mode and added a simple call to CameraUI, I still have the same problem.
    Any idea ?
    P.S :
    I'm also interested to know if someone else can or can't reproduce the beug on iphone6 with the starling example in landscape mode or
    can simply call the camera in landscape mode without problem on iphone 6 with the SDK 16 or 17.

    Hi,
    I faced the same problem using iAd iOS Extension (Adobe and Milkman Games ANEs).
    When a user clicks on one of the banner ads, a fullscreen pop-up ad is shown, and after closing this screen, the size of my app (a Starling app) is reduced by one third, I get a blinking rectangle on the top of the screen and a white rectangle on the vacuum remaining third to right.
    AIRSDK 16.x.x
    AIRSDK 17.0.0.123
    iOS 8.1
    Best regards,

  • Landscape Problems with Crystal Reports 2008 SP3

    My initial install of Crystal Reports 2008 was SP2 (12.2.0.290).  After installing SP3 and Fix Pack 3.3, I started to experience problems with reports in landscape orientation.
    The reports are set up as 11x8.5 in landscape.  They are loaded into a third party application that uses a Crystal Reports reviewer. 
    For some printers, the reports will reset to the 11x17 page size in portrait.  For others the reports stay at 11x8.5 landscape.
    The reports are typically set up with the "No Printer (optimize for screen display)" option active, but I tried a wide range of options including setting the "Microsoft XPS Document Writer" as the reference printer to activating the "Dissociate formatting Page Size and Printer Paper Size" option.  None of this helped.
    I backed out FP3.3 and that did not help.  After I backed out SP3, the problem went away.  It seems like something changed in the SP3 release that is causing this issue.
    What's the best way to communicate this to SAP?  I would like to see this fixed in a future patch.

    My initial install of Crystal Reports 2008 was SP2 (12.2.0.290).  After installing SP3 and Fix Pack 3.3, I started to experience problems with reports in landscape orientation.
    The reports are set up as 11x8.5 in landscape.  They are loaded into a third party application that uses a Crystal Reports reviewer. 
    For some printers, the reports will reset to the 11x17 page size in portrait.  For others the reports stay at 11x8.5 landscape.
    The reports are typically set up with the "No Printer (optimize for screen display)" option active, but I tried a wide range of options including setting the "Microsoft XPS Document Writer" as the reference printer to activating the "Dissociate formatting Page Size and Printer Paper Size" option.  None of this helped.
    I backed out FP3.3 and that did not help.  After I backed out SP3, the problem went away.  It seems like something changed in the SP3 release that is causing this issue.
    What's the best way to communicate this to SAP?  I would like to see this fixed in a future patch.

  • Installation problem AIR app

    Hi All,
    I had developed an AIR application.
    I am able to install it on windows but not on linux and mac
    Application link http://bit.ly/9q1CZD
    is there any change to build the AIR binary for linux and mac.
    Thanks in advance.

    Hi,
    I have the same problem for different reasons,  I'm delivering an AIR app for a customer who has a company wide policy of no desktop icons for apps installed on work machines.
    The app in question fires up at Start Up so there is no need for one anyway.
    So is there absolutely no way (in AIR 1.5) I can prevent Adobe AIR from placing an icon on the desktop if the user does not untick the box when installing?
    Thanks
    Craig

  • Reports 2.5: Portrait/ Landscape problem

    I am facing a problem when I print either Landscape or Portrait
    formats one after other. I am using the forms 4.5 to run reports
    with out dialogue box. When I change the 'ORIENTATION' the margin
    also changing, so part of the reports are not printed out.
    Can some one help me.
    Thanks.
    null

    hello MJS!
    If I never mistaken, you want to print a report
    using form by using run_product built-in procedures and
    using this procedures,you set PARAMFORM PARAMETER to
    FALSE that's why you didn't see the report parameter
    on runtime.And you didn't initialize the
    ORIENTATION parameter on this procedure that's
    why your orientation is default or depend on
    printer setup.
    If this is your case then I suggest this solution.
    a.)add this parameter on your parameter list
    Add_Parameter(pl_id,
    'Orientation',TEXT_PARAMETER,'landscape');
    b.)In Report Designer open your program then
    in SYSTEM PARAMETER you will find ORIENTATION as
    one of its parameter list.Check its properties then
    set INITIAL VALUE to LANDSCAPE;
    I hope this will help. GOOD LUCK!
    Dennis J.
    Senior System Analyst / Programmer
    NEC System Integrator & Const - JAPAN/MANILA
    null

  • Unable to go Fullscreen on iOS Problem - Air 3.1

    I am trying to run an app in Fullscreen mode on IOS. (latest iPod touch) The app is running in GPU mode and is set to be portrait.  For some reason though I alway see the iOS UI status bar. THe app is being compile with AIR 3.1 sdk, Is there anything I need to specifiy in the application descriptor other than the obvious?  I am including the iPhone and initialWindow markup for reference.
        <iPhone>
            <InfoAdditions><![CDATA[        
                <key>UIStatusBarStyle</key>
                <string>UIStatusBarStyleBlackOpaque</string>
                <key>UIRequiresPersistentWiFi</key>
                <string>NO</string>
                <key>UIPrerenderedIcon</key> 
                <true/>
                <key>UIDeviceFamily</key>
                <array>
                    <!-- iPhone support -->
                    <string>1</string>
                    <!-- iPad support -->
                    <!--<string>2</string>-->
                </array>
            ]]></InfoAdditions>
            <requestedDisplayResolution>high</requestedDisplayResolution>
        </iPhone>
        <initialWindow>
            <title>flashpunk-ios</title>
            <content>flashpunkios.swf</content>
            <visible>true</visible>
            <renderMode>gpu</renderMode>
            <fullScreen>true</fullScreen>
            <autoOrients>true</autoOrients>
            <aspectRatio>portrait</aspectRatio>
        </initialWindow>

    Hi,
    Could you please open a new bug report about this issue at bugbase.adobe.com?  Please include sample media, code, project or app to help us reproduce the problem. Finally, once the bug has been added, would you mind posting back with the URL so that others affected can add their votes and comments?
    Thanks,
    Jian
    Adobe Flash Runtime team

  • TMS 3 system Landscap problem

    Hi All,
    I have configured 3 system landscape (DV1, DEV, VED).  Here, DV1 is the Domain controller (win2003, MSSQL, 4.6c), DEV is the Quality system (Win2003, MSSQL, ECC6) and VED is the production system (Win2003, MSSQL, ECC6).
    I have successfully configured the TMS and Check is done without errors. I have used three systems in a group to establish route. Transport layer is ZDV1. Now the problem is, whenever I release transport request from DV1( domain controller), It is not appearing in the DEV (quality ) system.
    Can you please tell me where I have gone wrong?

    Arun,
    you could check the following:
    Under Configuration Status, are all three systems activated?
    Under Transport Routes, do you see both DEV and VED?
    Make sure you have saved, activated and distributed the new model after your change.
    Also - as an outside shot, if the transport request(s) were created before you configured TMS, check the Target System for that particular transport(s) and ensure that it is DEV.

  • Landscaping problem

    my photosmart plus b209 will not print in landscape mode! please help....I need it! thank you!

    - Next to the battery indicator in the upper righ is the an circle with padlock inside? If so then the screen-rotation lock is turned on. To turn off double click the Home button and swipe the botton row fully righ past the Muis controls and tap the cirecled padlock
    - Next try the standard fixes:
    --- Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    --- Restore from backup
    --- Restore to factory defaults/new iPod.
    If you still have the problem then you likely have a hardware problem and an apointment at the Genius Bar of an Apple store is in order.

  • Landscape problems

    Having Installed version 10.1.2 Build 20121119 of Adobe Reader X on my HTC 7 Pro (Windows Phone 7.8 updated) device, I'm having problems opening PDFs from webpages on the phones built in browser when the screen is in landscape mode (ie when the physical keyboard is slid out or the phone is turned width ways). On tapping a link all that happens is the page goes blank for a second or two and then reappears where I left off. Multiple attemps result in the same behaviour yet changing things to portrait mode results i things working as they should.
    I have the HTC 7 Pro precisely because I like to use landscape mode for many things and I'd like this bug attended to please. Until Adobe can fix this (or perhaps provide a Beta version I can test for a solution - are you listening Adobe because I've received no response regarding my completed 'bug submisssion form' some weeks ago) does anyone have any solution other than having to re-orient my phone every time I want to view a PDF in Adobe Reader for Windows Phone?

    Welcome to Apple Discussions
    Most ink jet printers, especially HP, have a minimum trailing margin of 0.56 inches & there is nothing you can do to change it. Even those that do borderless printing only do borderless with photos, not text documents.

  • Portrait/landscape problems.

    Photos taken in 'portrait' (camera turned 90 degrees) usually upload into iPhoto correctly. Just one batch have uploaded incorrectly and, although portrait in the library thumbnails, are loading individually, full frame, as landscape. The only way I've found to rectify this is to rotate thumbnails thro 90 degrees so the pictures are wrong in library thumbnails but load properly when selected individually for full frame display. This has only happened for one batch of uploads from the memory card, its usually OK. Any ideas how I can get thumbnails AND photos the right way up on screen?

    domiles
    Welcome to the Apple Discussions.
    Back Up and try rebuild the library: hold down the apple and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    Regards
    TD

  • Transport landscape problem (cannot change the object)

    Hi All,
    I have problem to change my object in the integration repository.
    Initially, i only have 1 XI server (dev and prod), until certain level that i have to add additional server for development. So i just install new xi in new box (fresh). and export the repository object form production and import into this new box.
    But the problem is i can't change all the object. is that any workaround to change the configuration so i can use my nex box become development and later on transport back all the changes to original production box.
    Appreciate if you can give me some advise.
    Thank you and Best Regards
    Fernand

    Hi,
    If you need to change anything in repository
    you need to click on the software component in IR
    and at the bottom of the screen you will find two checks
    that will allow (or not) you to change objects
    if you want to change anything in communication channel
    you just need to go to change mode
    you can change anything in ID
    Thanks
    Swarup

  • B1i System Landscape Problem

    Hi All,
    Please Help me for the following secenario,
    while i am connecting to B1i2005 system landscape  i am getting following error,
    com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.lang.Exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
         java.io.IOException: HTTP request failed
    Thanks & Regards,
    Mahesh

    Hi ,
    Thanks for ur reply,
    I Installed and Configured everything properly according to the installation Guides.
    Thanks
    P.Mahesh

  • Safari in Landscape Problem

    WWhen I view internet pages in Safari I lose the page and Safari closes so that I am back to the desktop view. It's  as if I pressed the home button. Anyone else experiencing this issue? If so, any fix? I like to use landscape view so I can view pages more easily.
    THis gets annoying. Big? Virus? Just doesn't seem like it should do this.
    I have an iPhone 6 plus 64 GB with current updated iO.

    Thank you for your response.  I didn't get back right away, but I wanted to make sure I could further assess the issue.
    To answer you question:  No, it seems to work on a number of sites which I could not find any relationship.  In fact in one instance, I had to open a link that provided a PDF attachment which I opened.  After a few seconds as moved through the pages, it crashed.
    I thought I had it fixed after I did a further internet search using "iPhone 6 plus landscape crash" and I came up another community and the fix suggested was to remove the bookmarks column.  Here's the link FYI:  http://forums.macrumors.com/showthread.php?t=1809002&page=2  It seemed to work, but eventually Safari crashed while visiting various sites after a few seconds as I tried to scroll the page up/down.
    I would say it's still an issue.

  • Music Landscape Problem

    In the music app when i go to landscape mode it freezes when i scroll through the albums .........Help!!!!!!!

    that worked until today, so 5 days of success. I think ill just try portrait lock until I need landscape. I guess that's kinda what it's there for
    appreciate the help though
    if anyone thinks of a more permanent solution, would appreciate that as well
    thank you

  • IPhone landscape problem?

    if i am stood up or sat down it wont go landscape it seems it only does it when it is on a perfectly flat service is there some sensitivity setting???

    There's a whole section in the iPhone programming guide cover this.
    here's a snippet:
    Regardless of how you orient the design surface in Interface Builder, remember that nib files
    themselves have no concept of interface orientation. Views are blank canvases that can be used for
    many purposes, such as presenting content in a horizontal scroll view. Therefore, the size of a view
    does not change its orientation at load time; it is always loaded in portrait mode. It is up to you
    to rotate your views to the appropriate orientation after they are loaded. When you do this depends
    on how you construct your application. If you construct your application using view controllers, you
    can perform this operation in the viewDidLoad method of your view controller objects. If you are not
    using view controllers, you can per form it in the applicationDidFinishLaunching: method after
    creating your views or after loading them from a nib file.

Maybe you are looking for