Problem with table cell editors - Dropdown by Index, getting lead selection

Hi experts,
I have a table editor with 5 columns
1st column is a Drop Down byIndex.
My contex looks like this
AS_DATA(Parent Node cardinality 1.1, selection 0-1)
      HEADER (NODE)
      DETAILS(NODE cardinality 0..n, selection 0-1)
         ACTIVITY_TYPES (NODE cardinality 0..n selection 0-1 ) "node for drop down
         description - attribute
         unit
         quantity
i have bound details node to table data source.
i have a tool bar button 'Add Line item' which will add a new line item to the table.
(i am adding a blank line to the table that is bound to table )
Its working fine. but when ever i add more than one row, the selection made in the previous rows drop down is lost.
its initializing. where could be the problem.
My code
data LO_ND_INV_TYPE type ref to IF_WD_CONTEXT_NODE.
  data LO_EL_INV_TYPE type ref to IF_WD_CONTEXT_ELEMENT.
  data LS_INV_TYPE type WD_THIS->ELEMENT_INV_TYPE.
  data LV_INV_TYPE type WD_THIS->ELEMENT_INV_TYPE-INV_TYPE.
  data LO_ND_DETAILS type ref to IF_WD_CONTEXT_NODE.
  data LT_DETAILS type WD_THIS->ELEMENTS_DETAILS.
  data LS_DETAILS like line of LT_DETAILS.
  data:  WD_NODE type ref to IF_WD_CONTEXT_NODE,
        LR_ELEMENT type ref to IF_WD_CONTEXT_ELEMENT.
  data LO_ND_INV_PATTERN type ref to IF_WD_CONTEXT_NODE.
  data LO_EL_INV_PATTERN type ref to IF_WD_CONTEXT_ELEMENT.
  data LS_INV_PATTERN type WD_THIS->ELEMENT_INV_PATTERN.
  data LV_INV_PAT type WD_THIS->ELEMENT_INV_PATTERN-INV_TYPE.
  data LO_ND_ACTIVITY_TYPES type ref to IF_WD_CONTEXT_NODE.
  data LT_ACTIVITY_TYPES type WD_THIS->ELEMENTS_ACTIVITY_TYPES.
  data LW_ACTIVITY_TYPES type WD_THIS->ELEMENT_ACTIVITY_TYPES.
    data LO_EL_ACTIVITY_TYPES type ref to IF_WD_CONTEXT_ELEMENT.
*     navigate from <CONTEXT> to <DETAILS> via lead selection
    LO_ND_DETAILS = WD_CONTEXT->PATH_GET_NODE( PATH = `AS_DATA.DETAILS` ).
    LO_ND_DETAILS->GET_STATIC_ATTRIBUTES_TABLE(
      importing TABLE = LT_DETAILS ).
* Append an empty row to lt_details
    append LS_DETAILS to LT_DETAILS.
    LO_ND_DETAILS->BIND_TABLE(
    NEW_ITEMS = LT_DETAILS ).
* Get values for dropdown
call method WD_ASSIST->GET_ACTIVITY_TYPE
      exporting
        I_INV_CAT_ID     = LV_INV_PAT
      importing
        ET_ACTIVITY_TYPE = LT_ACTIVITY_TYPES.
    LW_ACTIVITY_TYPES-ID = 'Select a Activity type'.
    LW_ACTIVITY_TYPES-TEXT = 'Select a Activity type'.
    insert LW_ACTIVITY_TYPES into LT_ACTIVITY_TYPES index 1.
    loop at LT_DETAILS into LS_DETAILS.
      LV_TABIX = SY-TABIX.
      LR_ELEMENT = LO_ND_DETAILS->GET_ELEMENT( LV_TABIX ).
      WD_NODE = LR_ELEMENT->GET_CHILD_NODE( 'ACTIVITY_TYPES' ).
*lv_index = wd_node->get_lead_selection_index( ). " it is dumping at this statement when i try to get lead selection
      WD_NODE->BIND_TABLE( NEW_ITEMS =  LT_ACTIVITY_TYPES ). " data for dropdown
    endloop.
