Help about the Accordion component for mobile application in FB 4.6?

Hello

I need Accordion component for mobile applications. Please provide any help if someone with.

Thank you

Sunil Rana

I did my own Mobile accordion and his work in the unit.

Thank you

Sunil Rana

Tags: Adobe AIR

Similar Questions

  • I missed the path JDK8 for Mobile Application Framework (MAF) after the reboot of the JDeveloper... How can I fix this JDK8 path?

    Hello

    I missed the path JDK8 for Mobile Application Framework (MAF) after the reboot of the JDeveloper... How can I fix this JDK8 path?

    When you try and create a new application of MAF it will prompt you to insert the path JDK8.

  • Questions about the accordion component

    I have a few questions about the use of the accordion component:

    1. when my accordion is created it shows the first container child, this child is created at this time and if you go to another child it is also created (but only until it is first accesed). The thing in the first child, I need to access the properties and components located in other children, so it marks an exception to NULL, because I am trying to access the properties or the components that have not yet been created, but I really need to access and transmit values to other children containers at the moment (without their first navigation) , then it is possible to create all the children while creating the accordion although I would'nt need to navigate through its children to create them?

    2. is it possible to disable the functions of click of an accordion, so the only way to change bewteen her children is programmatically? I mean, you can click the buttons on the accordion to navigate through his children, but you can also do this programmatically by using the selectedIndex property, so I'll try to disable accordion buttons so the only way to navigate is programmatically.

    All the ideas of these two questions?

    You can use creationPolicy = "all" on the accordion and it will create all children, not only the first condition. The downside of this is that your application will have a little more time to start. Consider this:

    Child 2:

    If you try to set child2.input = 'something', a better solution would be to use data binding:

    Child 2:
    [Bindable] public var inputValue:String;

    Now you can do: child2.inputValue = 'something '; If the user interface of child2 have not been created, the inputValue parameter has without adverse consequences; as soon as the 2 child controls are created, data binding will assign the value. If child 2 has already been created, the data binding will also affect the value.

    You can disable the click event to the accordion by intercept and stop its spread, but you must do this in ActionScript, you can't do this in MXML.

    myAccordion.addEventListener ('change', accHandler, true); true means to use the capture phase

    private void accHandler (event:flash.events.Event): void
    {
    If (event.target is mx.containers.accordionClasses.AccordionHeader) {}
    Event.stopImmediatePropagation;
    }
    }

    The idea is that intercept you the click event, as it moves down through the components (capture phase). If the target of the event is an AccordionHeader, prevent you the event to go further - it is to reach the AccordionHeader itself.

    You can put this handler on accordion or its parent up to the Application.

  • What is the id #. can someone tell me what that the product # is for mobile id intel r 915gm/gms.910gml express chip family

    can someone tell me what that the product # is for mobile id intel r 915gm/gms.910gml express chip family

    Hello

    I suggest you contact the Intel to get help.

    http://www.Intel.com/p/en_US/support?IID=HDR+support

    http://www.Intel.com/p/en_US/support/highlights/graphics/intel915gm/

    It will be useful.

  • How to force the format landscape for mobile devices (phone & pad)?

    Hello, I am designing a new Web page in muse. It will be necessary for this layout, view the page in landscape format (mobile / ipad & iphone).  is there an opinion to force the format landscape for mobile devices? whereas even if the device is in portrait format, the site will be displayed in landscape format?  support told me that I will have to add the code. could you tell me the code and how do I insert this to my page? Thanks for your help

    This might help you:

    fixed vertical layout for mobile

  • Is the uiscrollbar component for use with the text fields only

    Is the uiscrollbar component for text only fields?

    Yes, this isn't in the library, you must call using code.  It is documented in the help files, even if, which should help to get you into use.

  • How to show the multiple declaration for an application

    How to show the multiple declaration for an application

    Thanks for your suggestions...

    Looking at the javadocs you can only save an indicator by application. You will need to do three separate applications and package them as an If you want three different indicators to be visible at a time. Or change the flag that (or which group) of the indicators you want to display.

  • Impossible to add more accounts mail App. I've added everything I added all the accounts available for this application, said

    I added my outlook account then went to add my yahoo/Gmail account and it tells me that I have added all the accounts available for this application.  I'm doing something wrong?

    You must install the update to enable the feature.  Open the app 'Store' and click the 'Get Windows 8.1 free update' to get the update.

  • Help with the FLVPlayback component in Air for Android

    Hi all

    I am currently working on a project for an Android tablet in which I need to play a FLV video on a specific image.

    To do a standard PC/Mac packadge I would use normally FLVPlayback component to load the external FLV video, I did a few times before with no real problems.

    But I can't seem to get this working for the Android tablet that I'm working on.

    I post the .apk file and got the .sfw of player and the FLV video file include the value, but I can't seem to load the video playback component.

    Once the application is installed on the tablet of the Player bar appears but no content is never displayed.

    I think it must be something to do with the path of the source I put in place for the components of reading, but once the .apk is installed I don't really know where ends the FLV video or what will be the relative path to it: S

    Everyone manages to get the FLVPlayback component to work on an android Tablet?

    I hope someone can help!

    Thanks in advance.

    I found the solution. If someone asks me. Simply change the video format. do not use flv. Yassin

  • Help trying to set up the ADF security for an application

    Hello

    I create in my application a masterTemplate.jsf page, then a page home.jsf which has the page masterTemplate.jsf as its model.
    I activated the ADF security in my application and set the permission of "view" for the anonymous role homePageDef.
    When I run the app on JDeveloper integrated server with debugging options, this is what I get in the console:

    [JpsAuth] Check permissions
    PolicyContext: [related]
    Goal/resources: [view.pageDefs.homePageDef]
    Action: [see]
    Permissions class: [oracle.adf.share.security.authorization.RegionPermission]
    Result: [FAILURE]
    Reviewer: [VAC]
    ProtectionDomain:ClassLoader=sun.misc.Launcher$AppClassLoader@68ffab0a failed
    CodeSource=file:/C:/oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar
    School principals total = 2 principals)
    1 JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousUserImpl 'anonymous' GUID = null DN = null
    (2. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl 'anonymous-role' GUID = null DN = null)
    Permissions =)
    ("java.io.FilePermission" '\C:\oracle\Middleware\oracle_common\modules\oracle.adf.share_11.1.1\adf-share-support.jar', 'read')
    ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context = SYSTEM, mapName = *, keyName = * ' ' * ')
    ("java.util.PropertyPermission" "line.separator" 'read')
    ("java.util.PropertyPermission" 'java.vm.specification.version', 'read')
    ("java.util.PropertyPermission" 'java.vm.version', 'read')
    ("java.util.PropertyPermission" 'java.vendor.url', 'read')
    ("java.util.PropertyPermission" 'java.vm.specification.vendor', 'read')
    ("java.util.PropertyPermission" "java.vm.name", "read")
    ("java.util.PropertyPermission" "os.name" 'read')
    ("java.util.PropertyPermission" 'java.vm.vendor', 'read')
    ("java.util.PropertyPermission" 'path.separator' 'read')
    ("java.util.PropertyPermission" 'os.version' 'read')
    ("java.util.PropertyPermission" 'java.specification.name', 'read')
    ("java.util.PropertyPermission" 'mds.store.filesystem.path', 'read')
    ("java.util.PropertyPermission" 'os.arch' 'read')
    ("java.util.PropertyPermission" "java.version", "read")
    ("java.util.PropertyPermission" 'java.class.version', 'read')
    ("java.util.PropertyPermission" "java.vendor" 'read')
    ("java.util.PropertyPermission" 'file.separator' 'read')
    ("java.util.PropertyPermission" 'java.vm.specification.name', 'read')
    ("java.util.PropertyPermission" 'java.specification.version', 'read')
    ("java.util.PropertyPermission" 'java.specification.vendor', 'read')
    ("java.lang.RuntimePermission" "stopThread")
    ("java.lang.RuntimePermission" "exitVM")
    ("java.net.SocketPermission' 'localhost:1024' - 'Listen, resolve')
    (oracle.security.jps.service.policystore.PolicyStoreAccessPermission name of the context: APPLICATION: * Actions: getApplicationPolicy)
    )
    Call stack: java.security.AccessControlException: access denied oracle.adf.share.security.authorization.RegionPermission/view.pageDefs.homePageDef/view

    If the page has no definition of the pages behind, the application starts correctly because it does not need to check security for this page. The minute I create a page for the home page definition and set the permission for anonymous role, the failure message above rises.
    Can you please help me solve this problem? Is this something that is not in the configuration steps?

    Thank you
    Mircea

    Hello

    If the model also has a file PageDef, this file need to go to grantedb as well

    Frank

  • Button in the navigation bar for mobile view is empty

    For mobile display nav bar button contains no content. Target data may be wrong... it is automatically generated so I think that it is a component "bootstrap". I don't have a clear idea as to how this key captures the nav info.

    I made one of these before and Dreamweaver generated auto button with all nav links

    Ok. Here's the code.

    < head >

    < link rel = "stylesheet" type = "text/css" href = "mystyle.css" >

    < / head >

    < body >

    < nav class = "navigation bar default navbar, navbar-reverse" >

    < div class = "container-fluid" >

    <!-brand and toggle get grouped together for better mobile display->

    < div class = "bar navigation-header" >

    < button type = "button" class = "toggle navigation bar has collapsed" data-toggle = 'collapse' data-target="#bs-example-navbar-collapse-1" > < span class = "sr only" > toggle navigation </span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < / button >

    < has class = "brand navigation bar" href = "#" > welcome to the store online Selva Studios < /a > < / div >

    <!-collect the nav links, forms, and other content to alternate->

    < div class = "navbar-collapse collapse" >

    < ul class = "navbar-nav nav" >

    < li > < a href = "#" > about the artist < /a > < /li >

    < li > < a href = "#" > South flowers < /a > < /li >

    < li > < a href = "#" > sunflowers < /a > < /li >

    < li > < a href = "#" > Original Art < /a > < /li >

    < li > < a href = "#" > sea & shells < /a > < /li >

    < li > < a href = "#" > coastal birds < /a > < /li >

    < /ul >

    < / div >

    <!-/ .navbar-collapse->

    < / div >

    <!-/ .container-fluid->

    < / nav >

    <!-/ .navbar-collapse->

    < / div >

    <!-/ .container-fluid->

    < / div >

    < / div >

    <!-/ .container-fluid -.

    navigation-default bar is dark text on a light background.

    reverse navigation bar is a light text on dark background.

    Choose one or the other.

    Your ID target data does not match anything.

    Try this:

    Nancy O.

  • Question about the talk of stratus sample application

    Hello

    I worked through the tutorial of stratus chat application that can be found here, http://www.adobe.com/devnet/flashplayer/articles/rtmfp_stratus_app_04.html

    Part of the process in getting this going implies the implementation of a web service to manage the users ID and manages.

    As a person who is very new to Flash development, someone is able to direct me to a tutorial or sample code for the web service type that should here?

    Is the URL of the web service that is supposed to point to a wsdl with registry, cancel the registration and search functions implemented?

    Any help or pointers would be much appreciated!

    Thanks in advance.

    the "stratus_article_assets.zip" file that accompanies this article has a "reg.cgi" file in this document, which is a Python script that implements the web service.

    If you search this forum, you should be able to find old threads where people talked about getting this script runs and at least one person who has re-written in (I think) PHP.

    -mike

  • Setting up security for Mobile Applications of ADF


    Hello

    I tried to configure security for a native application of the ADF Mobile.

    Security in the ADF Mobile native application is configured using the files below-

    • adfmf-application.xml
    • adfmf-feature.xml

    I selected "remote" option under 'Security tab' for a feature. I have also assigned a role under the 'Constraint' tab for the same feature.

    "Now in the.adfmf-application.xml' file, under the 'security' tab I have defined a connection to my OID( Oracle Internet directory) instance by providing the Login, Logout URLs and provided 'JSESSIONID' as the value for Cookies option. I tested the connection and it shows connection successful.

    Now, on the authorization tab, I provide the URL "access control", but I couldn't find any "URL access control" for the OID (Oracle Internet directory).

    Can someone let me know where to find the URL "access control" for OID or how to form the same?

    or

    How can I authenticate remotely for the ADF Mobile with OID login process?

    Thank you.

    Hello

    If you read the documentation, then he said:

    you create an access control for the ADF Mobile application by entering the following in the dialog box create a connection Login ADF Mobile, shown in Figure 14-4 (and described in Section 18.4.2, 'how to designate the Login Page'):

    • The URL of the REST Web service that transmits a list of user roles and privileges.
    • A list of user roles checked by the functionality of the application.
    • List of privileges.

    Definition of constraints on the functionality of the Application - 11g Release 2 (11.1.2.4.0)

    So the answer to your question is: create a custom REST service that queries the roles of your instance OID. There is no automatic for this as OID does not expose its services as REST

    Now read this: ADF Mobile Application Security - 11 g Release 2 (11.1.2.4.0)

    Frank

  • Question about the subscription renewal for vSphere lab Essentials home

    First post on the forum here.  My apologies if this isn't the right place for a question like this.

    I have a lab at home that I have set up using the "VMware vSphere 5 Kit Essentials" that I had bought on the VMware online store.  It was a pretty fun because it let me familiarize themselves with the technology that I use at work without the same consequences for the mistakes of the project.

    To be honest though, I have never much thought about support and subscriptions for it... Setup should really just have to learn and be the main server for my house projects.  The cost for me to buy the Kit of Essentials has been a little more than $500 a year ago, and it seems that my still currently active subscription (my account displays "subscription only" for the Essentials Kit) allows me to download the latest patches and maybe even upgrade to a new major version in the future.  I would like to continue the subscription, as this seems to be more profitable that leave on the subscription and then renew... compared to the initial $ 500, a one or three year renewal looks pretty good - and I'd get to continue to be on the latest versions of the vSphere Essentials.

    I thought it would be as simple as clicking on renew somewhere on my account, but that begins to not look like an option.  I think that I am driven to get in touch with a business partner for the subscription renewals (is this sounding right?).  This seems a bit much for me for a small laboratory at home like mine.  Is the only way to renew a subscription via a partner company?  If I'm completely off track here, please let me know.  If I'm here, does anyone know (or recommend) a partner company that manages small renewals as mine would be?

    Maybe I'm hesitant for nothing, but I thought I would ask those who understand the subscription and support better than me.

    Thank you very much for the help!

    Dan

    To answer my own question, I discovered that for users with contracts less than $3,000... is it possible to make a renewal online without the need to go through a partner.  It turns out that the link to the online renewal page is available through the 60, 30, 15 days notice in advance of the emails that are sent to the holder of the account (which is how I found it).  The page renewal me related to this FAQ PDF that I found useful.  I was able to successfully renew my subscription from the link.

    http://www.VMware.com/files/PDF/myvmware/VMware-online-renewals-FAQs-en.PDF

    The important bits for me were the following (from the FAQ):

    ====

    Q: clients access renewals online from VMware.com or My VMware?

    A: access to the online renewal platform is by a "direct link" sent to clients through the electronic communication of renewal.

    Q: when VMware will send me the link of renewal online?

    R: the link for customers to renew online will appear on reminders e-mail sent 60-30-15 days prior to the expiration of the contract.

    Q: can customers renew all contracts renewal online?

    A: customers will be able to renew those contracts to a total value of less than $3,000 USD only. Customers will have the option of

    move to a higher level of service, or a longer term, as you wish.

    ====

    Hope that helps future lab home amateurs like me.

    Dan

  • Flash Professional cs6 for mobile applications

    Hello

    I hope I am in the right place!

    I am a student and I want to start to develop mobile applications, but I have no programming experience! I came across professional cs6 Flash and flash builder 4.7 and I really want to learn how to work with them to develop mobile applications, pouvez please let me know where can I find a tutorial for beginners to develop mobile applications with Flash Professional cs6 ? What is the difference between professional cs6 Flash and flash builder 4.7? Which of them forge you advice me use to start developing mobile applications?

    Thanks in advance!

    Best regards

    Flash pro allows more flexibility.

    Flash builder allows more performance tests.

    Tutorials Google.

Maybe you are looking for