Softkeyboard bug with rendmode GPU in Android with AIR 4.0

Hi,
Since AIR 4.0 beta, I have a problem with my app in GPU mode: when I invoke the SoftKeyboard, and despite the fact the keyboard doesn't overlap my textfield, the screen is panning anyway. When I close the keyboard, the display doesn't refresh itself (however when I tap some screen areas, the screen begins to reveal the tapped portion).
In AIR 3.9, it works fine. In CPU mode, whatever the AIR version I use, it works fine too.
I tried to set <softKeyboardBehavior>none</softKeyboardBehavior> (because I don't want any panning, like it was the case in AIR 3.8), but no effect.
This bug occurs all the time on my Galaxy Tab 10.1 under Android 4.0.1.
Is there a workaround for this, please?
Thank you!
Frédéric

Hello, 
Could you please open a new bug report on this over at bugbase.adobe.com? Please include sample code to help us reproduce the problem. Once the bug has been added would you mind posting back with the URL so that others affected can add their votes and comments? Also, please let us know if you are able to reproduce it on some other devices.
Regards,
Nimit

Similar Messages

  • How ı use wiktionary and google translate 6.3.2 with firefox os or android with all functions.ı want to select a word and then want to see the translate.

    ı am using wiktionary and Google translate 6.3.2 add on at Firefox.it makes my work very easy.ı only double click on a word and then opens a window near the word and ı can see the meanings.ı really really want a Firefox OS Mobil device.and ı want to use a Google translate easy like this.ı do not want to copy text to clipboard and then type to search area and then search.when ı select a word browsing at the web.ı must easily translate and see the meaning.ı do not want to copy to clipboard.ı am wanting Firefox os like crazy.ı want to use Firefox OS like using Firefox at PC at my Mobil device.ı want a tablet with Firefox OS.thanks.good works.

    ı am using wiktionary and Google translate 6.3.2 add on at Firefox.it makes my work very easy.ı only double click on a word and then opens a window near the word and ı can see the meanings.ı really really want a Firefox OS Mobil device.and ı want to use a Google translate easy like this.ı do not want to copy text to clipboard and then type to search area and then search.when ı select a word browsing at the web.ı must easily translate and see the meaning.ı do not want to copy to clipboard.ı am wanting Firefox os like crazy.ı want to use Firefox OS like using Firefox at PC at my Mobil device.ı want a tablet with Firefox OS.thanks.good works.

  • ATF don't render correctly on some android with powervr GPU()

    Here is a screenshot
    It's an example of starling framework 1.6,compiler with air sdk 1.7,wrong texture is an ATF file with all 3 format in it. The test device is coolpad dazen X7, its CPU is MT6595, GPU is PowerVR G6200. And I'v test other device with this GPU, they all have this issue.

    No,I use old atf tool to create the ATF files, and compile/running the code with AIR 17. I did try AIR 18 beta and its atf tool to see if it still have this problem, if create texture with etc2 the texture won't be rendered, if create texture only with etc1 the texture will be rendered correctly and don't have any problem. All the 3 conditions are tested on a phone with a PowerVR G6200 GPU.

  • Adobe air incompatible with ASUS me302c, a android tablet using Intel atom processor. error code -24

    Is adobe working on the compatibility of AIR with Intel system on android devices?

    Air on intel x86 android is causing a good amount of grief to a lot of folks. Please vote !! https://bugbase.adobe.com/index.cfm?event=bug&id=3648268

  • Merged clips - are they all bugs or is there something wrong with my system?

    I have to use merged clips to sync video and audio because making every clip a sequence is too cumbersome and doesn't give me thumbnails to help choose my shots. Apparently, merged clips are very buggy. I can't use colored markers because they don't get saved on merged clips. I can't use match frame on merged clips because they don't find the correct frame. I can't set a poster frame on a merged clip except with the "in" marker. Are all those problems bugs, or is there something wrong with my specific system. I trashed preferences to fix another problem unrelated to merged clips, but that didn't solve any of the clip problems.

    I don't believe there's anything wrong with your system.

  • How to save a pdf form with a button on Android?

    Hello can anyone inform me with the knowledge of how to save a pdf form after filling with button on an Android device?
    What code behind the button is necessary to make this work.

    It happens automatically. You don't need any code to trigger it.

  • PDF files on mobile Devices with iOS and/or Android

    I would like to use PDF files (with embedded JS Code) on Smartphones and Tablets with iOS and/or Android.
    Are there Apps out there that not only display the contents (the "graphics") of the PDF file correctly
    but also execute the embedded JS Code properly on such devices?
    And if so, which Versions will be supported for
         Adobe Pro?
         iOS?
         Android?
    Are there freeware or shareware Versions available?

    Since the mobile devices, smart phones, tablets, eReaders, do not support JavaScript the app you use will need to provide the JavaScript support. Not all apps provide this support for JavaScript. The apps that support JavaScript only support a limited number of features so you will need to test the PDFs, the device and the app.
    The version of Acrobat that runs on your computer will not work on your mobile device since the CPU's, Central Processing Unit, machine code is very different since the devices have different CPUs and the storage space to hold the code on the mobile device is much less than your desktop or laptop.
    Adobe Mobile Reader does support some JavaScript but not date formatting and not document level JavaScript.
    Expert PDF for the iPxx supports the largest amount of JS but still does not support all the possible JS that could be used in a form.

  • What app will allow me to find my friends/family on androids with my iphone

    what app will allow me to find my friends/family on androids with my iphone

    I haven't used it myself but here is one you may want to evaluate: https://itunes.apple.com/us/app/gps-tracker-follow-other-phones/id466429552?mt=8

  • BUG: ADF BC read-only VO with no Key attrs + af:table

    Hello all,
    I've got a bug to report - quite easily reproducable with the HR demo schema. To see it:
    1). Create a new application from the ADF BC + Faces template
    2). Create a read-only VO, use "SELECT employee_id, first_name from employees" and order by "employee_id" - take the defaults for everything - do not set any key attributes.
    3). Create an AM, add the VO to it's data model. Turn off AM pooling in the configuration.
    4). Create a JSPX page. Drag-drop the VO from the data control palette as an ADF read-only table - with selection
    5). Bind the actionlistener of the "submit" button to a backing bean method that just system.out.println's something.
    Now, run the app. Try selecting an employee from the first page (records 1-10) and clicking submit - it works. Now, scroll to the second set of records, select one and click submit - no message appears - the action listener is never called. No errors are thrown.
    Workaround: ensure the VO has employee_id selected as a key attribute.
    My code is at the bottom for reference.
    Cheers,
    John
    untitled1.jspx:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces"
              xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
      <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
                  doctype-system="http://www.w3.org/TR/html4/loose.dtd"
                  doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <afh:html>
          <afh:head title="untitled1">
            <meta http-equiv="Content-Type"
                  content="text/html; charset=windows-1252"/>
          </afh:head>
          <afh:body>
            <af:messages/>
            <h:form>
              <af:table value="#{bindings.emp1.collectionModel}" var="row"
                        rows="#{bindings.emp1.rangeSize}"
                        first="#{bindings.emp1.rangeStart}"
                        emptyText="#{bindings.emp1.viewable ? 'No rows yet.' : 'Access Denied.'}"
                        selectionState="#{bindings.emp1.collectionModel.selectedRow}"
                        selectionListener="#{bindings.emp1.collectionModel.makeCurrent}">
                <af:column sortProperty="EmployeeId" sortable="false"
                           headerText="#{bindings.emp1.labels.EmployeeId}">
                  <af:outputText value="#{row.EmployeeId}">
                    <f:convertNumber groupingUsed="false"
                                     pattern="#{bindings.emp1.formats.EmployeeId}"/>
                  </af:outputText>
                </af:column>
                <af:column sortProperty="FirstName" sortable="false"
                           headerText="#{bindings.emp1.labels.FirstName}">
                  <af:outputText value="#{row.FirstName}"/>
                </af:column>
                <f:facet name="selection">
                  <af:tableSelectOne text="Select and">
                    <af:commandButton text="Submit" actionListener="#{abc.click}"/>
                  </af:tableSelectOne>
                </f:facet>
              </af:table>
            </h:form>
          </afh:body>
        </afh:html>
      </f:view>
    </jsp:root>abc.java:
    import javax.faces.event.ActionEvent;
    public class abc
      public abc()
      public void click(ActionEvent actionEvent)
        System.out.println("click");
    }emp.xml (View Object):
    <?xml version='1.0' encoding='windows-1252' ?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <ViewObject
       Name="emp"
       OrderBy="employee_id"
       BindingStyle="OracleName"
       CustomQuery="true"
       ComponentClass="model.empImpl"
       UseGlueCode="false" >
       <SQLQuery><![CDATA[
    select employee_id, first_name
    from employees
       ]]></SQLQuery>
       <DesignTime>
          <Attr Name="_isExpertMode" Value="true" />
          <Attr Name="_version" Value="10.1.3.39.84" />
          <Attr Name="_codeGenFlag2" Value="Access|Coll|VarAccess" />
       </DesignTime>
       <ViewAttribute
          Name="EmployeeId"
          IsUpdateable="false"
          IsPersistent="false"
          IsNotNull="true"
          Precision="6"
          Scale="0"
          Type="oracle.jbo.domain.Number"
          ColumnType="NUMBER"
          AliasName="EMPLOYEE_ID"
          Expression="EMPLOYEE_ID"
          SQLType="NUMERIC" >
          <DesignTime>
             <Attr Name="_DisplaySize" Value="22" />
          </DesignTime>
       </ViewAttribute>
       <ViewAttribute
          Name="FirstName"
          IsUpdateable="false"
          IsPersistent="false"
          Precision="20"
          Type="java.lang.String"
          ColumnType="VARCHAR2"
          AliasName="FIRST_NAME"
          Expression="FIRST_NAME"
          SQLType="VARCHAR" >
          <DesignTime>
             <Attr Name="_DisplaySize" Value="20" />
          </DesignTime>
       </ViewAttribute>
    </ViewObject>appModule.xml:
    <?xml version='1.0' encoding='windows-1252' ?>
    <!DOCTYPE AppModule SYSTEM "jbo_03_01.dtd">
    <AppModule
       Name="AppModule"
       ComponentClass="model.AppModuleImpl" >
       <DesignTime>
          <Attr Name="_isCodegen" Value="true" />
          <Attr Name="_version" Value="10.1.3.39.84" />
          <Attr Name="_deployType" Value="0" />
       </DesignTime>
       <ViewUsage
          Name="emp1"
          ViewObjectName="model.emp" >
       </ViewUsage>
    </AppModule>bc4j.xcfg:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BC4JConfig>
       <AppModuleConfigBag>
          <AppModuleConfig name="AppModuleLocal">
             <DeployPlatform>LOCAL</DeployPlatform>
             <JDBCName>local_hr</JDBCName>
             <jbo.ampool.doampooling>false</jbo.ampool.doampooling>
             <jbo.project>Model</jbo.project>
             <jbo.ampool.dynamicjdbccredentials>false</jbo.ampool.dynamicjdbccredentials>
             <AppModuleJndiName>model.AppModule</AppModuleJndiName>
             <ApplicationName>model.AppModule</ApplicationName>
          </AppModuleConfig>
       </AppModuleConfigBag>
       <ConnectionDefinition name="local_hr">
          <ENTRY name="JDBC_PORT" value="1521"/>
          <ENTRY name="ConnectionType" value="JDBC"/>
          <ENTRY name="HOSTNAME" value="localhost"/>
          <ENTRY name="DeployPassword" value="true"/>
          <ENTRY name="user" value="hr"/>
          <ENTRY name="ConnectionName" value="local_hr"/>
          <ENTRY name="SID" value="STGY"/>
          <ENTRY name="password">
             <![CDATA[{904}05DB46A9C39F51D1A4814423FFD9297C71]]>
          </ENTRY>
          <ENTRY name="JdbcDriver" value="oracle.jdbc.OracleDriver"/>
          <ENTRY name="ORACLE_JDBC_TYPE" value="thin"/>
          <ENTRY name="DeployPassword" value="true"/>
       </ConnectionDefinition>
    </BC4JConfig>

    Hi,
    reproduces for me. It appears that the parameter is not applied properly when executing the query.
    Frank

  • Hello, I want to make DPS magazin for IOS and Android with a lot of text footnotes. There is about 200 footnotes per article. The idea is to make pop-up windows like in EPUB 3.0. Please help.

    Hello, I want to make DPS magazin for IOS and Android with a lot of text footnotes. There is about 200 footnotes per article. The idea is to make pop-up windows like in EPUB 3.0. Please help., Hello, I want to make DPS magazin for IOS and Android with a lot of text footnotes. There is about 200 footnotes per article. The idea is to make pop-up windows like in EPUB 3.0. Please help.

    Remember you can only build an iPad app using your Single Edition solution (which is included in your CC membership). So you'd need a Pro or Enterprise version of DPS to be able to create the Android version.
    You can create pop-ups in InDesign using the slideshow options and a multi-state object. But it's all manual labour so you'll spend a lot of time on this, also depending on the layout of your design.

  • How can i sync the info in my android with my mac book

    How can i transfer or sync the info in my android with my macbook?
    thanks

    There are a number of software packages out there for syncing an android based phone with a Mac. I did a google search for "Android sync Mac" and came up with more than I could look at on one page.
    Best of luck.

  • Duplicate session error using Flash Remoting from Air 3.4 Mobile Apps ( IOS and Android ) with CF10

    We're getting the "duplicate session" error using Flash Remoting from Air 3.4 Mobile Apps ( IOS and Android ) with Coldfusion 10 Standard.
    faultCode:Server.Processing.DuplicateSessionDetected faultString:'Detected duplicate HTTP-based FlexSessions,
    generally due to the remote host disabling session cookies.
    Session cookies must be enabled to manage the client connection correctly.' faultDetail:'null'
    Have read most of the docs about this error -all to do with LCDS
    Notes:
    Not using LCDS,
    No Remote Calls from loaded Sub-Apps,
    No Errors from the Flex Web App which is pretty  much identical and calls the same cfcs.
    The error does not happen all the time and is hard to reproduce - say 5% of app sessions at a guess.
    Could it be a two first time remote calls hitting the server together before a session is set up?
    Our remoteObjects are in two places 1) Main Application.mxml and within a class compiled into the main app - can't see how this would be an issue.
    I enabled session management for the CFCs in Application.cfc but still occurs. Is this neccessary - it's not in any docs?
    Could this be something to do with the app not being shut down - as is typical with mobile users? When they resume use after a day or two surely a new session will be created?
    Please advise thank you.

    For our profect I think this issue was caused as follows:
    Believing that remoting was full asynchronous we fired a 2 or 3 remote calls to the server at the same time ( within the same function ) - usually when the users goes to a new section of the app.
    This seemed to trigger the duplicate http session error since according to http://blogs.adobe.com/lin/2011/05/duplication-session-error.html  two remote calls arriving before a session is created will cause 2 sessions to be created.
    Our current solution ( too early to say it works ) is to daisy chain the multiple calls together .
    Also there seemed to be an issue where mobile apps that never quit ( thanks Apple! )  caused the error when activated after a few hours.
    I guess the session expires on the server and the error above occurs on activation.
    So the mobile apps now ping the server with a remote call when activated after sleeping for more than one hour.
    All duplicate http errors are silently caught and reported.
    Fingers crossed we won't get any more!

  • [svn] 3246: Fix fasttrack bug SDK-16910 - Simple List populated with strings throws RTE .

    Revision: 3246
    Author: [email protected]
    Date: 2008-09-17 15:31:25 -0700 (Wed, 17 Sep 2008)
    Log Message:
    Fix fasttrack bug SDK-16910 - Simple List populated with strings throws RTE. This is fallout from the Group/DataGroup split. DefaultItemRenderer now uses a TextBox instead of a Group to show the list data.
    QE: Any List tests that depended on the default item renderer to support anything other than text must be updated.
    Bugs: SDK-16910
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16910
    http://bugs.adobe.com/jira/browse/SDK-16910
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/DefaultItemRenderer.mxml

    BTW, I do not experience the bug you had mentioned at
    http://www.cs.rit.edu/~cxb0025/flex/TreeControlBugs.html
    Can submit a video of my actions recorded

  • Why does my Mac Pro late 2013 drive both monitors with one GPU?

    System report shows both of my WQHD monitors are running on one GPU.  When I add an HDMI display, it also runs on the same GPU.  Why would it not split the load?  This makes me wonder about when both GPUs are working, if ever.  Since Activity Monitor does not report GPU activity, does anyone know of an app that gives real-time reports on GPU usage?

    If you add six displays, they will all be supported by one GPU -- the display GPU. The second GPU is reserved for un-interrupted GPU computing and has no Display output Hardware.
    Anandtech has a discussion of this in his review of the late 2013 Mac Pro.
    Under OS X the situation is a bit more complicated. There is no system-wide CrossFire X equivalent that will automatically split up rendering tasks across both GPUs.
    By default, one GPU is setup for display duties while the other is used exclusively for GPU compute workloads. GPUs are notoriously bad at context switching, which can severely limit compute performance if the GPU also has to deal with the rendering workloads associated with display in a modern OS. NVIDIA sought to address a similar problem with their Maximus technology, combining Quadro and Tesla cards into a single system for display and compute.
    from section 9:
    http://www.anandtech.com/show/7603/mac-pro-review-late-2013/9

  • Can I create a live wallpaper for Android with AIR?

    We have developed a beautiful weather app with Adobe AIR.
    Androd users ask us to create a live wallpaper and widget plugins.
    Is it possible?
    Can we create a live wallpaper for Android with AIR?

    Turned out it is NOT possible to create neither live wallpaper nor widget for Android with AIR.
    http://forum.starling-framework.org/topic/live-wallpaper-and-widgets-on-android

