Help! The balance between the top of the text flowing into the second column?

Hello!

I use InDesign CS5.5.

I need to know how to make the text remain aligned when flowing a column in the second column. My problem is when the text moves to the second column, it automatically aligns to the top of the frame with the header in the first column.
.

I want the text in the second column to stay aligned with the text in the first column, and not with the header of the first column.

I've attached a picture http://tinypic.com/view.php?pic=1z2pykx & s = 5 #. Um_5Lfmsim4

Pleas, if someone can help me solve this problem

Thank you!!!

Use a two-column, not two frames of a column and set the paragraph header style span columns.

Tags: InDesign

Similar Questions

  • How can they find text only in the second column of the cell?

    Hello world

    I just want to find the second column of the dollar sign
    are intended to be applied to the character style: "bold + italic."

    Can I get there?

    screenshot:

    UI03.jpg

    I have this script, can anyone help me change its function?

    If (app.selection.length > 0 & & (app.selection [0].constructor.name == 'Cell' | app.selection [0].constructor.name == 'Table')) {}

    If (app.scriptPreferences.version > = 6) {}

    app.doScript (principal, ScriptLanguage.JAVASCRIPT, [], UndoModes.ENTIRE_SCRIPT, 'style each second column in the selection');

    }

    else {}

    main();

    }

    } else {}

    Alert ("nothing or wrong selection!');

    }

    main() {} function

    var myColor = "PANTONE 252 U";

    var myFillTint = 20;

    var myCharStyleName = "Bold";

    var curSel = app.selection [0];

    var allCells = curSel.cells;

    var startCol = curSel.cells [0].name.split (":") [0] * 1;

    var endCol = curSel.cells [-1].name.split (":") [0] * 1;

    var counter = 1 + startCol;

    for (var i = 0; i < allCells.length; i ++) {}

    var curCell = allCells [i];

    var curCol = curCell.name.split(":") [0] * 1;

    If (curCol, counter)) {}

    curCell.fillColor = myColor;

    curCell.fillTint = 20;

    curCell.texts [0] .appliedCharacterStyle = myCharStyleName;

    Counter = counter + 2;

    }

    If (counter > endCol) {}

    counter = 1 + startCol;

    } / / end if

    } / / end for

    } / / main end

    John

    Hi John,.

    Is that what you need?

    var doc = app.activeDocument,
        _selection = app.selection[0];
    for(var i =1;i<_selection.columns.length;i+=2)
    {
            var _cells = _selection.columns[i].cells;
            for(var j =0;j<_cells.length;j++)
            {
                    var reg = new RegExp("\\$")
                    if(reg.test(_cells[j].contents))
                    {
                            _cells[j].texts[0].appliedCharacterStyle = "bolditalic";
                        }
                }
        }
    

    Kind regards

    Cognet

  • Get the value of the second column used for the formatting of the break

    Hello

    I have a report that uses breaks on the first and second columns. Breaks are displayed as headers repeat on break and I am able to display the value of the first column to break using #COLUMN_VALUE # section rehearsal breaks use this format, use #COLUMN_VALUE # subs. I would like to know if there are somewhat similar to refer to the value in the second column of the break.

    Looked at some other threads on this topic and it seems that this was not possible in versions 3.x pre of the Apex. Would like to know if there is a way to achieve Apex version 3.1.0.00.32.

    Kind regards
    Rupesh

    In the new version, interactive reports can break on / up to 6 columns. In previous versions, I just join together the two columns that had to be broken off on so you can have a column in the report settings available.

    I hope this helps.

    Mike

  • Helps the checkbox column layout

    Here's what I need to accomplish:
    I need to display a long list(50-200) of boxes w / labels in the form of multiple columns.  They should be sorted alphabetically down and across all columns. If scrolling is required, then it should only scroll vertically.  Something like the image below.

    What I tried was to use a TileList component with an itemRenderer checkbox.  It works very well for 1 column and scrolls vertically very well.  It works very well for 3 columns, but when it scrolls it scrolls horizontally and I need to scroll vertically.  I have attached my code.
    I noticed one thing is when you define '= vertical direction' for a component TileList list sorted vertically but horizontally scrolls.  If we leave it as default (= horizontal direction), then sort horizontally, it scrolls vertically.  I need to sort vertically and scroll vertically.  I tried to set the VerticallyScollPolicy and HorizontalScrollPolicy but just cut the data instead of changing the direction of travel.
    I guess my second question is that if this feature is impossible with a TileList component, then which component would be a better option.
    Thanks in advance for taking the time to answer my questions.


    checkboxlist.jpg



    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "
    xmlns:CSC = "" com.facl.uaf.Common.Shared.widget. * ""
    Layout = "vertical".
    verticalAlign = "top".
    horizontalAlign = "center".
    backgroundGradientColors = "[0x000000, 0 x 323232]."
    paddingTop = "20".
    paddingBottom = "20" >

    < mx:ArrayCollection id = 'collection' >
    < mx:Object label = "Alameda" / >
    < mx:Object label = "Alpine" / >
    < mx:Object label = "Amador" / >
    < mx:Object label = "Butte" / >
    < mx:Object label = "Calaveras" / >
    < mx:Object label = "Del Norte" / >
    < mx:Object label = "El Dorado" / >
    < mx:Object label = "Fresno" / >
    < mx:Object label = "Kern" / >
    < mx:Object label = 'Los Angeles' / >
    < mx:Object label = "Orange" / >
    < mx:Object label = "Place" / >
    < mx:Object label = "Plumas" / >
    < mx:Object label = "Riverside" / >
    < mx:Object label = "Sacramento" / >

    < mx:Object label = "San Diego" / >
    < mx:Object label = "San Francisco" / >
    < mx:Object label = "Santa Barbara" / >
    < mx:Object label = "Santa Clara" / >
    < mx:Object label = "Santa Cruz" / >
    < / mx:ArrayCollection >

    " < = xmlns:mx mx:TileList ' http://www.Adobe.com/2006/MXML "
    Color = "#323232".
    textAlign = "left".
    paddingLeft = "20".
    itemRenderer = "mx.controls.CheckBox"
    verticalScrollPolicy = "auto".
    themeColor = "#FFFFFF."

    dataProvider = "{collection}."
    columnCount = '3 '.
    width = "500".
    Height = "100".
    direction = "vertical" >
    < / mx:TileList >

    < / mx:Application >

    A list like the TileList class made a number of important things.  It creates enough converters to fill the visible part, so you don't end up allocate tons of memory for thousands of pieces of data, and there a selection model where you can select one or more items of data, and he draws a reversal and selection of background color on the entire rendering engine.

    What should you?  If this is not the case, a VBox with 3 HBoxes with 1/3 of the checkboxes in each HBox is all you need.  You can use a Repeater to generate checkboxes or just add it in a loop.

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • How to replace the value of a column in a table based on the value in the second column?

    Hi, I would like to find in a table 2D for values that meet certain criteria (for example, a column< 0.98).=""  based="" on="" which="" rows="" meet="" this="" criteria,="" i="" want="" to="" replace="" the="" values="" in="" a="" different="" column="" of="" the="" array="" (change="" to="" 'nan'="" so="" that="" the="" values="" will="" not="" be="" included="" in="" any="" calculations="" on="" that="" column,="" for="" example="" the="" finding="" the="" mean).=""  i've="" attached="" a="" sample="" .csv="" file.=""  if="" the="" values="" in="" column="" 3="" (index="" 2)="" are="" less="" than="" 0.980="" (or="" some="" other="" user="" defined="" value),="" then="" the="" value="" in="" column="" 2="" (index="" 1)="" should="" be="" replaced="" with="" nan.=""  can="" someone="" help="" out="" with="" this="" search="" and="" replace="">

    Thank you

    Keith

    (using LV 2009 SP1)

    A few quick hits.

    You can merge the two for loops

    You have not need one of the constants 1 and 2 in the index table.  They will solve automatically when you expand on the index picture, once you have wired to 0 in the column index.

    It seems a lot of handling additional table spent unnecessarily.

    See below.  I did not try to duplicate your code to see how it actually works, but I believe that I have attached will give the same result with less steps.

  • How can a separator or the second column in the combobox with Labwindows/CVI?

    How can I make custom editable as attached file (Example.jpg) using the ICB library?

    The ComboBox to the figure of capture via MS tool.

    I am a novice in programming as well as the CVI. Please explain in detail if anyone knows.

    You can do this, but it will shows. You can add columns in the control ring menu, so you'll have to create your own popup with a tree control that replaces the menu ring. I have attached a sample program as proof of concept and you get started.

    Hope this helps,

    -jared

  • How to find the lines, where the second column only has a defined value

    I have a table like
    CREATE TABLE MY_MAP
    (
      USERID     NUMBER(10)                    NOT NULL,
      SYSTEMID  NUMBER(10)                    NOT NULL,
    )
    The data in the table can be as below
    INSERT INTO MY_MAP VALUES(1,6);
    INSERT INTO MY_MAP VALUES(2,6);
    INSERT INTO MY_MAP VALUES(3,6);
    INSERT INTO MY_MAP VALUES(1,9);
    INSERT INTO MY_MAP VALUES(2,7);
    Now my requirement is to find all these IDS that are at systemid 6 but not at 9. That is to say

    2.3. [since 1 is both in the 6 and 9], should not be recovered.

    I did two courses is a loop. Can someone give me a single query to do?
    SQL> select * from MY_MAP m
      2  where SYSTEMID=6
      3  and 0=(select count(*) from MY_MAP m2 where m2.USERID=m.USERID and m2.SYSTEMID=9);
    
        USERID   SYSTEMID
    ---------- ----------
             3          6
             2          6
    

    or

    SQL> select * from MY_MAP m
      2  where SYSTEMID=6
      3  and NOT EXISTS (select 1 from MY_MAP m2 where m2.USERID=m.USERID and m2.SYSTEMID=9);
    
        USERID   SYSTEMID
    ---------- ----------
             3          6
             2          6
    

    or

    SQL> select * from MY_MAP m
      2  where SYSTEMID=6
      3  and userid not in (select userid from MY_MAP m2 where m2.SYSTEMID=9);
    
        USERID   SYSTEMID
    ---------- ----------
             3          6
             2          6
    

    or

    SQL> select userid
      2  from MY_MAP
      3  where SYSTEMID in (6,9)
      4  group by userid
      5  having sum(decode(SYSTEMID,9,1,0))=0;
    
        USERID
    ----------
             2
             3
    

    Max
    http://oracleitalia.WordPress.com

    Published by: Massimo Ruocchio March 1, 2010 10:43

  • help the waves non-sinusoidales export to spreadsheet vi

    Hello

    I use the "export to spreadsheet waves" vi to save the data of an LVDT in a csv file. However, when I use this vi, my csv contains two columns. One is the time stamp and the other is the: value LVDT.

    I would like the first column contains the time (in seconds since the beginning of the collection of data NOT as a timestamp) and the second column should be the value of the LVDT.

    It would also be good to be able to write the date of the acqusiition given to the first line of the spreadsheet. However, I could just write a code that gives the csv a title containing the date.

    Can someone give me some ideas on how to do this?

    Thank you very much.

    John

    Combine the table Y and the time with the Array function table build. Make sure you don't select Concantenate entered

  • How to read the two columns of data from the Port series

    Hello

    I'm reading two columns of data from the serial port.

    Example:

    52439 52430

    52440 52437

    52209 52214

    51065 51070

    52206 52390

    I use the serial of Visa service and I can read the first column of data from the serial port, but I can't understand how to read the second column.

    I want to both sets of chart data.

    I enclose my VI.

    Thank you for your help.

    The analysis of string function takes a "Format string" on top (with the right button of the function and choose Help, which explains all the entries).  In particular, you can say 'Give me two numbers separated by a tab' and the output will be two numbers (whole or floating, depending on the chosen format).  In particular, %d\t%d specifies a decimal integer, , whole decimal.

  • Use the 2nd column for the label data

    This should be easy. Online help for the numbers shows an example under Add graphics > adjust figure brands and labels.  My table is a simple 2-d column chart. In a single column, I have the weight in pounds, and in the second column, I have a date. When I have only the weight column selected in the form of data, I get a graph that is almost perfect, but there is no date label. When I try to include date data, I have a reverse relationship X and Y. Once I selected a cell as reference data, it doesn't have any way to deselect. What I want to do is chart weight against date and have the date appear as a label.

    Any advice is welcome.

    Hi innerserenity,

    I swapped the order of the columns. Column A is a column header.

    Kind regards

    Ian.

  • It is possible to select a column of text tabbed without selecting the adjacent column of the tabulated text?

    I have two columns of text created with tabs. I want to select the first column without selecting the second column (I want to format the first column differently). Hope it would be possible to drag a marquee on it and have it select but apparently not. Will do it line by line, but for later use, would like to know if there is a way.

    David

    Creates the tabbed table text would allow you to do. It will give you much more control over the formatting as well.

    To change the text tabs in a table, select the text with tabs and choose table > convert text to table.

  • easily the value column in the row of the table when you click check box

    Hello

    in Jdev 11.1.2.3 I have a table which line is made up of 2 columns:
    How can I set value #{securityContext.userName} for it1 in column 2 when soc1 is amended in column 1?
    I can see how to set < af:setPropertyListener soc, then find currentRow in sib and set the respective attribute in VO.
    Can someone suggest an easier approach, a shortcut to one upstairs? In my view, there are some... :-)
    Use a clientListener?

    < af:column sortProperty = "#{bindings." V1.hints.selected.name}"sortable ="false ".
    headerText = "" id = "c1" width = "30" > "
    < af:selectBooleanCheckbox value = "#{row.bindings.Selected.inputValue} '"
    label = "#{row." Bindings.Selected.label}.
    shortDesc = "#{bindings." V1.hints.selected.ToolTip}"id ="sbc1"/ >
    < / af:column >

    < af:column headerText = "#{bindings." V1.hints.ProcessedUser.label}"id ="17">
    < af:inputText value = "#{row.bindings.ProcessedUser.inputValue}"it1 "
    < / af:column >

    Hello

    is easier to

    1. open the Pagedef
    2 create a new attribute value binding in the bindings section
    3. choose the table iterator
    4. mark the attribute for the second column and OK it
    5. in the setPropertyListener, you can now pass the value as #{bindings.. inputValue}

    Frank

  • Help!  I'm stuck.  No, not the child into the well.  I took a picture and put a second layer top with a rounded rectangle to make a frame.  My problem is that I need to find a way to hide the small box outside the box on the second layer.  Thanks to

    Help!  I'm stuck.  No, not the child into the well.  I took a picture and put a second layer top with a rounded rectangle to make a frame.  My problem is that I need to find a way to hide the small box outside the box on the second layer.  Thanks to all those who can help you.

    Another option is to put the Options bar of the Rectangle rounded to the path tool

    Trash bolt for the background layer, hold down the Cmd key and click on the symbol of the new layer to layer below the image to white. Then edit > fill with white.

    Return the image layer and draw the image as a path

    Click the load as a selection path in the Panel traced

    Edit > stroke and stroke with color

    Select > Inverse > delete

  • Load balancing between the queues of Tuxedo

    Hello

    I have the following situation where my tuxedo is running on two machines, and on each one, I have a queuespace and a specific queue called TQ1. My question is: if I turn the LDBAL configuration and, on my Services section of the ubbconfig, I put two TQ1 entries, one for each group, Tuxedo perform balancing between the two groups/queuespaces the same as it would with a normal service?

    I have this doubt because on the tpenqueue method call, one of the parameters is the name of queuespace. Seeing that my queuespaces have different names, including that of the queuespaces which was to inform? Or should I rename the two Queuespaces to the same name?

    Also, on the dequeue Tuxedo could as the two queuespace to make the dequeue?

    Thanks in advance,

    brunno Attorre

    Hi Brunno,

    TMQUEUE announces a service which is the name of the queuespace, not the default queue.  Thus, when tpenqueue() and tpdequeue() do their work, they apply to a service with the name of the queuespace.  As the tuxedo does not know that these service names are associated with the queue space, it will load applications of balance to several TMQUEUE servers that advertise the same name of queuespace.  In fact, for scalability purposes, you can configure several servers TMQUEUE running on the same queuespace if they are on the same machine that they will share the shared memory section associated with the queuespace.  If this is done on different machines, the queuespaces must be different, even if they have the same name.  Access to specific queues will be undefined, which means that if you msg enqueue and then try to specifically dequeue msg has, you might get an error because msg has maybe gone to a queuespace, and dequeue request went to the other.

    We are working on improvements to the queue Message of Tuxedo (an offering message improved to Tuxedo queues) to make something like this work in a more transparent manner, i.e. the dequeue to msg that one would work regardless of machine/TMQUEUE server process requests.

    Kind regards

    Todd little

    Chief Architect of Oracle Tuxedo

  • Vista don't forget display settings; move the second monitor from top right.

    Windows Vista is often (not always) forgotten my display settings for my external monitor.

    I have a Dell XPS M1530 laptop with a NVIDIA GeForce 8600 M GT graphics card.  The laptop is running Vista Home Premium SP2 with all updates applied.  I have a Samsung LCD monitor mounted on the wall above the laptop screen that I use as a second monitor (driven by the output of the laptop).

    I updated the display settings so that my second screen is located above my main monitor. My problem is that Vista often forget this parameter after the standby or hibernation, and returns the value by default display settings of 'second monitor is to the right of the primary monitor'.  This means that I often walk in the display settings to do the right thing (pardon the pun).

    I've seen other messages to try to use 'View to connect' in the settings of Windows Mobile (win - X).  However this option only supports a second monitor is located on the left or the right of the main screen - not on it.

    Any suggestions before I have eventually give up and drill several holes in the wall to mount the external monitor to the right of the screen of my laptop?

    Thank you.

    In my case out of sleep the primary monitor (laptop) is off (still asleep) while the second monitor is on but the resolution is that the screen of the laptop and he took the position of the main monitor. I push the "fn" + 'f4' key to switch between monitors, laptop monitor turns on but the secondary display stands. Another pressure on the keys cause the laptop monitor to be shared and the secondary monitor is now on, that's what toggle keys do. On the third time that the keys have pushed the two monitors came the resolutions they were Setup.

    Try using the ToggleKeys. On some laptops the 'f' key to toggle is "" f5"key. My 'f4' key has the image of two monitors.

    I hope I could help

Maybe you are looking for