Height of ADF Mobile changing facet Header on PanelPage

I put an image instead of text in the header facet PanelPage. The image is a little big but I'm not able to increase the height of the header facet.

I tried image packing in a panelGroupLayout etc but no luck.

Please indicate how to do?

Vik

I use the same exact tag and it works fine. Have you checked that the skin is applied? Any change you make in your .css file has an effect on the appearance of the application? Try something simple as defining the background color with:

. AMX-panelPage {}

background-color: rgb (49,49,49);

}

Tags: Java

Similar Questions

  • ADF mobile web service url change

    Hello

    I created a mobile application with a with a webservice and it works well.

    Now the webservice url has changed.

    How can I change this URL in the ADF mobile please?

    Thank you

    Look at the connections.xml file - https://blogs.oracle.com/shay/entry/updating_adf_web_service_data

  • ADF Mobile: Can't update thread timer outputText...

    Hello

    I'm rather new on ADF Mobile and I write an application where I need a timer to update the screen at different intervals. But for some reason any the outputText is not being updated on the wire from the timer. The following code reflects the code in my application that does not work:

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < amx:view xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "xmlns:amx =" " http://xmlns.Oracle.com/ADF/MF/AMX "" "

    ' xmlns:dvtm = ' http://xmlns.Oracle.com/ADF/MF/AMX/DVT "> "

    < amx:panelPage id = "pp1" >

    < amx:facet name = "header" >

    < amx:outputText value = "Header" id = "ot1" / >

    < / amx:facet >

    < amx:facet = "primary" name >

    < amx:commandButton id = "cb1" / >

    < / amx:facet >

    < amx:facet = "secondary" name >

    < amx:commandButton id = "cb2" / >

    < / amx:facet >

    < amx:outputText value = "#{bindings.name.inputValue}" id = "ot3" / > "

    < amx:commandButton text = "commandButton1" id = "cb3" actionListener = "#{MrBean.buttonPushed}" / >

    < / amx:panelPage >

    < / amx:view >

    mobile plan;

    import java.util.Timer.

    java.util.TimerTask to import;

    Import javax.el.ValueExpression;

    Import oracle.adfmf.amx.event.ActionEvent;

    Import oracle.adfmf.framework.api.AdfmfJavaUtilities;

    public class {Antoine

    Timer;

    public MrBean() {}

    {} public void buttonPushed (ActionEvent actionEvent)

    ValueExpression svarErRigtigt = AdfmfJavaUtilities.getValueExpression ("#{bindings.name.inputValue}", String.class);

    svarErRigtigt.setValue (AdfmfJavaUtilities.getAdfELContext (), "push button");

    Timer = new Timer();

    Timer.Schedule (new RemindTask(), 3 * 1000);

    }

    class RemindTask extends TimerTask {}

    public void run() {}

    ValueExpression svarErRigtigt = AdfmfJavaUtilities.getValueExpression ("#{bindings.name.inputValue}", String.class);

    svarErRigtigt.setValue (AdfmfJavaUtilities.getAdfELContext (), "New thing happening");

    Timer.Cancel ();

    }

    }

    }

    So when I push the button and then "pushed" shows on the screen, but the "new thing happening" message does not display after 3 seconds as expected. Can someone explain why this is and how to fix the code so that it works (I tested the run method is called after 3 seconds when trying to include a statement System.exit (0)). Thank you

    AdfmfJavaUtilities.flushDataChangeEvent () is mentioned here:

    http://docs.Oracle.com/CD/E37975_01/doc.111240/e24475/amxbinding.htm#ADFMF1615

    Provider and property change listeners are discussed in Chapter 8 of the guide:

    http://docs.Oracle.com/CD/E37975_01/doc.111240/e24475/amxbinding.htm#CHDHFGAF

    He thinks the reason why overview AMX works currently in Linux is that it uses JavaFX under the hood and there are problems with the implementation on this platform. I checked an internal construction of the next version of the extension, which runs on top of JDeveloper 12 c. The AMX preview worked properly on my Oracle Linux 6.4 VM. Of course, it is not an official statement by Oracle and our plans can change at any time.

    Best regards

    Frédéric.

  • ADF Mobile EL substring

    Hello!

    I shows this method (https://blogs.oracle.com/adf/entry/string_manipulation_functions_inside_el) that you import jstl functions and use the fn:substring, fn:length, etc.

    but I am applying it in an AMX:PAGE, but it does not work there at - it a way to apply the substring, indexOf to EL in adf mobile?

    line 48 shows: I tried #{fn:substring(row.url,0,5)} I need and I get 'number invalid EL incorrect Expression of the operands'}

    <?xml version="1.0" encoding="UTF-8" ?>
    <amx:view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
              xmlns:fn="http://java.sun.com/jsp/jstl/functions"  
              xmlns:amx="http://xmlns.oracle.com/adf/mf/amx"
              xmlns:dvtm="http://xmlns.oracle.com/adf/mf/amx/dvt">
        <amx:panelPage id="pp1">
            <amx:facet name="header">
                <amx:outputText value="Bienvenido #{pageFlowScope.usuario.nombres}" id="ot1"/>
            </amx:facet>
            <amx:facet name="primary">
                <amx:commandButton id="cb1" actionListener="#{viewScope.bLogin.salirAplicacion}"
                                   icon="/resources/img/out.png" iconPosition="trailing"/>
            </amx:facet>
            <amx:facet name="secondary">
                <amx:commandButton id="cb2" action="GO_LOGIN" icon="/resources/img/lock.png" iconPosition="trailing"/>
            </amx:facet>
            <amx:outputText value="#{deviceScope.device.name}" id="ot4"/>
            <amx:outputText value="#{deviceScope.device.platform}" id="ot5"/>
            <amx:outputText value="#{deviceScope.device.version}" id="ot6"/>
            <amx:outputText value="#{deviceScope.device.os}" id="ot7"/>
            <amx:outputText value="#{deviceScope.device.model}" id="ot8"/>
            <amx:outputText value="#{deviceScope.hardware.networkStatus}" id="ot9"/>
            <amx:outputText value="#{deviceScope.hardware.screen.width}" id="ot10"/>
            <amx:outputText value="#{deviceScope.hardware.screen.height}" id="ot11"/>
            <amx:outputText value="#{deviceScope.hardware.screen.availableWidth}" id="ot12"/>
            <amx:outputText value="#{deviceScope.hardware.screen.availableHeight}" id="ot13"/>
            <amx:tableLayout id="tl1" shortDesc="features-table" inlineStyle="width:100%;">
                <amx:rowLayout id="rl1">
                    <amx:cellFormat id="cf1" shortDesc="features-column" inlineStyle="width:100%;">
                        <amx:panelGroupLayout id="pgl1" layout="wrap">
                                <amx:iterator var="row" value="#{bindings.Return.collectionModel}" id="i1">
                                <amx:panelGroupLayout id="plam2" inlineStyle="width:33%;display:inline-block;"
                                                      halign="center" valign="middle">
                                    <amx:tableLayout id="tl2">
                                        <amx:rowLayout id="rl2">
                                            <amx:cellFormat id="cf2" halign="center" valign="middle">
                                                <amx:commandLink id="cl1" >
                                                    <amx:image id="i2" source="data:image/jpg;base64,#{pageFlowScope.usuario.img}"
                                                               inlineStyle="width:40px;height:40px"/>
                                                   <!-- <amx:setPropertyListener from="#{row.id}" 
                                                                             to="#{pageFlowScope.FeatureId}" type="action"/>-->
                                                </amx:commandLink>
                                            </amx:cellFormat>
                                        </amx:rowLayout>
                                        <amx:rowLayout id="rl3">
                                            <amx:cellFormat id="cf3" halign="center" valign="middle">
                                                <amx:commandLink id="cl2">
                                                    <amx:outputText value="#{fn:substring('hi how are you?',0,5)}" id="ot2"/>
                                                  <!--   <amx:setPropertyListener from="#{row.id}"
                                                                             to="#{pageFlowScope.FeatureId}" type="action"/>-->
                                                </amx:commandLink>
                                            </amx:cellFormat>
                                        </amx:rowLayout>
                                    </amx:tableLayout>
                                    <amx:spacer id="s2" height="25"/>
                                </amx:panelGroupLayout>
                            </amx:iterator>
                        </amx:panelGroupLayout>
                    </amx:cellFormat>
                </amx:rowLayout>
            </amx:tableLayout>
            
        </amx:panelPage>
    </amx:view>
    

    AMX pages aren't JSF you cannot use just other JSF/JSP features in them.

    A better approach would probably be to manipulating strings in a bean of support and have card field to this value of bean.

  • ADF Mobile access protected web service with the user name and password

    With Jdev 11.1.2.4 (with the extension of the ADF Mobile) I am creating a data control that uses a SOAP web service. The web service is not protected by a policy of wss, but its point of endpoint URL is only protected by simple HTTP authentication (internal weblogic server is not accessible public.) We use an Apache server that is configured with a location that is a simple proxypass on url of the web service endpoint weblogic. This apache location apply simple HTTP authorization). I can invoke successfully the methods with parser HTTP by simply adding to the request HTTP header "authorization: xxxxxxxxxxxxxxxxxx base =" (where xxx = user name and encrypted password).

    In the mobile application of ADF, I used the DataControls.dcx-> window to connect to the Web Service change and provided the username and password to the URL of the endpoint. The problem is that after the deployment and execution of this application on the emulator (or the device itself), I get no data by the web service since with the HTTP 401 error http server responses. It seems that that the credentials are not deployed to the device, so while the application is running can not find them.

    I searched a lot and found a similar article (quite old) in the RTO by Frank Nimphius here access_protected_web_services_from_adf.htm

    Is there a way to do this, or if I'm missing the entire image?

    Thank you very much.

    Christos

    Check out blog Shay https://blogs.oracle.com/shay/entry/accessing_secure_web_services_from

    or Andrejus http://andrejusb.blogspot.de/2012/11/adf-mobile-secured-web-service-access.html

    Timo

  • ADF Mobile Java Version

    Hi all

    JDeveloper 11 g 2 11.1.2.3
    XCode 4.5.1
    NB: I'm running the Simulator and have not yet deployed to iPhone development

    I notice some strange things and compilation and the ADF Mobile application development.

    Under the following menu:
    Classpath & application - project properties - libraries

    My Version of Java has the value "CVM_JDK". In my view, that it is a mobile version of java that is packed (phoneme_advanced)?
    It is not until I tried to create a generic data type as a Collection that I'm running into issues...

    Collection < String > strCollection = new ArrayList < String > ();

    I get the error following design pop up when I hover my cursor on the line of code above (and Yes, it is highlighted in red):

    java.util.Collection is not a generic type

    I have tried the following to work around the problem:
    "" - changed my version of Java at 1.6.0_37 in the "libraries & Classpath" (which is the default on my machine)
    -includes all the libraries that were attached to the 'CVM_JDK '.
    -changed the compatibility JDK Version to a version higher than 1.4, i.e. 1.5/1.6
    (NB: when I get the JDK Version 1.4 and compilation, the compiler returns an error: Error (8,9): generic drugs are not supported in - source 1.4)

    Then, I get runtime error:

    Version unsupported major.minor [number indicating the version of java]

    Wouldn't be fair to say that the version of the JAVA virtual machine running on the mobile device only supports version 1.4 and previous and generic versions are not supported...
    Also, this poses and issue when I am creating a carousel of images where the images are NOT in a base database as blobs, but in a folder of the project. There was a thread somewhere on this forum describing to declare a Collection and do hold the binary file... but since I can't create the Collection... I can't create a carousel...


    Any help or advice would be very appreciated =)

    Eddie

    Hey, Eddie:

    ADF Mobile integrates its own Java virtual machine in the container application. The first 2 chapters of the ADF Mobile Developer Guide contains descriptions of details of the different pieces of architecture and would help you to understand how it works. These JavaVMs are specially written for both platforms we supports, the use of mother tongues and are optimized to be light to support mobile application development.

    Currently the Java virtual machine is based on the specifications of CDC JavaME and is based on Java 1.4. You cannot change the embedded VM because the devices don't have a Java SE virtual machine that can run the code. The app must rely on the built-in virtual machine.

    This, because currently, only JavaME CDC VM is optimized for mobile devices. Despite progress in the mobile processor, it is still not at the height as the PC desktop processors. Therefore, we have implemented the JavaME CDC VM proven for iOS and Android.

    Further, there is a longer-term effort to converge JavaME in JavaSE in all areas, and ADF Mobile will be able to pick up the update when this happens.

    Now what you want to do - you can add images and other resources in the view controller - public HTML folder and referencing it in the component of the image of your application. If add you a picture to the carousel component and then to determine a schema for naming the images so it refers to the right image in the folder. The sample application CompGallery might help.

    Thank you

    Joe Huang

  • Oracle ADF Mobile - Android SDK problem

    Hello

    I use Jdev11.1.2.4.0 with ADF Mobile framework 11.1.2.4.39.64.71 EQUIPPED. While I'm deploying application in the Android emulator more precisely Android SDK Manager 22.2.1.

    I got an error like.

    CreateProcess error=2, The system cannot find the file specified in android "C:\Program Files\Android\platform-tools\aapt"":;
    
    

    of this error. I got to know, aapt is not in the path mentioned during execution.

    But see my configuration below. I loaded different directory.

    Location of the Android SDK:

    F:\adt-bundle-Windows-x86_64-20130917\adt-bundle-Windows-x86_64-20130917\adt-bundle-Windows-x86_64-20130917\sdk

    Location of the Android platform:

    F:\adt-bundle-Windows-x86_64-20130917\adt-bundle-Windows-x86_64-20130917\adt-bundle-Windows-x86_64-20130917\sdk\platforms\android-18.

    Little, I've observed, earlier we use ADF Mobile framework 11.1.2.3.xx.xx. Now, we are updated to 11.1.2.4.39.64.71. And,

    Also AVG Antivirus installed.

    I did a few months ago before deployment. I force get this error.

    My basic questions:

    1. how to solve this error. ?

    2. I loaded different directory. Why is he trying to extract from another directory. ?

    More clearly... / Platform-tools\aapt is available in drive f but it is looking for drive C Program Files...

    Help me understand...

    During this time. I have goggled out, I got a link from Jobinesh.

    Binary: Error during the deployment of the CRG app for android - cannot run the program "adt-bundle-windows-x86_64-20140321\sdk\tools\zi..."

    This link is not accurate. But it helps me understand, I need to move the files to the mentioned location. But it is not sensible for me in my case.

    Thank you

    Kaim.

    You must use Oracle MAF instead of Oracle ADF Mobile in the future.

    Google continues to change the location of the files in their installation of SDK - so change between versions of the API of the location of the files.

    Make sure that you use the API right supported by your Mobile ADF or the version of the MAF.

  • ADF Mobile: Gray background for default springboard

    Use case: users should see a slight contrast between the sliding platform and active functionality located below.

    I am aware of the skin mobilAlta & default css files ADF Mobile uses.  In addition, I created a custom.css & added the extra skin in adfmf_skins.xml (code below).  My research told me that this feature is available for most of the components of the ADF.  Specifically, I can create some custom CSS and assign CSS styles using components of the ADF 'style =' syntax. 


    It remains that I am not able to change the background color of my springboard.   I want the springboard to have light gray contrast as he slips that 170 pixels & screen feature active behind it is white.  Appears white on white.  The UX is not aesthetic.

    Can someone tell me a solution please?  I must be missing something simple.

    Here's what I've done

    in AMX. CSS I changed the springboard by default CSS

    / * - < platform >-* /.

    {.adfmf-panelPage-springboard

    background-color: #c2c7c8;

    }

    in amx-mobileAlta - 1.1.css , I modified the springboard by default CSS

    / * - < platform >-* /.

    {.adfmf-panelPage-springboard

    background-color: #c2c7c8;

    }

    inside the adfmf_skins.xml , I added a skin.

    < skin-added id = "s1" >

    <>skin-id myAST-Mobile < / skin-id >

    < name-sheet-style >custom.css < / name of style sheet >

    < / skin-add >

    in my custom.css

    {.adfmf-springboard

    background-color: #c2c7c8;

    }

    It seems that Oracle has taken my advice and the MAF springboard offers a bit of contrast.  Problem solved at the CRG.

  • ADF Mobile: Mobile Agent SSO Integration?

    Hello

    If I understand correctly, security for native mobile applications supports only basic authentication against the application connection server.

    (I use ADF Mobile 11.1.2.4.39.64.62)

    Are there plans for the integration of the Agent of SSO Mobile?

    Thanks a lot for the info and best greetings

    Daniel

    Hello.

    You are right; Basic authentication is everything you have right now. We aim to provide a wide range of modes of authentication, but also a tighter integration with Oracle Access Manager, disclosed in the future.

    It is possible to make applications on the device SSO by deploying Oracle Mobile Security (formerly Bitzer Mobile). This work between several ADF Mobile applications and even other types of custom applications. It works without having to change the applications themselves.

    Frédéric Desbiens

    Mobility and Chief of product development tools

    Twitter: @BlueberryCoder

    blog: http://blogs.oracle.com/blueberry

  • ADF Mobile | using secure web services


    Hi all

    I'm pretty new to ADF Mobile, I use JDev 11.1.2.4.

    In my Mobile application I want to use the secure web service.

    Here's what I do:

    1. creation of a data control based on the WSDL binding.

    2. get the web service methods in the data control.

    3. during the race, I'm getting that error "oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client from server SOAP fault: Missing < wsse: Security > in the SOAP header.

    When trying to run the WSDL binding in SOAP UI, I need set request username and passwordproperties, then only I will be able to invoke this web service.

    Here, my question is where can I set these properties for the data control to the web service ?

    Please suggest.

    Thank you

    Vieu

    Hi Shay,

    Thank you very much for the reply, I'm able to resolve the problem with the approach mentioned user guide.

    I forgot to set it up for the first time: ADF Mobile allows you to specify a custom provider class in your DataControls.dcx file. This custom class extends oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider . You can use it to specify an implementation of the SoapHeader[] getAdditionalSoapHeaders() method

    Example 9-1 shows how to extend the SOAPProvider and create a custom header has shown in example 9-2

    package provider.ebs.soap;

    Import oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider;

    Import oracle.adfinternal.model.adapter.webservice.provider.soap.SoapHeader;

    SerializableAttribute public class EBSSOAPProvider extends SOAPProvider {}

    SoapHeader public getAdditionalSoapHeaders() {}]

    SoapHeader header [] = SoapHeader News [2];

    SoapHeader token = null;

    SoapHeader user = null;

    SoapHeader pass = null;

    header [0] = new SoapHeader ("http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_user_pkg/",

    "SOAHeader");

    header [0] .addChild (new SoapHeader)

    "http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_user_pkg/,"

    "Responsibility."

    'SYSTEM_ADMINISTRATOR'));

    header [0] .addChild (new SoapHeader)

    "http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_user_pkg/,"

    "RespApplication,"

    'SYSADMIN'));

    header [0] .addChild (new SoapHeader)

    "http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_user_pkg/,"

    "SecurityGroup."

    'STANDARD'));

    header [0] .addChild (new SoapHeader)

    "http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_user_pkg/,"

    "NLSLanguage,"

    'AMERICAN'));

    header [0] .addChild (new SoapHeader)

    "http://xmlns.oracle.com/apps/fnd/soaprovider/plsql/fnd_user_pkg/,"

    "Org_Id."

    "0"));

    header [1] = (new) SoapHeader

    "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd,"

    'Security');

    Token = new (SoapHeader

    "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd,"

    "UsernameToken");

    User = new (SoapHeader

    "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd,"

    "Username."

    "sysadmin");

    pass = new (SoapHeader

    "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd,"

    "Password."

    "sysadmin");

    Header [1]. AddChild (Token);

    token.addChild (user);

    token.addChild (pass);

    Returns the header;

    }

    }

    Kind regards

    Vieira

  • ADF MOBILE: how to add an item in the list without refresh the entire list

    Hello

    I am using this method to add an item to a list (I've already added the item to the data model):


    providerChangeSupport.fireProviderCreate (String providerKey, int newRowKey, object newValue);


    I don't want refresh the entire list, rather, I want to just add a new item to the list, that's why I want to use this method.


    I want to know, what value should I use for the second argument? i.e. 'int newRowKey '.


    Thank you


    Hello

    the event of change of provider in your case seems to actually create a new line. So the int is the rowKey (index PK or line) of the new line. There is no other choice to simply add an element to a list (ADF Mobile provides no component handles)

    See: Embedded Java/ADF for beginners: ADF Mobile: refresh your valuable data

    Frank

  • Play Google store does not accept the ADF Mobile apps for tablets

    My ADF Mobile app is published on the Google game, but he says that the app is not compatible with the tablets, for the following reasons:

    1. properly target the Android Versions

    I fixed this by going into the properties of the Application > deployment > Android profile > edit > Options Android > change target SDK API level from 9 to 14.

    Note to the ADF Mobile Team: I recommend that you change the default target SDK API level from 9 to a higher level (Google recommends 14 today).

    2. correctly report physical dependencies

    I understand the problem, but I need help to find a good solution.

    The problem is, when ADF Mobile deploys on the package, it creates an AndroidManifest.xml file and since my application uses SMS, it necessarily adds a < permission > element for telephony.  In general, approval will be "implies" that phone is a "requirement of functionality of the material" unless we also add an element of <>uses feature corresponding with android: required = "false".  However, ADF Mobile not set the < uses > function in the AndroidManifest.xml.

    Does anyone know a good solution for this?  (I searched for a way to configure this in ADF Mobile and in the docs, but it found nothing. "And I can't manually change the AndroidManifest.xml because ADF Mobile it creates in the middle of the deployment process).

    3. take advantage of the extra screen available on shelf area

    I have no start troubleshooting this in detail yet, but I'm curious to know how the Google game store, determines exactly?

    Anyway, if anyone can help me with #2, I would be grateful.  Thank you!

    Patrick

    Edit: Title changed this message, because I believe it is a more serious current problem.  Will respond with more information soon.

    Hi, Patrick, recently Google game made a number of changes, so it is much stricter in terms of supported Android.  Successfully, we applied workarounds and found the combination that seems to work for Google play.  Here are the details based on your questions:

    (1) the level of the API should not matter as long as it's 9 or above - 9 is the current default value.  Nothing specific in ADF Mobile that requires the level more high API.  However, if you are interested you should limit your application to 4.x devices, you can set the minimum and target API level accordingly to assert that.

    (2) by default, ADF Mobile says all the permissions of the device which may potentially be required by the framework.  This is why, for example, even if the application accesses a camera, the AndroidManifest.xml file will still contain references to the permissions of the camera.  Possibility to choose the correct hardware permissions selectively is planned for the next version of Mobile of the ADF.  In the meantime, you can change the AndroidManifest.xml file template in an extension of the ADF Mobile as the workaround.

    (3) Google game uses the element of "Supports the screen" in the file AndroidManifest.xml to determine what factors shape/devices are supported.  Summary of form factors supported and densities are described here: supporting multiple screens | Android developers.  ADF Mobile supports the display of different density already.  In what concerns the size of the screen, you must add the element "supports the screen" in the model of manifest file xml for the size of the screen that you want to support.  For example, if you want to add in support of all devices:

    Android: normalScreens = 'true '.

    Android: largeScreens = "true".

    Android: xlargeScreens = "true" / >

    The Android site would give you definitions of what mean these sizes.

    Finally, here are the instructions on changing the template AndroidManifest.xml:

    -Access file /JDeveloper/JDev/Extensions/oracle.adf.mobile/Android/Oracle_ADFmf_Framework.zip

    -Make a backup copy of the zip file

    -Unzip the file, which would be to extract all files in a directory of 'framework '.

    -Navigate to the framework/template/AndroidManifest.template.xml file

    -Use a text editor to change the permissions of the device, as well as the addition of the screen element supports as indicated above.

    -Zip up the framework directory and name the file zip as Oracle_ADFmf_Framework.zip, replacing the old.  Please make sure that the zip file has the same directory structure exactly as before.

    -In JDeveloper, before you deploy the application, please do a "Clean All" to clean up all the old objects deployment.

    -Deploy the application - the application should now be visible for tablets, as well as with adequate permissions.

    -Download the application on Google game - no further action is necessary in the game of Google around form factors supported and the permissions of the device.

    Now the Android deployment process does not additional validation for the device permissions are actually necessary, therefore, to ensure that these are properly defined.

    I'll also cross post this on the blog of the ADF Mobile team.

    Thank you

    Joe Huang

  • ADF Mobile: Could not find property inputvalue in class Java.Math.BigDecimal

    I tried to add an element of input text to display in the list like below and received an error message when you navigate away from the text entry field.

    "Can't find property inputvalue in class Java.Math.BigDecimal.

    Can someone show me some pointers on what's wrong with the code below.

    JDEV Version: 11.1.2.4

     <amx:listView var="row" value="#{bindings.Empdtls.collectionModel}"
                            fetchSize="#{bindings.Empdtls.rangeSize}" styleClass="adfmf-listView-insetList"
                            id="lv1" editMode="true">
                <amx:listItem id="li1">
                  <amx:tableLayout width="100%" id="tl1">
                    <amx:rowLayout id="rl1">
                      <amx:cellFormat width="10px" id="cf3"/>
                      <amx:cellFormat width="60%" height="43px" id="cf2">
                        <amx:outputText value="#{row.ClassCode}" id="ot3"/>
                      </amx:cellFormat>
                      <amx:cellFormat width="10px" id="cf4"/>
                      <amx:cellFormat width="40%" halign="end" id="cf1">
                        <amx:inputText value="#{row.bindings.Salary.inputValue}" simple="true" id="it41"/>
                      </amx:cellFormat>
                    </amx:rowLayout>
                  </amx:tableLayout>
                </amx:listItem>
              </amx:listView>
    

    Hello

    #{row.bindings.Salary.inputValue) is not an affair in ADF Mobile Access.} Use #{rank. Salary} instead.

    Frank

  • ADF mobile user interface design

    Hello

    I am developing a small application using ADF mobile. The main screen is divided into two vertical and left pane shows other tables and right shows a graph.

    Can someone tell me please what layout (formlayout, pagelayout, tableLayout) to use to generate the amx above page.


    presentation of the sample:


    Header 1
    table chart
    Header 1 Header 2
    graph

    Hey shravan.

    I can try and start helping you out or at least give you some options.

    But first, what camera do you mainly be used? A tablet or mobile device? Now, it is important, depending on what device and what components allows you to build the page it can make the left and right different component.

    Separation of the front left and right, you could a component PanelSplitter, but be aware depending on the device you use, it will make differently. that is to say on a Tablet (iPad), it will show the pane on the left and right, but on a mobile phone (cell phone), it allows you to hide the left pane, but has a toggle button that will slide to the right and reveal the left pane. It comes to the expected behavior of the panelSplitter component.

    The panelGroupLayout component that of exactly it, shows the components on the page «»

    The components carefully aligned panelFormLayout similar, i.e. input text fields

    Hope that gives you a starting point

  • Problem with ADF Mobile on Android

    Hello

    I am trying to perform a very simple test with adf mobile on android emulator.

    But when I try to open the application, the startup screen never changes.

    Only when I go to the menu and go back to the application in the menu device, it shows the main screen.

    And...

    When I try to open a page very simple amx, the app launch a message that says:

    Failed to initialize the AdfcContext {classname: oracle.adfmf.framework.api.Model; method: pushPageFlowScope; params: ;}}

    Can someone help me?

    I use:

    Framework Mobile ADF oracle.adf.mobile 11.1.2.4

    SDK Android 22

    Message: http://db.tt/mIqcekCI

    Journal: http://db.tt/0frlguNq

    Thank you!

    Hi, there, a number of things to double check your settings of the emulator:

    • When the Android emulator configuration, make sure that the emulator emulates the ARM processor (armeabi - v7).  ADF Mobile works only with the ARM processors - device so the emulator.
    • Under Options, memory, please ensure that RAM is at least 768 or higher.  It is of course also constrained by the amount of memory that your development computer has, but in general, you should have at least 768 MB allocated.  ADF Mobile app itself will almost RAM of course, but there are lots of Android apps that are started in the background when the Android emulator starts.
    • Also make sure, there are 500 MB of internal storage configured - you can go as low as 200 MB, but the space will be quickly.

    Finally, compile/deploy again, please open JDeveloper menu Build - Clean all to clean up any left over deployment artifacts.

    Thank you

    Joe Huang

Maybe you are looking for

  • Help get it you like-choosing new Tosh model?

    HelloI am looking to buy a new laptop of tosh in the coming weeks, but I am just confused because there are so many models to choose from. I had hosted in a Satellite Pro M40 model no PSM46E009002EN and I thought it was one installed to my needs, the

  • Annotation of PDF - anyone with a test please a pdf annotation apps?

    They work with the pen Y at - it no lag Any other comments?

  • Analog input base changes during digital output in parallel

    Hi all We use a USB DAQ 6008 to run a simple system. AI6 is connected to a motion sensor; digital outputs control a pump. We noticed that if we read AI6 without performiong of additional tasks, the baseline is ~0.17V and when movement is detected it

  • Windows XP performance issues

    Hi, I have a win xp 32-bit sp3. When I start the computer, it works very slow works very well for some time. I haven't made the disk defragmentation, disk cleanup still no luck. * original title - slow performance, start, stop *.

  • Screendesign

    I want to make a screen like this: I'm trying this way: public class PantallaModelo extends MainScreen implements FieldChangeListener { private HorizontalFieldManager horizontalGrande; private HorizontalFieldManager filaLogo; private HorizontalFieldM