Maybe you are looking for

  • TS1424 I was buying songs on my itune account, and now my itunes icon on my computer will not work at all, I do not know how to sign back into

    I was buying songs on my Itunes account and I signed-out and now my Itunes icon on my desktop will not work at all.  How do you access your account

  • Soap Attachment write problem

    Hello All, I'm seeing the error message given below. I'd been trying to write a soap attachment to a file output stream. I did the same thing in WSAD and it worked. But when I tried to work on unix box.. it wasnt supporting activation.jar and mail.ja

  • Menu tabs in adf faces on jdeveloper 10.1.3.5

    Hi, I am new to jdeveloper and I am looking for a sample code for menu tabs without binding the tabs to menu model. I went through the ADF development guide but it has example only with menu model. Can somebody provide me with an example for menu tab

  • How to know a variable is accessed ??

    Hi all, I have two Java Classes as follows : public class A { public int a =5; and -- public class B { public static void main(String[] args) { System.out.println(new A().a); Now i want to generate a log file (when the execution of main() method of c

  • Import Gentran DDF

    I attempted to import a Gentran DDF to create a new Guideline, but no matter how many different DDF's I attempt to import I get the same error message. Error Code = 0xC00CE00D, File Position=89, Line=3, Line Bytes=27, Reason: The client 'GentranDDF i