How to remove Expand All in view menu of tree table

Hi,
I want to remove Expand All in view menu of tree table. How to do that?
Regards,
Raghu.

I am having the exact same problem.
However, I believe that displaying large amount of data via a tree table is fine as the user is able to quickly drill in to the data of interest.
It is just that the 'Expand All' option (as implemented) does not make sense in my case.
Given that I cannot hide it, is there an easy way to change it's behavior so that it does nothing (or provide an 'No implemented' alert).
I don't have the time/experience to implement custom menu items.
Thanks

Similar Messages

  • How to remove an ActiveX ctl from menu?

    Currently in my "Select ActiveX Object" window (from right clicking on an
    ActiveX container ->insert ActiveX object) I have several garbage controls
    that i made to test some code and block diagrams
    As such, several copies of the same ActiveX control are in the menu
    Does anyone know how to remove these controls from the menu?
    (and how did I added them in the first place?)
    Also if anyone can point me in the direction of some good resources regarding
    ActiveX objects and Labview, it would be greatly appreciated

    You need to unregister the ActiveX:
    The command to manually register or unregister an ActiveX component is:
    C:\WINDOWS\SYSTEM\REGSVR32 filename
    or
    C:\WINDOWS\SYSTEM\REGSVR32 /u filename
    Then delete filename.ocx or .dll
    "Phil" wrote in message
    news:[email protected]..
    >
    > Currently in my "Select ActiveX Object" window (from right clicking on an
    > ActiveX container ->insert ActiveX object) I have several garbage controls
    > that i made to test some code and block diagrams
    > As such, several copies of the same ActiveX control are in the menu
    >
    > Does anyone know how to remove these controls from the menu?
    >
    > (and how did I added them in the first place?)
    >
    > Also if anyone can point me in the direction of some good resources
    regarding
    > A
    ctiveX objects and Labview, it would be greatly appreciated

  • How can I modify the "right click" menu of a table control?

    Hello,
      How can I modify the "right click menu" of a table control. I would like to be able to remove the ability to add or delete columns and maybe other selections. I want to keep the ability to
    add or delete rows

    Hi Andy,
    Dialog & User Interface VIs -> Menu functions
    Never used them, eh?

  • How can i display all the query items to a table?

    how can i display all the query items to a table in a jsp file?
    i always have an out of memory error..

    any body??any idea?
    is it possible thru configuration or i have to write a program by the abaper??
    Biswa

  • How to set 'Expand All Conversations' as default in Mail.app

    Can anyone suggest a way that 'Expand All Conversations' can be set as the default layout. I realize how it can be implemented from the menubar command or via the message's triangle icon, but each time I close Mail, the app reverts to the closed layout. I would prefer to retain the expanded layout at all times (in the same way the user can tick off 'Organize All Conversations' and retain it across restarts).

    You can create a custom keyboard shortcut to expand all conversations easily.
    - Go to System Prefs
    - Select the Keyboard icon
    - Select the Keyboard Shortcuts tab
    - Click Application Shortcuts
    - Click +
    - Select Mail from the Applications drop down
    - Enter exact Menu item " Expand All Conversations" without quotes of course
    - then choose a shortcut you prefer
         - Suggest testing out the shortcut you prefer on Mail to make sure it is not currently used
    - Click Add
    - When you get back to your Apple Mail, you can now use the shortcut everytime you want to expand all conversations...
    Unfortunately, I couldn't find any other solution so far...

  • How can I print all 3D views in one go?

    I have several views of a part in a 3D-pdf, and I would like to print out the document so it prints all the views in one go. Best solution so far is to print out the first view, change view, then print again... rinse and repeat.
    Any solutions to this?

    A simple Javascript function could loop through the 3D views and invoke the print operation.

  • How do i expand all the nodes in a jtree

    Hi,
    I am working on a project where i need to expand all the nodes of a jtree i have tried a few different ways but it never seems to expand all the nodes..
    I would be very greatful if someone could point me in the right direction
    cheers
    Mary

    you could use the following method that expands nodes recursively
    expandNode( myTree, myRootNode, new TreePath( myRootNode ) );
    public static void expandNode( JTree tree, TreeNode node, TreePath path ) {
        tree.expandPath( path );
        int i = node.getChildCount( );
        for ( int j = 0; j< i; j++ ) {
            TreeNode child = node.getChildAt( j );
            expandNode( tree, child , path.pathByAddingChild( child ) );
    }

  • ViewCriteriaItem - How to remove the All option in mutiselect

    I have a viewCriteriaItem bound to an LOV. This item is enabled for multiselection in search form (by checking the Support Multiple value selection in ViewCriteria UI hint).
    I want to remove the 'All' option from the mutiselect dropdown. Is there a way to remove this?

    Hi RM,
    Thanks of the information.
    I've did as per your reply, even though the column is showing hide the column when right click on the column.
    could you provide other alternative.
    Thanks,
    Ram

  • Design Studio : How can I expand all hierarchy at once in dimension filter

    Dear Colleagues.
    I am currently working on design studio. I need your advises to implement BW hierarchies in my dashboard.
    Is it possible to expand all hierarchy in Dimension Filter of Design Studio?
    I tried to expand hierarchy in data source api, like 'expandNode' or 'setDrillLevel'.
    These functions can be expanded all hierarchy in Cross tab. but it can not be applied to Dimension Filter.
    Please help me to achieve this.
    Thank you in advance.
    Best Regards,
    K.Min

    I don't see a way to achieve this with the Dimension Filter or the Filter Panel
    I think it would be a great idea to add to Idea Place at ideas.sap.com

  • How to disable "Expand All" and "Collapse All" when no node in a tree

    I have a <af:tree> inside <af:panelCollection>.
    All items under viewMenu like "Expand", "Expand All Below", "Collapse All Below", "Expand All" , "Collapse All", "Scroll to First" and "Scroll to Last" are implemented by default.
    When there is no node in a tree, "Expand", "Expand All Below", and "Collapse All Below" are grey out.
    However, "Expand All" , "Collapse All", "Scroll to First" and "Scroll to Last" are still enabled to be clicked.
    Is there any way we can diable them when no node?

    When I highlight last node in the tree and all nodes are collapsed, I see "Expand All Below" enabled but "Collapse All Below" disabled. Which is expected. Expand All Below will expand all the child nodes under a node.
    QA filed a bug said that "Expand All Below" should be disabled since no node below it. However, I don't find any place to control them. Can you confirm this? Or you know some way to do this?It it not a bug then. You don't have to control it and framework takes care of enabling and disabling it accordingly.
    If you need to expand all the nodes programatically, check this out.
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/78-man-expanding-trees-treetables-354775.pdf
    -Arun

  • How to remove folder and leaf icons from a tree

    Hi,
    I know how to remove when we have a mx component i.e.,
    <mx:Tree folderOpenIcon={null} ...../> similarly for
    closed and default leaf icon.
    But how do i achieve this from an action script like say i
    have,
    var tree:Tree = new Tree();
    tree.setFolderOpenIcon(null); ///is there something like this
    or any other alternative.
    Please advice.
    Thanks,
    Lucky

    the folderOpenIcon is a style so you have to set it with the
    setStyle method
    try:
    tree.setStyle("folderOpenIcon",null);

  • How to remove leading zeroes of a coloumn in a table

    can someone tell me how to remove the leading zeroes in a table's coloumn .... its a NUMC  data type..
    i tried with abap statement shift leading zeroes, but its not working for me.... the sorting is missing..
    in properties is there any option to remove the leading zerores>
    niraja

    Hi Niraja,
    I am displaying a table with information from SFLIGHT. The CONNID field is of type NUMC and so it too used to contain the leading zeroes.  I so deleted the leading zeroes in my WDDOINIT method before binding the internal table to the context node. The table now does not display the leading zeroes as earlier. Find my coding as shown below:
    METHOD wddoinit .
      DATA: lr_node TYPE REF TO if_wd_context_node,
            wa_sflight TYPE ig_componentcontroller=>element_node,
            lt_sflight TYPE ig_componentcontroller=>elements_node.
      SELECT * FROM sflight INTO TABLE lt_sflight.
      LOOP AT lt_sflight INTO wa_sflight.
        SHIFT wa_sflight-connid LEFT DELETING LEADING '0'.
        MODIFY lt_sflight FROM wa_sflight TRANSPORTING connid.
      ENDLOOP.
      lr_node = wd_context->get_child_node( name = ig_componentcontroller=>wdctx_node ).
      lr_node->bind_table( new_items = lt_sflight ).
    ENDMETHOD.
    Regards,
    Uday

  • How can I list all the column names of a table by programming?

    Hi,
    Now I want to write an function which has the following features:
    Firstly, The function was given a parameter as table name.
    Then, it will lists all the columns names of the table.
    e.g
    table: person
    ---firstName------lastName----+
           Michale               Jackson
    We can get the columns 'firstname' and 'lastName' by calling the function with table name 'person'.
    And I also wonder that where I can get reference book or any other materials?
    Thanks.
    Edited by: wenjing wang on Feb 15, 2008 6:42 AM
    Edited by: wenjing wang on Feb 15, 2008 6:57 AM

    hi,
    hope the below code helps u. Just take the headee which contains the field name and split it like below and compare it with the field name u want here 'last name'.
    here,
    'First name' will be in wt_filedata1 and remaining field names in wt_filedata2, so 'do' continues.
    c_tab must be the separator, either , or + or tab etc..
    CODE:
    read table person into wl_header index 1.
    do.
        split wl_header at c_tab into: wt_filedata1 wt_filedata2.
        if wt_filedata1 <> 'lastname'.
          cnt1 = cnt1 + 1.
          wl_header = wt_filedata2.
        else.
          exit.
        endif.
      enddo.
    Please reward if it is useful.
    regards,
    sri

  • How to remove the Detail column programmatically in Master detail table

    Hi,
    I have a master detail table.
    I want to remove the show Hide (Detail) link from the table programmatically based on some serach criteria. Is it possible to do that.
    Thanks in Advance,
    Kaushik Rambhiya

    Set the Vertical Elasticity property of the master frame to Variable.

  • [SOLVED] Multiple Dynamic View Objects and View Links - ADF Tree Table

    Hi all,
    I've got a method that creates 3 dynamic viewobjects using this:
                ViewDefImpl Level1ViewDef = new ViewDefImpl("Level1View");
                Level1ViewDef.addViewAttribute("LevelDescription","LEVEL1_DESCRIPTION",String.class);
                Level1ViewDef.addViewAttribute("SetOfBooksId","SET_OF_BOOKS_ID",Number.class);
                Level1ViewDef.addViewAttribute("CodeCombinationId","CODE_COMBINATION_ID",Number.class);
                Level1ViewDef.addViewAttribute("Level1","LEVEL1",String.class);
                Level1ViewDef.addViewAttribute("AccountType","ACCOUNT_TYPE",String.class);
                Level1ViewDef.addViewAttribute("PeriodYear","PERIOD_YEAR",Number.class);
                Level1ViewDef.addViewAttribute("PeriodNum","PERIOD_NUM",Number.class);
                Level1ViewDef.addViewAttribute("PeriodName","PERIOD_NAME",String.class);
                Level1ViewDef.addViewAttribute("PtdActual","PTD_ACTUAL",Number.class);
                Level1ViewDef.addViewAttribute("YtdActual","YTD_ACTUAL",Number.class);
                Level1ViewDef.addViewAttribute("LtdActual","LTD_ACTUAL",Number.class);
                Level1ViewDef.addViewAttribute("BudgetName","BUDGET_NAME",String.class);
                Level1ViewDef.addViewAttribute("BudgetVersionId","BUDGET_VERSION_ID",Number.class);
                Level1ViewDef.addViewAttribute("PtdBudget","PTD_BUDGET",Number.class);
                Level1ViewDef.addViewAttribute("YtdBudget","YTD_BUDGET",Number.class);
                Level1ViewDef.addViewAttribute("LtdBudget","LTD_BUDGET",Number.class);
                Level1ViewDef.addViewAttribute("EncumbranceType","ENCUMBRANCE_TYPE",String.class);
                Level1ViewDef.addViewAttribute("EncumbranceTypeId","ENCUMBRANCE_TYPE_ID",Number.class);
                Level1ViewDef.addViewAttribute("PtdCommitment","PTD_COMMITMENT",Number.class);
                Level1ViewDef.addViewAttribute("YtdCommitment","YTD_COMMITMENT",Number.class);
                Level1ViewDef.addViewAttribute("LtdCommitment","LTD_COMMITMENT",Number.class);
                Level1ViewDef.setQuery(sql_level1);
                Level1ViewDef.setFullSql(true);
                Level1ViewDef.setBindingStyle(SQLBuilder.BINDING_STYLE_ORACLE_NAME);
                Level1ViewDef.resolveDefObject();
                Level1ViewDef.registerDefObject();
                ViewObject vo1 = createViewObject("Level1View",Level1ViewDef);I can create the view objects fine and create a single viewlink between two of them, however i'm getting problems with 2 view links.
    This is how I'm creating a view link:
                ViewLink Level2Level1FKLink = createViewLinkBetweenViewObjects("Level2Level1FKLink1",
                                                        "Level2View",
                                                        vo1,
                                                        new AttributeDef[]{
                                                          vo1.findAttributeDef("Level1")
                                                        vo2,
                                                        new AttributeDef[]{
                                                          vo2.findAttributeDef("Level1")
                                                        "LEVEL1 = :Bind_Level1");
                ViewLink Level3Level2FKLink = createViewLinkBetweenViewObjects("Level3Level2FKLink1",
                                                        "Level3View",
                                                        vo2,
                                                        new AttributeDef[]{
                                                          vo2.findAttributeDef("Level2")
                                                        vo3,
                                                        new AttributeDef[]{
                                                          vo3.findAttributeDef("Level2")
                                                        "LEVEL2 = :Bind_Level2");I can get the data to display on an adf tree table if i'm only using a single view link, but when i try and implement 2 view link (for 3 levels on the adf tree table) i'm getting problems displaying the data.
    I'm getting the following error:
    Aug 10, 2007 2:44:39 PM oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer encodeAll
    SEVERE: Error during partial-page rendering
    oracle.jbo.NoDefException: JBO-25058: Definition Level3View of type Attribute not found in Level2View_Level2Level1FKLink1_Level2ViewThe thing is, Level3View isn't in the Level2Level1FKLink viewlink.
    I've been reading about something similar here
    BC4J Master-Detail-Detail
    but I am still unsure of what the problem is.
    Thanks in advance.

    I found the answer here:
    http://radio.weblogs.com/0118231/stories/2004/06/10/correctlyImplementingMultilevelDynamicMasterDetail.html

Maybe you are looking for

  • Problem with Photoshop CS4 & CS5

    Hello, My Photoshop CS4 and CS5 shows "Photoshop has stopped working" . Whereas I have Windows 7 64bit, 6GB RAM, 512MB Graphics Card. Earlier I worked in this version. But after formating my conputer I could not do anything with only in Photoshop. Fi

  • T61 and two SSD disks

    Hi all, I'm new here so let me thank you all because I've found many answers regarding T61 on these pages. Your knowledge was of great help to me. I've been using T61 for almost 3 years now and it's really a great piece of hardware! I have an OCZ 60G

  • Issue with Teradata access from Business Objects AIX Machine

    Hi, I am using BO  XI.31 which is installed on AIX 5.3 machine. I have installed Teradata driver on the machine and I have created the require ODBC.ini entry to point Teradata database. While refreshing the report I am getting below error message. A

  • Differnce between BAPI and FM for MIRO

    Hi All, What is the difference between using the BAPI_INCOMINGINVOICE_CREATE or MRM_INVOICE_CREATE. I have a situation where i need to use the CALL transaction of MIRO as i cannot use the BAPI_INCOMINGINVOICE_CREATE. THough i have done a recording an

  • In converting from Win XP PC w/Ffx 28.0 to a new Win 8 PC, is Ffx 28.0 the v. to retain? If not, then which v. and when/where to install during conversion?

    I will be converting from my 9-yr-old PC with Win. XP to a new PC with Win. 8. My Control Panel program list tells me my old PC is running Firefox 28.0 (x86 en-US). I need to be sure that Firefox 28.0 is your latest version and is the one I should mo