any clue on what am i missing will be appreciated.
I am getting dump when i try to get the lead selection
Ajay

You only have only one option in the DDI to display in the example. when you have multiple values
i assume that by adding an empty row like this will lose the SELECTION MADE in DDI. (Correct me If i am wrong)
somehow i believe that we need to bind the DD values using  SET LEAD SELECTION INDEX METHOD FOR THE DDI when they are already selected and trying to BIND.
*LO_ND_DETAILS->GET_STATIC_ATTRIBUTES_TABLE(*
      *importing TABLE = LT_DETAILS ).*
** Append an empty row to lt_details*
    *append LS_DETAILS to LT_DETAILS.*
    *LO_ND_DETAILS->BIND_TABLE(*
    *NEW_ITEMS = LT_DETAILS ).*
even though the above code will have the selected value, the SELECTIONS MADE will be initialize.
you need to bind it explicitly.
you have to create an element and bind the DDI values for adding an row as SARAVANAN said.
or i guess you can continue with you code but need to use SET LEAD to display the correct SELECTIONS MADE
loop at LT_DETAILS into LS_DETAILS.
      LV_TABIX = SY-TABIX.
      LR_ELEMENT = LO_ND_DETAILS->GET_ELEMENT( LV_TABIX ).
      WD_NODE = LR_ELEMENT->GET_CHILD_NODE( 'ACTIVITY_TYPES' ).
      WD_NODE->BIND_TABLE( NEW_ITEMS =  LT_ACTIVITY_TYPES ). " data for dropdown
*" try to set the desired value in the DDI when you have multiple values using SET LEAD*
    endloop.

