Is there a way to give orientation to a Accordion?

Hi,
is there a way to give a vertical orientation to the Accordion. I could not find a method like setOrientation or setStyle? Its much nicer if the TitledPane appear from left to right then from top to down.
Thanks for your help.

Hi,
sorry for unclear descripition. This is the very simple code snippet
    SplitPane Content = new SplitPane();
    Content.getItems().add(createTableView());
    Content.getItems().add(createDetails());
    ArtikelTexte = new TitledPane("Artikel Texte", createArtikelTexte());
    TexteDetail = new TitledPane("Texte Detail", createTexteDetail());
    Accordion accordion = new Accordion();
    accordion.getPanes().add(ArtikelTexte);
    accordion.getPanes().add(TexteDetail);
    Content.getItems().add(accordion);
    Content.setDividerPosition(0, 0.33f);
    Content.setDividerPosition(1, 0.66f);So its a SplitPane with 3 items. The last item is a accordion with 2 items. In the accordion the TiteldPanes appear as Title one below the other on top of the SplitPane item.
When you press on that tiny arrow it opens. The TitledPane expand from top to down.
Now what i am looking for is. The Titel should appear in the left area one beside the other in that SplitPane item. And they should expand from left to right.
Hope this makes it clear. Thank you!

Similar Messages

  • Is there a way to give a customer a survey while their in the queue

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    Is there a way to give customers an option to take a quick survey and not lose their place in queue after the survey is done?
    We are using UCCX 7.0 enhanced.

    What exactly is the point of the survey?
    Do they like the music in queue?
    Does the 'all agents are busy helping other customers, your call is important to us' message sound sincere?
    Does the voice talent have a nice personality?
    I'll be serious now - what are you asking in your proposed survey? Typically we have post call surveys, to ask customers how they found the agent interaction. Not sure what a pre-call survey would be.
    But if you do want this, make sure the prompt is not interruptible.
    Regards,
    Geoff

  • Is there a way to give an ebook as a gift for iPad

    Is there a way to give an ebook for an iPad as a gift to someone.  Not just a gift card, but a particular book.

    No, at the moment ebooks bought from Apple cannot be gifted - from http://support.apple.com/kb/HT4059 :
    No, you cannot gift a book in the iBookstore at this time

  • Is there a way to give Sandbox exceptions to core applications?

    Due to the sandboxing of the Contacts application functionality such as click-to-dial scripts no longer work. Is there a way to give Contacts an exception allowing it to give commands to another application?

    No, at the moment ebooks bought from Apple cannot be gifted - from http://support.apple.com/kb/HT4059 :
    No, you cannot gift a book in the iBookstore at this time

  • Is there any way to give an archive attribute a variable?

    Is there any way to get the archive attribute to take a variable?
    What I want to do is to be able to change the value in an XML file and have that read at run time.
    For example, what I have now looks like this:
    <jsp:plugin code="Display.class" archive="http://myserver:8080/myapp/Display.jar" height="650" jreversion="1.5" type="applet" width="800">What I would like to do is to be able to give the archive a variable, just like you can with value arguments. I tried doing this:
    jsp:plugin code="Display.class" archive="${Display.jarUrlValue}" height="650" jreversion="1.5" type="applet" width="800">But that didn't work. It threw this:
    com.sun.web.ui.appbase.ApplicationException: org.apache.jasper.JasperException: /Display.jsp(14,161) The archive attribute of the jsp:plugin standard action does not accept any expressions
    com.sun.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:534)
    com.sun.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:301)
    So, is there any way around it, or should I take the error message verbatim?
    Thanks.

    Is there any way to get the archive attribute totake a variable?
    According to the [url
    http://java.sun.com/products/jsp/syntax/1.2/syntaxref1
    215.html#8837] reference, no you can't providea runtime expression to this attribute.
    Yeah, I know it said that but I was hoping there was some sort of hack around it. Seems to be a bit of an oversight to me.
    Oh well!

  • Is there a way to give back previously downloaded itunes music

    I have a lot of previously downloaded music that i no longer want/have any use for. is there a way for me to give it back to itunes?

    No, once purchased/downloaded they are yours.

  • Is there a way to give deploy ear privileges to others ?

    I there,
    I want to give deploy privileges to developers, but don't want to give them access to ias console. Is it possible to create a user for deploying only ear files ?
    Thanx
    Jose Viegas

    The finer-grained permissions was something introduced into 10.1.3. It's not available in 10.1.2. What you may consider doing, is for your J2EE/Java apps, to install a separate 10.1.3 instance on the server which hosts these apps only. That way you have a 10.1.2 based instance for the forms/reports, but are also able to make use of the features of the 10.1.3 release for your J2EE/Java apps.
    Auto-deploy is a feature which is mostly applicable to development time usage. You can enable it by setting the attribute "application-auto-deploy-directory" to a directory to be "watched" in the server.xml file of the desired OC4J instance. Dropping an EAR file into the watched directory will result in OC4J deploying it. Note however that in an OC4J instance where DCM is being used (ie OracleAS 10.1.2/9.0.4) then this does not result in the application being propagated to the repository -- it will only be a local deployment. Any file sync of server.xml from the repository via a DCM activity will overwrite server.xml and the deployed applications list. You could do a dcmctl -updateConfig command to get the changes into the repository, but arguably that defeats the purpose of doing the auto-deploy
    Again, this gives you some impetus to move to 10.1.3 since DCM is not used there -- and each instance is more like an OC4J standalone instance -- with a management console and OPMN managed. Since DCM is not the arbiter of configuration file, each instance maintains its own config file and therefore these sort of changes and effects are not overwritten.
    -steve-

  • Is there a way to give permission to access iPhone 5C when you can't through the display?  Display is not showing but iPhone 5C is recognized in iTunes through USB.

    So display on phone does not show anymore; however, when I plug it into the USB the phone is recognized by iTunes and triggers the permission pop up to access.  The only problem is I can't click "Trust" on the iPhone because I don't have a screen that shows it.  I can even reset the phone by holding the power and home button.  So basically it's give permission with no screen.  I have a replacement phone on the way but unfortunately the back up for this phone was deleted during a PC refresh so no backup and that's why I need access to it.  Any suggestions would be very helpful.

    There is no way to interact with the phone if the screen is not working.
    Did you happen to have iCloud backup enabled? If so, you'll be able to restore from an iCloud backup and get at least some of your data back.
    ~Lyssa

  • Is there a way to give a local user permission to add a local user using the local group policy editor?

    I need to find a way to have the local administrator of a Windows Server 2012 system grant a local user (non-administrator) the ability to add a user for the machine using the local group policy editor. The machine is not part of any Active Directory environment,
    this is strictly on the one machine.  In my situation it is not an option to just make the user an administrator. The idea is to give someone the right to add a user and have no other such administrative rights. I need to accomplish this using the
    Local Group Policy editor or the Group Policy Management Console if it is possible to do this outside of an active directory environment. This is not an assignment to learn how to use these tools and I am not even sure if it would even be possible though I
    need to either find a way or find proof that it is not possible using these applications.

    Hi,
    Sorry for the delay reply.
    So did you want to non-admin user have the ability to add another user?
    As far as i know, we cannot add the user if we have no local admin permission, we will receive the error"Access denied".
    Regards.
    Vivian Wang

  • Is there a way to give a store employee a review?

    Exactly what the title says. Is there an area on Verizon to write a review on a store employee?

        Hi, nohio!
    We do have a process to get feedback to the store you visited, and the representative that you worked with! Please send me (AdamE_VZW) a direct message for further assistance.
    Thank you,
    AdamE_VZW
    Follow us on Twitter @VZWSupport

  • Is there a way to give two different regular expressions in a Grep command?

    I am trying to search message logs from CLI. My search query which involves a regular expression is giving thousands of results. We need to further filter the results using another regular expression. Please let me know if we can put two regular expressions in the search query.
    Below is how I use grep command: Can I use multiple regular expression separated by a "|" (pipe) symbol
    Enter the regular expression to grep.
    []> MID 123456

    No - unfortunately - from the CLI on the ESA/SMA - the 'grep' command is not as intuitive as the unix/linux 'grep'.  You would need to push logs off appliance, and then take advantage of an external OS in order to parse through the logs as definitively needed.
    -Robert
    (*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

  • Is there way 2 give users VIEW only in Adm Services Console(essbase)?

    Hi,
    Currently we have ADMIN user logging into "Administration Services Console" (essbase) and we would like to give access to a super user access to this as well so he can view the calcs. Is there a way to give that person VIEW only access?
    jang

    galen2 wrote:
     am i missing something obvious, or is this not available in audition ?
    No, that view (that I've always found rather annoying, myself) isn't available. But zooming in and out in Edit View is easily and rapidly achieved by more than one method, and once you've got used to it you'll not particularly want to go back, I suspect. Audition isn't a clone of Wavelab, and Adobe deliberately don't implement features in the same way as in other software unless there is absolutely no choice in the matter - which is rare.
    Incidentally, most people in your situations find replies like this quite annoying. Please don't take it personally - that's just the way it is with software; you get used to the way it works, or if you don't like it then get something else that does it for you. There is no universal paradigm for how an audio editor 'ought to' work, and neither should there be. But in this regard, I have to say that an awful lot of editors all over the world having to work fast in radio stations use Audition as the tool of choice - simply because editing on it is extremely intuitive and quick, without resorting to confusing multi-screen views.

  • Is there a way to put TIME as a parameter during run-time of the Disco repo

    Hi All,
    I want to time TIME as a report parameter, so that I can fetch the data within the specific time period. Already we can give the Date as a parameter to fetch the data within the specific date period.
    But I want to fetch the data within the particular time period in a day . Is there a way to give TIME as a parameter in the Disco report.
    Thanks,
    Kamal

    Hi,
    Transaction_date is date field and therefore will have a date and a time component. So when you say "transaction_date between 10.00 and 17.00" do you mean between 10.00 and 17.00 with todays date or do you mean the time part of the date is between 10.00 and 17.00 and the date can be any date?
    If you mean the time part of the date is between 10.00 and 17.00 and any date then follow this workflow:
    1. Set the format mask of a date field, eg. transaction_date using Disco Admin as HH24:MI
    2. In Disco plus/desktop create a start date parameter e.g. sdate based on this date field
    3. In Disco plus/desktop create a end date parameter e.g. edate based on this date field
    4. Create a condition using the transaction date and these parameters:
    TO_DATE(TO_CHAR(TRUNC(:sdate),'YYYYMMDD')||TO_CHAR(TRANSACTION_DATE,'HH24:MI'),'YYYYMMDDHH24:MI') BETWEEN :sdate AND :edate
    5. Unselect any conditions created when the parameters were created.
    You can then enter 10:00 and 17:00 into the parameters and select any transaction date with a time portion between the times in the parameters.
    Rod West

  • Is there another way of getting apps from the appstore without putting your credit card number in, ive heard about the itunes gift card thing can anybody just give me more info about that and how i can buy free things free things from the appstorepls help

    Is there another way of getting apps from the appstore without putting your credit card number in, ive heard about the itunes gift card thing can anybody just give me more info about that and how i can buy free things free things from the appstore...pls help as im only a teenager and have no credit credit and my parents dont trust me with theres and they dont care about the fact that you can set up a password/.... PLEASE SOMEONE HELP I WILL BE SO GRATEFUL... And i would really like to get the iphone 4 but if there is no way of etting apps without your credit number then i would have to get a samsung galaxy s3 maybe ...

    You can set up an Apple ID without a credit card.
    Create iTunes Store account without credit card - Support - Apple - http://support.apple.com/kb/ht2534

  • I bought my iphone 5s a week before and now its volume "up" button is not working when pressed.Does anybody know what to do to make it work?I have a one year warranty.Should i give it to apple retail shop or is there any way to solve this problem?

    I bought my iphone 5s a week before and now its volume "up" button is not working when pressed.Does anybody know what to do to make it work?I have a one year warranty.Should i give it to apple retail shop or is there any way to solve this problem?

    IF it is a manufacturing defect and you bought the device from Apple or an authorized Apple retailer, then take it into Apple.

Maybe you are looking for

  • Bought a mac mini and it's the wrong machine for my needs

    HI all I bought the solid state drive mini mac - stupidly didn't realise that it had such low storage - then I made my biggest mistake - I left it in the box for 2 months over xmas as I wanted plenty of time to make the transition from my old mac pro

  • Workspace  page in not loading in EPM 11.1.1.3  on windows 2003 server

    Workspace page is not loading , means i'm not able to see the admin, password and log on tab on page i'm able to open planning through url , EAS console and shared services consol working fine i'm installed EPM 11.1.1.3 on Windows server and configur

  • Row numbers in Financial reporting Studio report

    Hey I am designing reports in FR Studio that require row numbers next to the line item (Account) description. The problem is that these rows can be dynamically suppressed if they are 0/missing/error. So the question is: how do I get row #s, skipping

  • Can we only year value from "0FISCPER" (Fiscal Year/Period) at BEx level

    Hi all, I have two time characteristics "0FISCYEAR" (Fiscal Year) and "0FISCPER" (Fiscal Year/Period). In DSO initially "0FISCPER" was there and later request came to add "0FISCYEAR". Now data in char. "0FISCPER" is since beginning (from 2000) and fo

  • Re: Lumia 520 problems

    Topic: Mental & emotional harassment by Nokia Care of my City regarding lumia 520! I am Abhishek Rawat, residing at 101, Balaram Dey Street, Kolkata-700006, Mob:9XXXXXXXXX. I bought a Nokia Lumia 520(IMEI-358106053448414) on 8-8-2013, Bill No.- P/081