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,

Similar Messages

  • HT4623 My 3GS won't flip into landscape display anymore. No problems with portorit display.

    My 3gs won't flip into landscape display anymore.  No problems with the portroit    view.
    My IOS is update.
    Thanks

    Settings > General > Lock Rotation..
    Or...
    Double-press the home button...
    Swipe to the right until you get to the Portrait Orientation Button...
    If no joy...
    Close All Open Apps...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • Since I upgrade my iphone 3gs to ios 5.1, I have several problems with network and wi-fi, any solution?

    Since I upgrade my iphone 3gs to ios 5.1, I have several problems with network and wi-fi, any solution? (No jailbreak)
    Most of the time the iphone cannot reach any network and when it can, there is no data transfer, I can only make calls and sms.

    Skizofrenias wrote:
    Since I upgrade my iphone 3gs to ios 5.1, I have several problems with network and wi-fi, any solution? (No jailbreak)
    Most of the time the iphone cannot reach any network and when it can, there is no data transfer, I can only make calls and sms.
    iOS: Troubleshooting Wi-Fi networks and connections
    iOS: Wi-Fi or Bluetooth settings grayed out or dim

  • 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.

  • Problems with external context mapping

    Hi ,
    I am having the following problems with external context mapping from one WD component to another.
    Problem description:
    In the <i>Component Interfaces</i> I have defined a WD interface "InfA".
    In the <i>interface controller</i> of this compoenent,I have ContextA and attributeA(cardinality 1..1).The contextA is marked as an "Input Element".
    Now my webdynpro componentB adds InfA as used component.In componentB I decalre a contextB with attributeB and map it to contextA to set up the external context mapping.
    Now I expect that if any webdynpro component implements this WD interface InfA ,he has access to contextA with the data getting filled from contextB.
    After i have created the component for the used component I try to fill values in the source node contextB thru this code:
    wdContext.currentContextB.setB(value);
    But in the runtime I keep getting error nullPointerException for nodeContextB,suggesting that the mapping has not been completed.
    Can anyone suggest due to what the error can come ,and, if its a webdynpro bug ,is there a workaround??
    Thanks in advance for your help.
    Best regards
    Sourav

    HI,
    Valery : I personally checked  by doing the example, if the names of value attribute are different in the child's interface and parents component controller then it throws the exception.
    Sourav: NullPointer Exception is thrown when something is not properly initialised, if in the main component the cardinality of mapped origin is 1.1 then you need to access it element directly like:
    wdContext.currentParentNodeElement().setFname("Abhijeet");
        wdContext.currentParentNodeElement().setLname("M");
    i will suggest just check out if you are declaring some element of value node and without initialising taking its use or what?
    if this doesnt solve your problem, please post the expanded exception.
    hope it helps
    let me know if you face nay problem
    regards

  • TRYING TO SET UP I PAD TO HP AIR PRINTER HAD PROBLEMS WITH ,TALKTALK ROUTER, ASKED AT PC WORLD ADVISED TO BY AIRPORT EXPRESS BUT STILL NO LUCK WILL NOT COMPLETE SET UP. THOUGHT THIS WOULD REPLACE THE ROUTER, I THINK I MAY HAVE BEEN WRONGLY ADVISED

    Having problems with air printer to i pad, problem seems to lie with talktalk router, hp solutions managed to get i mac to air printer working but not i pad, adivsed to buy another router as talktalk is not compatiable with bonjour. Went to PC world apple department advised to by airport express. tried setting it up using but will not finalise. i was led to believe this would replace the talktalk router? i feel i have been sold the wrong thing. Any suggestions

    This happened to me when I was setting up the wireless router for a friend.  The issue is with the Westall modem.  You need to go in and setup the "bridge" option on the westell modem.  The link below gives directions or you can call bellsouth dsl support (this is how I learned about it).
    http://help.bellsouth.net/bellsouth/asp/contentview.asp?isbrowse=true&sprt_cid=3f993409%2Ddff7%2D422...
    Good luck
    Solution:
    Method 1 - Hard Reset
    Restore the modem to default settings by pressing the Reset button on the back of the modem and holding it for 3 seconds. (Bridged mode is the default setting for the Westell).
    After the modem regains sync, it is in Bridged mode. Do not attempt to surf into the modem as surfing into the modem will enable the Easy Login page and convert the modem from bridged mode to a PPP mode.
    Method 2 – Bridged Mode
    Access the Westell interface using http://192.168.1.254 or http://launchmodem.
    Click on the Broadband DSL Line button. 
    Click on the Protocols button 
    Select the radio button to the left of Option 2 (Bridge)
    Click the save button. Once the modem has restarted it is in bridge mode. 
    ALL STEPS COMPLETE

  • Hello ! I'm using iphone 5 running ios 7.1.1 I have problem with Appstore error and also Safari don't work too. What can I do to fix this problem ?

    Hello ! I'm using iphone 5 running ios 7.1.1 and I have problem with appstore error and also Safari doesn't work. what can do I fix this problem ? I need help now my iphone can't do nothing

    Need more details. What is your appstore error exactly? and what happens when you try to use Safari?

  • How do I set a landscape mode for my print out with the CNIreport?

    I am using CNIReport and I was wondering how to set a landscape mode when printting?

    There is a property of the CNiReport object called "Orientation". You just set that property to Landscape using the enumeration provided in the CNiReport class. Here is an example with the full path to the enumeration value:
    m_report.SetOrientation(NI::CNiReport::NiReportsPa​geOrientation::NiReportsLandscape); //m_report is the CNiReport object
    Best Regards,
    Chris Matthews
    National Instruments

  • HT201210 can I return to previous iOS version. have ios7 but having problems with music files since upgrading

    Is it safe to return to previous version of ios.  I have updated to iso7 but now having problems with music greying outl on my ipad

    Sorry, no Apple does not support downgrading

  • How to install AIR SDK 3.1 ( with 3.4 installed )

    I am trying to install a previous version of the SDK    3.1
    I am doing this to accommodate BlackBerry BB10.
    Using the Manage SDK utility in Flash CS6, I currently have installed 3.2 and 3.4.
    When I try to install 3.1 I first get the error that the version of the sdk I am trying to install is not valid.
    Ok, I got around this by placing an  airsdk.xml  file in the SDK directory. Because the Archived 3.1 SDK from Adobe did not have one..  but 3.2 and 3.4 do.
    Ok, not I get the error  that Only SDK higher than version 3.4.2540 may be added.
    So what..  now I cannot add earlier versions?
    Please..  how do I add AIR SDK   3.1 as option for usage in Flash Pro CS6  ?

    Hi Jason..  try the following..  but be warned. I made this up as i went along, so no promises.
    I am not even entirely sure this did the trick.
    That said, I have suffered no ill effect from this.
    Duplicate an existing AIR xml file from that directory ( example: AdobeAIR2_5.xml ).
    Name it AdobeAIR3_1.xml
    Change the first lines to:
    <players>
      <player id="AdobeAIR3_1" version="14" asversion="3" minasversion="3">
        <name>AIR 3.1</name>
        <publishobject2 id="Air_Desktop_iOS" version="3.1" intversion="3.1"></publishobject2>
    Then try to add 3.1 via the Manage SDK Utility.
    If you cannot, remove the 3.4 folder ( rename it ).
    Then restart Flash, run the utility again and it should not have 3.4 anymore..  scared yet?
    Then try to add 3.1 again.
    If it works..  then I am surprised two times now!
    Then add 3.4 again.
    I repeat - this was a hack I was desperate to try and might have gotten lucky.
    There Hopefully, will be someone, one day, who will give both of us more sound advice.
    I can however, now create workable BB10 and PlayBook apps from my SDK 3.1 in Flash.
    I wonder if you and I are in a limited group because we happened to Not have installed 3.1 when it came out.
    Leaped from 2.5 to 3.2  maybe.
    Good luck!

  • Problems with lost bookmarks, keypad not working, apps shutting down

    Out of the blue, while I was still using Safari, all my bookmarks disappeared. No matter how many times I tried to add a bookmark it doesn't show up on my Bookmarks tab. I've tried adding a new folder on my bookmarks tab but it doesn't work either. I don't know what's going on. I've already reset my iPhone once because there were so many problems after I downloaded iOS4.
    Also, I don't recall seeing "History" under the Bookmark tab but now it's there. The History option (along with the websites, etc.) comes and goes. Even after I delete everything from the Settings app, the history still shows up afterwards.
    Any help or suggestions would be appreciated. If I absolutely need to (again), I'll reset my iPhone. I honestly didn't think I was going to have this many problems with iOS4. Everything was perfect before I downloaded the new operating system. I'm also experiencing other problems with iOS4 such as the keypad not working during a phone call and apps shutting down multiple times. Again, any help or suggestions would be great.

    it just sorta started working again

  • Problem with total context score in COMPARISSION VIEW in SSM

    Dear friends,
    We have scorecard  with 4 contexts (region).Every context has 3 level: perspective ,objective KPIs. Every level get score and all the context get total score .We have requirement to compare between  region context scores. For it we use comparison view. BUT AT comparison  view  we can compare the score of perspective ,objective KPIs but not total score of the context .Total score is disappear.  I don’t know if there is bug or it's a problem of implementation. I very glad to get help from us.
    Best regard,
    Benyamin Orit.

    Hi Orit,
    I do not believe its an implementation problem, I have checked our implementation which is currently running SSM 10.1 sp03  and the context score doesn't appear neither in the comparison view.
    Probably this feature is simply not included yet in this sp. Maybe another colleague can confirm if this feature is included in further sps... but I didn't find any release note mentioning it, and according to a screenshot I just saw (posted by Colin Cooper on the ideas place), it doesn't seem to be included in sp06 (see Colin's screenshot of comparison view without context scores showing).
    In the main time try to work around it, maybe creating a new level (perspective) thats called "context xxx score" and put the rest of the scorecard one level under it, even though it doesn't sound very purist, you should be able to compare all context scores on the comparison view tab.
    Regards,

  • Air + Ipad + RemoteObject problem with session cookies

    I am making Air version for IPad of a Flex application.
    My flex application needs session from an secured enterprise proxy, without that session none remoteObject requests can pass the proxy and reach blazeDS.
    My solution for flex works fine: calling an enterprise  servlet at application´s startup to obtain a cookie session. I use a POST call to the servlet using URLRequest (sending the user and password parameters), the servlet responds with  a message with a session cookie, and from that point, without me having to code anything more, my flex application get that cookie with the session that automatically is loaded in my browser cookie stack, and that transparently is used from all my subsequents remoteObjects calls in the flex application.
    In my Adobe Air Ipad version, this just does not work, the session or is not storaged or is not attached with subsequent remoteObjects requests.
    - I´m forcing request.manageCookies = true
    - I´m working with the IOS simulator (Is there any difference for cookies with a real Ipad device?)
    - I´m using Flex 4.6.0, Air 3.5, IOS 6, Ipad 3, BlazeDS 4.0, Java 6 BackEnd.
    .. What´s the problem/difference with Air+Ipad from the flex version?

    Hi BalusC ,
    Thanks for your detailed response. I have a question about this comment you noted..
    "Terrible. Just keep the bean request scoped. "
    I changed the bean to request and now have this issue.
                <rich:dataGrid id="membersInZipcode" value="#{membersInZipcode.arrayListOfSearch4Member}"
                            var="membersInZipcode" columns="5" elements="20">                       
                <f:facet name="footer">
                    <rich:datascroller></rich:datascroller>
                </f:facet>
            </rich:dataGrid>
            </h:form>  I am using a request bean to hold the search parms that loads the bean. This works great.
    The problem is when I use the rich:datascroller for the next page.
    It goes back to the bean and the request scope bean is empty. This holds the search values.
    How do I put this back into the request after each process??
    Question 2..
    "Those settings only applies on the current request, i.e. the JSP file itself. Images are obtained by separate and independent requests. You need to set the headers on those requests as well. You can use a filter for this."
    I have never set a filter ...how do I do it? Do you have a link for an example of this filter setup?
    Thanks Again
    Phil

  • IOS 8.0.2 update causing problems with wifi connectivity..please help

    latest update having problems ...please help..!!!!!!!!!!

    Just a quick snapshot of my chain of events.  I’m currently on my fourth iPhone 6 Plus 64GB here in London, UK. Every time I have spoken to AppleCare and told them that I have gone through all the Wi-Fi troubleshooting methods possible they have asked me to get a brand new retail replacement as I’m within my 14 day return period.  I’ve been experiencing the following issues:
    Wi-Fi disconnects and switches to 4G (Restart required for temp fix)
    Wi-Fi is still active but there is no traffic or activity– often when in sleep mode for long periods of time.  (Toggle Wi-Fi on/off for temp fix)
    Wi-Fi disconnects and cannot find any networks (restart required for temp fix)
    This has been occurring on both iOS 8 and 8.0.2
    The issues are the same on both my 2.4Ghz and 5Ghz networks
    This is affecting my ip6+ and 5s (5s used to work perfect on ios7 on same networks) – My MBP-R and all other devices run perfectly on my network.
    I spoke to AppleCare again yesterday and asked for their advice as its now my fourth iPhone in just under a month. This time they said that apple were fully aware of the Wi-Fi problem and that new repair tickets were not being raised for their engineers as they are already working hard to get this resolved. They also said they could see all the issues raised on the apple discussions boards which they usually don’t admit too! I asked what to do next and the advisor apologised and said this is clearly a software glitch and will be resolved in the next update. I asked for a timescale but unfortunately none was given.
    As stated above I have tried all the troubleshooting methods discussed on forums and on tech websites but the only thing that gives me a stable connection without any disconnects (especially on my 6 plus) is turning cellular/mobile data off when I know I’m going to be on Wi-Fi for a sustained period of time (e.g. at home or work). I appreciate this is annoying but it’s the best temp fix until an update comes out.
    Hope it helps everyone who is having issues with their devices that have cellular functionality.
    Any comments welcome

  • Adobe Reader cannot open in Protected Mode due to a problem with your system configuration.

    From Adobe website:  "Note that this list is not regularly maintained as Protected Mode now runs transparently in the background and it is unlikely that users will experience issues."
    This explanation on the Adobe website does not explain what the problem is with the "system configuration".  What is the system configuration problem?

    Hi Steve,
    As mentioned on the troubleshooting page as well normally application like antiviruses, encryption and system maintenance tools causes this kind of problem. These software software intercepts some system calls for the Reader sandbox. Could you please check if you have any of these kind of software installed? Could you please answer following question then I would be in better position to help you?
    1. Version of Reader being used
    2. OS
    3. What happens if you choose launch unprotected? Do you see a failure or Reader launches?
    Thanks

Maybe you are looking for

  • Issue in overlapping of windows with main window.

    Hi all, My requirement is to have 4 windows at the end of main window. the 4 windows should be printed only after end of all the line items in the main window. the problem here is if i extend my main window till the end and overlap the 4 windows. if

  • Text messages not being saved.

    I have a Dell XPS 420 computer 32 bit.  My Nokia PC Centre is model number 7.18.0 which I downloaded yesterday. My mobile phone is a Nokia 3110. I am using a usb connection to my telephone. My computers O/S is Vista Premium. I have installed the late

  • Require script to load fixed  length flat file

    Hi Can anyone provide me a script to load a flat file into database ? A sample script would be ok thanks in advance Siva

  • Setting JOB

    Hi, I want to set a background job to a program. the job should run daily at 4 AM. if i set the job from tomarrow, it should take the tomarrow date i.e, 22/11/2008, then minus it by one day i.e, 21/11/2008. then pass this value to the selection param

  • Is \\ domaincontroller \NETLOGON\ the best place to launch .bat and .vbs scripts for GPO clients?

    I am trying to figure out what the optimal shared location is for launching a script via GPO, that will put specific shortcuts on my users' taskbar when when they first login to Windows 7 and create their profile. Is putting these scripts in the NETL