Similar Messages

  • Problem in table cell editor

    Hai,
    I inserted as a dropdownkey in table, Parent node ABc is bind to table , the child node DEf bind to coloumn dropdownbyindex. i set child node singleton as false, but its giving null pointer exception.
    IXXXView.IABCNode iu=wdContext.nodeABC();
    IXXXView.IDEFElement c=iu.nodeDEF().createDEFElement();
    How to Solve this.
    Hope  Anil and Piyush will help me they already know about this problem.
    regards,

    Hai Bharadwaj,
          happy to see you again, I think I am in wrong with creating table cell editor.
    i will say my requirement please help me to do:
    in the table the first coloumn is number, second one is name, third one is *** ,this coloumn contains two standard Strings male and female, the can select from dropdown index.
    what i did is I created context node parent ABC
    in that attributes name , age and another node DEF having attribute S.
    I created a table and bind the node ABC(its not allow me to check DEF node).
    i deleted table cell editor of column *** and created new editor dropdownindex. and binded texts is node DEF
    DEF is set to singleton false.
    Give me the suggetion.
    regrds,

  • Problem with table cells

    Hi,
    actually i wanted to know that is there any way
    so that i can show contents of a table cell in two pages, i.e, half the cell is in one page and other half of the cell on another page
    as my cell content is very large it do not fit in one page.
    I'm using InDesign CS3
    Thanks

    Hi,
    As I've already written in another post, that depends on, but I'm not sure that using a table structure is always the best way! 

  • Dropdown by Index: Initial lead selection

    All,
    <b>This is my requirement:</b> I have a dropdown (By Index), By default I wanted to have blank as selected value.
    If user selected any of the value, it has to be seleted value.
    <b>What i did so far is:</b>
    I set selection of node to 0..1, cardinality as 0;n and set initializeLeadSelection to false
    <b>The problem:</b> I have is, by default im getting the blank space in dropdown, no issue here.
    but when user selects any value from drop down, it always showing the space. not the selected value.
    Thanks ...
    BM

    You might try this:
    Create a context value node "Items", cardinality 0:N, selection 0:1 with a supply function "supplyItems".
    In the supply function, create the node elements that should appear in the dropdown-list.
    void supplyItems(IItemsNode node, ...)
      for (int i = 0; i < wdContext.nodeR().size(); ++i)
        IRElement e = wdContext.nodeR().getRElementAt(i);
        IItemsElement item = node.createItemsElement();
        node.addElement(item);
        item.setRD(e.getRid());
        item.setOrg(getOrgUnitName(e.getOrgunitid()));
      node.setLeadSelection(IWDNode.NO_SELECTION);
    At the event handler that calls the BAPI and changes the model node content, just call wdContext.nodeItems().invalidate() to trigger the supply function and will the items with the updated values from the model.
    (You might also give your context nodes and attributes more useful names)
    Armin

  • Dropdowns as table cell editors

    Hi
    Does anyone know how to use dropdowns as table cell editors.  I need to create a table where some of the columns have dropdowns as the editor and some don't. 
    I can create the dropdown(by index) by binding a node to the table(the DD list) and binding a subnode-attribute as the text val but that gives me the same list in all rows.  As this is bound to the table and not the column all drop downs would have the same data in the DD list

    Here is what we do for dropdowns that need different values according to the selected row.
    1. Use a DropDownByKey as the table cell editor.
    2. Use the getModifiableSimpleValueSet() API call to modify the values attached to the dropdown on every row selection event.
    We don't have the case where you wouldn't actually have an editor, but you can disable the dropdown if the list is empty, which accomplishes the same effect.
    Beware that if your keys and values are different, the keys not in the current dropdown will not show up correctly on the other rows.

  • Small issue with custom table cell editor and unwanted table row selection

    I'm using a custom table cell editor to display a JTree. Thing i notice is that when i select a value in the tree pop-up, the pop-up closes (as it should) but then every table row, from the editing row to the row behind the pop-up when i selected the value becomes highlighted. I'm thinking this is a focus issue, but it thought i took care of that. To clairfy, look at this: Before . Notice how the "Straightening" tree item is roughly above the "Stock Thickness" table row? When i select Straightening, this is what happens to my table: After .
    My TreeComboBox component:
    public class TreeComboBox extends JPanel implements MouseListener {
        private JTextField itemField;
        private TreeModel treeModel;
        private ArrayList<ActionListener> actionListeners = new ArrayList<ActionListener>();
        private Object selectedItem;
         * Creates a new <code>TreeComboBox</code> instance.
         * @param treeModel the tree model to be used in the drop-down selector.
        public TreeComboBox(TreeModel treeModel) {
            this(treeModel, null);
         * Creates a new <code>TreeComboBox</code> instance.
         * @param treeModel the tree model to be used in the drop-down selector.
         * @param selectedItem tree will expand and highlight this item.
        public TreeComboBox(TreeModel treeModel, Object selectedItem) {
            this.treeModel = treeModel;
            this.selectedItem = selectedItem;
            initComponents();
         * Returns the current drop-down tree model.
         * @return the current <code>TreeModel</code> instance.
        public TreeModel getTreeModel() {
            return treeModel;
         * Sets the tree model.
         * @param treeModel a <code>TreeModel</code> instance.
        public void setTreeModel(TreeModel treeModel) {
            this.treeModel = treeModel;
         * Returns the selected item from the drop-down selector.
         * @return the selected tree object.
        public Object getSelectedItem() {
            return selectedItem;
         * Sets the selected item in the drop-down selector.
         * @param selectedItem tree will expand and highlight this item.
        public void setSelectedItem(Object selectedItem) {
            this.selectedItem = selectedItem;
            String text = selectedItem != null ? selectedItem.toString() : "";
            itemField.setText(text);
            setToolTipText(text);
         * Overridden to enable/disable all child components.
         * @param enabled flat to enable or disable this component.
        public void setEnabled(boolean enabled) {
            itemField.setEnabled(enabled);
            super.setEnabled(enabled);
        public void addActionListener(ActionListener listener) {
            actionListeners.add(listener);
        public void removeActionListener(ActionListener listener) {
            actionListeners.remove(listener);
        // MouseListener implementation
        public void mouseClicked(MouseEvent e) {
        public void mouseEntered(MouseEvent e) {
        public void mouseExited(MouseEvent e) {
        public void mousePressed(MouseEvent e) {
        public void mouseReleased(MouseEvent e) {
            showPopup();
        private void initComponents() {
            setLayout(new GridBagLayout());
            itemField = new JTextField();
            itemField.setEditable(false);
            itemField.setText(selectedItem != null ? selectedItem.toString() : "");
            itemField.addMouseListener(this);
            add(itemField, new GridBagConstraints(0, 0, 1, 1, 1.0, 0.0,
                    GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0));
        private void showPopup() {
            final TreePopup popup = new TreePopup();
            final TreeComboBox tcb = this;
            final int x = itemField.getX();
            final int y = itemField.getY() + itemField.getHeight();
            int width = itemField.getWidth() + popupButton.getWidth();
            Dimension prefSize = popup.getPreferredSize();
            prefSize.width = width;
            popup.setPreferredSize(prefSize);
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    popup.show(tcb, x, y);
                    popup.requestFocusInWindow();
        private void fireActionPerformed() {
            ActionEvent e = new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "TreeComboBoxSelection");
            for (ActionListener listener : actionListeners) {
                listener.actionPerformed(e);
        private class TreePopup extends JPopupMenu {
            private JTree tree;
            private JScrollPane scrollPane;
            public TreePopup() {
                initComponents();
                initData();
            private void initData() {
                if (treeModel != null) {
                    tree.setModel(treeModel);
            private void initComponents() {
                setFocusable(true);
                setFocusCycleRoot(true);
                tree = new JTree();
                tree.setRootVisible(false);
                tree.setShowsRootHandles(true);
                tree.setFocusable(true);
                tree.setFocusCycleRoot(true);
                tree.addTreeSelectionListener(new TreeSelectionListener() {
                    public void valueChanged(TreeSelectionEvent e) {
                        tree_valueChanged(e);
                scrollPane = new JScrollPane(tree);
                add(scrollPane);
            private void tree_valueChanged(TreeSelectionEvent e) {
                DefaultMutableTreeNode node = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();
                setSelectedItem(node.getUserObject());
                fireActionPerformed();
                this.setVisible(false);
    }My TreeComboBoxTableCellEditor:
    public class TreeComboBoxTableCellEditor extends AbstractCellEditor implements TableCellEditor, ActionListener {
        protected TreeComboBox treeComboBox;
        protected ArrayList<CellEditorListener> cellEditorListeners = new ArrayList<CellEditorListener>();
        public TreeComboBoxTableCellEditor(TreeComboBox treeComboBox) {
            this.treeComboBox = treeComboBox;
            treeComboBox.addActionListener(this);
        public Object getCellEditorValue() {
            return treeComboBox.getSelectedItem();
        public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) {
            treeComboBox.setSelectedItem(value);
            return treeComboBox;
        public void actionPerformed(ActionEvent e) {
            stopCellEditing();
    }Any thoughts?
    Edited by: MiseryMachine on Apr 3, 2008 1:21 PM
    Edited by: MiseryMachine on Apr 3, 2008 1:27 PM

    As I said, you have to have empty context elements before additional rows will be open for input.
    For instance if you want to start with 5 rows available for input do the following to your internal table that you will bind:
    data itab type standard table of sflight.
    do 5 times.
      append initial line to itab.
    enddo.
    context_node->bind_table( itab ).
    The other option if you need n number of rows is to add a button to the table toolbar for adding more rows. When this button is pressed, you add a new context element to the node - thereby creating a new empty row in the table.

  • How to create a context menu in ALV table cell editor(Webdynpro abap )

    Hello Experts,
    I am having a problem in creating a context menu in a table cell editor in the ALV table output.I have assigned a 'lta' as the cell editor.But befor assigning the lta as cell editor I have assigned the menu to the lta.But when the view is rendered I can see the lta with the actioned assigned to it.But I cannot see the context menu.
    The code snippet below:
      "Create menu for each coloumn
      create OBJECT lo_menu_actions type CL_SALV_WD_VE_MENU EXPORTING
          id = 'MITM_ACTIONS'.
      lo_menu_actions->set_visible( value = abap_true ). 
      lo_menu_actions->set_visible_fieldname( value = 'ACTIONS' ).
      "ADd menu items
      CREATE OBJECT lo_menu_item_create type CL_SALV_WD_VE_MENU
      exporting
        id = 'MITM_CREATE_EXPRESSION'.
      lo_menu_item_create->set_visible( value = abap_true ).
      lo_menu_item_create->set_visible_fieldname( value = 'Create' ).
      "Add item 1
      lo_menu_actions->ADD_ITEM( VALUE = lo_menu_item_create ). 
      "  Set the cell editor for each column cell(link to an action)
      LOOP AT lt_node_dec_tab_cols INTO ls_node_dec_tab_cols .
        lv_column_name = ls_node_dec_tab_cols-object_name.
        lr_column = lr_column_settings->get_column( lv_column_name ).
       "Create 'lta' Ui item
        CREATE OBJECT lo_lta TYPE cl_salv_wd_uie_link_to_action.
        lo_lta->set_menu( value = lo_menu_actions ).
        lo_lta->set_text_fieldname( lv_column_name ).
        lr_column->set_cell_editor( lo_lta ).
        IF ls_node_dec_tab_cols-is_result EQ abap_true.
          lr_column->set_cell_design( value =
                      cl_wd_table_column=>e_cell_design-key_medium ).
        ENDIF.
      ENDLOOP.

    Hi Prakash,
    I have not come across this requirement till now to have context menu in a cell editor of alv.
    Unfortunately  the implementation of method SET_MENU of alv ui elements ( ex: cl_salv_wd_uie_text_view ) is not updating alv configurable table, instead it just stores in a global attribute as string. Hence has no effect on context menu.
    If your user is very particular about this requirement of having context menu in cell editor, you can go for a normal table. Because, normal table's cell editor has the property to set the menuID as we do it for other ui elements.
    Regards,
    Rama

  • Problem with table formatting

    I'm having a lot of problems with tables not reflecting their formatting when I open them in a browser. I've tried opening in Safari, Firefox & Camino with the same results. For example, a row with the following html content has a much larger height & aligns the text to the top when opened in a browser:
    <tr>
              <td height="15" colspan="3" valign="middle"><h6 align="center">Summer 2009</h6>
              </td>
            </tr>
    If it matters, this is a row in a table nested in another table. Here's the code down to the row in question (all tags are closed properly in the remaining code):
    <table width="600" border="2" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td align="center" valign="top"><img src="images/events.jpg" width="250" height="35"></td>
        </tr>
        <tr>
          <td align="left" valign="top">
          <table width="100%" border="0" align="center" cellpadding="1" cellspacing="0">
            <tr>
              <td height="15" colspan="3" valign="middle"><h6 align="center">Summer 2009</h6>
              </td>
            </tr>
    I am using a style sheet for text. Here's the code for "h6" if that matters:
    h6 {
    font-family: Verdana, Geneva, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #660099;
    Any ideas is appreciated. This is driving me nuts. Spacing and alignment sometimes work and sometimes don't work. Dreamweaver is supposed to make such things easier!
    Kevin

    Header tags are usually used round a bit of text, not parts of a table, and if you don't specify the margins on them, can force different amounts of space below in different browsers. Try making the bottom margin on h6 zero, and confine it to text within a cell.
    Also, if you can upload your page somewhere and let us have the url it will be easier to troubleshoot.

  • Problem with tables -- need help!

    I am having problems with table formatting, when using
    Preformatted text. The tables look fine in the WYSIWYG editor, but
    have lots of extra space above and below the text when looking at
    the output files.
    I will attach the code from one of the HTML files from my
    project, so you can see what I'm talking about.
    Thanks.

    Well, if you're talking about the single-celled table with
    the line:
    <p class=Preformatted>[assembly:
    Ace.AceAssembly]</p>
    </pre>
    ... you can eliminate the <P> tags. that will give you
    one line less. Otherwise, your remaining space is the result of the
    <PRE> tag. It, like the <XMP> tag, gives it one line of
    space beneath as well.
    Your alternative beyond that would be to, when needed, wrap
    up the script in Javascript. That line, for instance, wouldn't need
    it.

  • Table Cell Editor which allows to input multiple lines of text...

    Hi there
    Does anyone know how to write a table cell editor which allows users to input multiple lines of text? please provide some sample if possible...
    Thanks
    Ken

    I'm assuming you also want the renderer to display multiple lines? if so, make a class that extends JTextArea and that implements the TableCellEditor and TableCellRenderer interfaces, then set instances of this as the editor and renderer for the TableColumn in question. The implementation of most of the methods in these interfaces is trivial, often just this.setBackground() based on the table.getSelectionBackground() or table.getBackground(), a this.setText() based on the value passed in, then just a 'return this'.
    You might want to make an abstract class which implements these interfaces for you, and which delegates to a simple abstract method that you override to return the renderer/editor component.
    Note that you must use two instances of the class you make, one for the renderer and one for the editor, since it must be able to be able to render the remainder of the table's cells without interfering with the JTextArea performing the editing. (alternatively you could make two classes that extend JTextArea, each just implementing one of the interfaces, but this is more effort I think.) Also note that you must increase the table's row height to get more than one row visible.

  • Setting Visibility to Table cell editor

    Hi
    I created a table and added a colomn to the table in view layout. Cell editor of that colomn contains an image. Based on some conditions , I need to make image invisible in table cell editor of custom colomn.
    How can I do it.

    Example:
    Context:
    Rows (model node)
    -- Name (attribute, string)
    -- Additional (value node, card=1:1, selection=1:1, singleton=false)
    ---- EditorVisibility (attribute, type=Visibility)
    Data binding:
    LinkToAction.visible -> Rows.Additional.EditorVisibility
    Make editor in row at index 4 visible if name is not empty:
    IRowsElement row = wdContext.nodeRows().getRowsElementAt(4);
    row.currentAdditionalElement().setEditorVisibility(row.getName() != null && row.getName().length() > 0
      ? WDVisibility.VISIBLE
      : WDVisibility.NONE);
    Ok?
    Armin

  • Search help in case of a table cell editor

    Hi
    I need a search help in case of a table cell editor as well as the the other requirement is that it shld be a reusable one.
    could anyone of u suggest me some methods
    regards
    Nikhil Tapkir

    There are several ways of doing this.
    1. Use OVS
    2. Create a Search help in R3. Call the function module.
    3. Create a Jar file which would provide the result .
    It is upto you on which ever way you want to provide
    Kumar

  • Problem with Tables

    InDesign CS5.5
    Opening a blank document.
    Creating 3 Paragraph styles: "Table Header" (bold font), "Table Footer" (italic font), "Table Body" (normal font).
    Creating 3 Cell styles: "Header" (black fill), "Footer" (gray fill), "Body" (white fill).
    Assigning Paragraph styles to the respective Cell styles.
    Assigning Cell styles to a Table style called "[Basic Table]".
    Creating a text frame.
    Inserting a table: 4 rows, 2 collumns, 1 header, 1 footer. Table style: "[Basic Table]"
    Result:
    Header row/cells, Footer row/cells, and Body rows/cells all have proper color fills, but the cell styles for all of them is shown as "none", except the Footer row, which for some reason has "none+" style. Inspite of cell styles not being properly assigned automatically, the paragraph styles for Header and Body rows are automatically set correctly. But the footer row/cells is having the "Table Body" paragraph style assigned to it. Even manually assigning the "Table Footer" cell style to the footer row/cell does not pick up the paragraph style corresponding to that cell style.
    If I choose "[No Table Style]" when creating a new table, and then assign the "[Basic Table]" style to it, all the rows/cells pick up proper paragraph style, but the cell styles are still set to "none".
    Where does this magic come from? Will Adobe ever put their isht together and start making software that actually works for the amount of money it costs? Or are we forced to pay ridiculous prices for using beta software for the rest of our lives?
    Mac OS X 10.7.2

    Imworkinghere wrote:
    If I choose "[No Table Style]" when creating a new table, and then assign the "[Basic Table]" style to it, all the rows/cells pick up proper paragraph style, but the cell styles are still set to "none".
    Aren't they set to "none" for the same reason as the Character Style Panel says "none" when the formatting of a character style is applied because it is specified as a nested style by a paragraph style? The formatting of the lower-level style is applied because the higher-level style is referenceing or "grabbing" it, but not the lower-level style itself. Such lower-level styles can be superimposed by explicitly applying them in the relevant style panel.
    The interplay of styles and formatting involved with tables+cells+paragraphs are even trickier than the two levels of paragraphs and characters, because there is an even more complicated, multi-level "cascade" involved. A cell style's formatting (but not the style itself) is applied by the higher-level entity's style, and that formatting sets the lower-level entity's style itself. I would argue that that alternating pattern is logical, but maybe I'll attempt it some other day! The difficulty is compounded by various other factors, such as a paragraph style's "next style" automatically setting the following paragraph's style when a table is created.
    The complexity of whole business makes me reluctant to call it a "bug", it's so easy to get lost here!

  • Weird problem with ToC/Story Editor

    Hi all,
    I write the documentation for a software package. Recently the package has had two new add-ons that require their own manuals, so I reused my original doc and cleared it out to use for the new packages. All good so far until I want to do the ToC. In the original docs, each bit is split into its own story editor, but with the new manuals everything is all in one story and I think that is causing problems with the ToC because sometimes I'll get sections with nothing in them while other Sections have too many subsections. I've been through and checked my styles, but the only way around it right now is to view the ToC in the Story Editor and drag/drop the subsections to the right places. Right now these new manuals are not even 30 pages each, with four or five sections but this is not a tenable situation. I use InDesign 5.5 under Windows. Anyone got any idea? Obviously more detail can be provided.
    Thanks in advance,
    B

    It looks the same and all the text is still in one Story. Can I split stories?
    B

  • Problem with the audio editor window into logic pro X

    hello everybody, I have a problem with the audio editor window ! the "onglet" (sorry I don't know the word in english) "file and track" doesn't appear in the top of the audio editor window ! I can just make no destructive data, I have no access to Normalize and others audio fonctions ! could you help me ? in advance I thank you
    Alain

    'onglet' - great, my favorite when visiting restaurants in France!
    Anyway, I think you have to activate Advanced tools first:
    http://help.apple.com/logicpro/mac/10/#lgcp5cbf192f
    Have a nice day!

Maybe you are looking for

  • Photos in shared photo stream have disappeared

    I have several shared photo streams. Following the last update to iPhoto, some are just fine but others display a photo count which is very different than the number of photos which now appear to be there. The count is what should actually be visible

  • My disk space isn't increasing?

    Hello, I seem to have a problem with my Macbook Pro 13-inch (Mid 2014) with Retina Display, I have 121 GB Flash Storage, and I have partitioned my disk into 2 parts, the first being my startup disk (70.72 GB) and the second, a secondary disk (49.62 G

  • I can't drag and drop or add to library for dvd's that I converted with Bootstrap VideoWizard All-in-one app.  hep!

    i purchased Bootstrap VideoWizard all-in-one edition and converted my homemade Dvds, but I can't drag and drop the converted files into iTunes or use iTunes file - add to library to add them to iTunes so I can sync them onto my iPad 1.  What am I doi

  • Icons in the top Toolbar

    I know that this probably sounds quite petty, but how do you remove unwanted icons that you don't use from the top toolbar? Oviously I am happy with the battery icon, wireless strength etc, but I have one for scripts, one for VPN and one for a sailin

  • Report Display in unknown Language

    Hi there i have developed report and has placed it in EBS now When ever i run the the report It Shows output in unknown language rather than English thanx