Multiple Paragraphs in Sidebar - Break Flow

Hi,
I'm trying to understand whether (a) this is possible and (b) what the best practice might be...
I'm trying to create a document where there are multiple paragraphs in the side bar, but the text in the main text flow (column) is aligned with the first paragraph.
For example;
Sidebar Main Text Flow
Title Description of work
Date
Location
I can see that a soft (?) carriage return (shift + enter) will allow multiple lines of the same paragraph, but not how to place multiple paragraphs. Part of the challenge is that the different paragraphs would have different formatting that I'd like to adjust globally.

Mark,
First, a question about terminology... do you have a page that you've set up with a special flow / text container to hold a sidebar, or are you referring to the scholar's margin that's part of most default FM layouts?
If the first, you probably can't do it well/easily because there isn't a way to link two separate and discrete flows... because they're separate, by definition.
If the latter, set up one tag, for your Sidebar so it's pagination is Side Head and align it to the first baseline. That's your SidebarAnchor. Up to you whether you'd set it up to carry text or not.
Then, insert an anchored frame at the beginning of that SidebarAnchor tag. In the anchored frame, create a text frame. Put your subordinate sidebar tags (Title, Date & Location in that).
Art

Similar Messages

  • How to join multiple paragraphs into one

    I am working with the latest Pages 5.0.1 that is a step back from Pages '09.
    Every time I paste text from webbrowser each line is pasted as new paragraph. I'd like to select multiple paragraphs and join into a single paragraph.
    I thought of using Replace function, but there is no way to input new line character.
    I tried coping end of line and pasting and it does not work. It might've worked in Pages 09.

    Hi Sergei,
    I tried coping end of line and pasting and it does not work. It might've worked in Pages 09.
    It works in TextEdit. Click at the start of Line 2. Hold the shift key and click at the end of Line 1.
    Now you have selected a Paragraph Break.
    Edit > Copy (command c).
    Edit > Find > Find and Replace (option command f).
    Paste (command v)  the Paragraph Break into the Find box.
    Type a space into the Replace box.
    Click on All.
    Maybe this method will work in Pages 5.
    Regards,
    Ian.

  • GREP: Find multiple paragraphs between brackets

    Attempting to write a grep that will find text, including paragraph breaks, between bracketed tags [EXT] and [/EXT].  It looks like this:
    Int hillestisite militam dolupta corera seque nonsers perrum aut aut por aut et et earum dolorio dolut re
    [EXT] m doluptae dolorem idebit pa dolendit, optassi mendae optam labor sita consecum
    conet ere, nihil etum sa conem dolessim rehenisquam con pos eatem ipistio odit acienetur ratis dolupti orenim et inveni officati undi reium faccae. Pienistecae n[/EXT]
    [EXT]onsed et aliciae plabor aut mos qui tem nobis quatis denihil latusantin estion recte explaborem ent quist, solest, omniendaecto bersperro dolest, volene sam autatur, volupta tiossit ab imuscia epernature et alitatuscia qui niendant que ne qu
    atiassit, et pa ditati res dolent, cum estis eatempo rerovid elenis nis volecu
    mquam quo eumet quis dolupta voles dollantium a quidi doloriori officilis mintior entini unt quo eost ma doluptiorro ea
    quibus a et fugiatibus excepuditi cus utecus moditatem consequ atemoditia doluptat dolum quos res doluptibus arum fu[/EXT]
    ga. Nam, quis minullor adignita soluptias etus sit quam quis am vendiciis alit ero eliq
    Here's my formula:
    \[EXT](.+\r.+)+\[/EXT]
    It will find the second set of brackets, the one with multiple paragraph breaks, but won't find the first set, the one with only a single paragraph break.
    Any ideas?
    Thanks!

    There are various so-called non-capturing modifiers: (?s), (?i), etc. And even capturing parentheses can be made non-capturing if you just want to group something. E.g. (this|that)? captures all this and that, but if you want to test for the presence of this or that without any need to capture any of them, you use (?:this|that)?
    Tables are a problem, they're one of those things that . doesn't match. Footnotes are another one, though you can get around them somehow. Tables appear to be an absolute break. Please file a bug against that at http://www.adobe.com/misc/bugreport.html
    Peter

  • In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph?

    In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph. 
    I need to make a table of contents for my Mater's Thesis and want to use the automatic table of contents feature.  I want the first sentence of a paragraph to have a different paragraph setting than the rest of the paragraph.  Is this possible?
    Thanks!

    Nice of you to be doing this for your Mother's Thesis.
    There are several issues here:
    1. A Paragraph Style is what it says, the style for the paragraph
    2. You can format text within a paragraph by applying a Character Style
    3. Pages 5.5.1 lets you apply formatting to overall text for the T.O.C. but not parts of it and you can not retain that formatting as a Paragraph style
    So in answer to your question, no.
    You will need to create the T.O.C. manually and unfortunately as Pages 5.5.1 can't create bookmarks (just one of over 100 missing features) you will be unable to link the T.O.C. to the referred pages in the list.
    Peter
    Apple's marketing slogan:
    Pages 5.5.1 - Can't Do That!

  • Printing Standard TEXT  with multiple paragraphs in smartform

    Hello all,
    I have a requirement that, there is a very long standard text stored in a notification of an order in SAP ISU system. The text contains multiple paragraphs with indentations. I want to print this text directly into the smartform WITH SAME INDENTATION AND PARAGRAPH FORMATTING.
    First i am reading the entire text using FM READ_TEXT.
    My first  problem is even if i read the text into a variable of type STRING , it just prints 255 characters of it.
    And secondly if i try to printout it using LOOP AT node in smartforms, it prints the entire content but without any formatting .
    Please let me know whether it is possible to print standard text in smartforms or not
    Thanks
    Nilesh Puranik

    Hey ,
    Well thanks for that but my replies got posted 2-3 times unknowingly, could'nt help it.
    Coming to the problem, i  guess you did not get my point when i say dynamic texts for each service order.
    In my Report i am using LOOP AT ITAB ..where in itab i  am storing a service order no i.e. ITAB-ORDER_NO
    Now for every order there is standard text maintained in SO10 starting with order name
    so my code goes like this.
    LOOP AT ITAB.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        ID                            = 'LTXT'
        LANGUAGE            = 'E'
        NAME                      = ITAB-order_no
        OBJECT                   = 'QMSM'
      TABLES
        LINES                         = LINES .
    CALL <SMART FORM Fm>
    ENDLOOP.
    Hence whatever Standard text maintained for that service order i  want to display it as it is in the smartform with same paragraphs formatting and indentation.
    IF i use a variable in smartform and pass the entire text  after using READ_TEXT , it does not format the text  and it just prints only 255 characters even if i define it of type STRING .
    Hence i am stuck in this scenario.
    Appreciate ur help though.
    Thanks
    Nilesh

  • How to display multiple paragraphs

    Hi, I cannot find any tutorials about displaying multiple paragraphs in a Canvas. All the tutorials only print a certain paragraph. When I added a "\n" in the text, it also does not print on the next line. This is the code I used:
    String sentence = "The quick brown fox \n\n\njumps over the lazy dog.";
    Graphics2D g = (Graphics2D) graphics;
              LineBreakMeasurer linebreaker = new LineBreakMeasurer(new AttributedString(sentence)
              .getIterator(), g.getFontRenderContext());
              int y = 5;
              while (linebreaker.getPosition() < sentence.length()) {
                   TextLayout textLayout = linebreaker.nextLayout(300);
                   y += textLayout.getAscent() + 5;
                   textLayout.draw(g, 5, y);
                   y += textLayout.getDescent() + textLayout.getLeading();
              }This prints
    The quick brown fox jumps over the lazy dog.but what I expect is
    The quick brown fox
    jumps over the lazy dog.Can someone help me please. Thanks!

    Hi,
    I went through the API documentation for the java.awt.font.LineBreakMeasurer and I have found two examples at the class API level; Please do read the api again with the example which gives a good details of the class and especially with displaying a paragraph inside a component.
    LineBreakMeasure
    Regards,
    Alan Mehio
    London, UK

  • Only about 2/3 of the column show. Also, paragraphs on sidebars, such as the Youtube subtitle sentences are cut so after the first line I only see the top of the second line.

    Only about 2/3 of the column show. Also, paragraphs on sidebars, such as the Youtube subtitle sentences are cut so after the first line I only see the top of the second line.

    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    * Firefox > Preferences > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    * Firefox > Preferences > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Multiple paragraph styles in one line

    I'm creating a training manual and I am having trouble with paragraph styles. Here's an example of what I am trying to do:
    "The Dog walks up the hill"
    In the above example, I have created a style for the bolded text and connected it my table of contents. The idea is when I create and update the TOC, "The Dog" will be the entry with the remaining text omitted from the TOC. The issue I am having is because the text is on one line, I cannot have multiple styles. I've tried writing just "The Dog" and then either changing the style or deleting the paragraph break to connect the text below to the main line. Once I erase the paragraph break and the text is on one line, only ONE style is maintained. Now, I can modify the character style; however, because the paragraph style is still the one connected to the TOC, the entire paragraph appears in the TOC.
    Any advice would be greatly appreciated! I've searched everywhere to no avail.
    Thank you very much for your support.

    ajmiddle18 wrote:
    I'm creating a training manual and I am having trouble with paragraph styles. Here's an example of what I am trying to do:
    "The Dog walks up the hill"
    In the above example, I have created a style for the bolded text and connected it my table of contents. The idea is when I create and update the TOC, "The Dog" will be the entry with the remaining text omitted from the TOC. The issue I am having is because the text is on one line, I cannot have multiple styles. I've tried writing just "The Dog" and then either changing the style or deleting the paragraph break to connect the text below to the main line. Once I erase the paragraph break and the text is on one line, only ONE style is maintained. Now, I can modify the character style; however, because the paragraph style is still the one connected to the TOC, the entire paragraph appears in the TOC.
    Any advice would be greatly appreciated! I've searched everywhere to no avail.
    Thank you very much for your support.
    It depends on the breed of dog.
    Is the paragraph always a single line?
    Is this dog the leader of the pack? IE, does the phrase you want to keep always begin the paragraph? If so, then you can separate the dog from the pack in the TOC. One way is to surround the pack with a unique character or marker in the main text, like End Nested Style Here, - one after dog, and another after hill, and create a paragraph style for the doggie paragraph to use in the TOC. This paragraph should contain a nested character style that applies microscopic text properties, like paper character color, font .1pt, and horizontal scale .1%. The TOC entries should use nested paragraph styles; the source paragraphs need you to insert the End Nested Style Here markers. The nested style definition in the TOC paragraph styles should apply no character style through the first end nested style marker, then apply microscopic through the next end nested style marker. This will shrink the walks...hill text to an invisible speck, so small that it shouldn't interfere with tab leaders and page-references.
    Another approach is to use a single-row table for the heading, with the dog pent nicely in the left cell, and the pack in the right cell. Each cell contains a paragraph, so only extract the dog to the TOC.
    Search Google for terms like "InDesign hide part of paragraph in toc knowhowpro," "InDesign suppress part of paragraph in contents knowhowpro," "InDesign two paragraph styles on one line," and similar phrases without quotes for some good discussions and a variety of approaches that include layers, anchored frames, and conditional text.
    Search Google for terms like "InDesign conditional text," and "InDesign nested paragraph styles," without quotes for details.
    http://forums.adobe.com/message/3206266 has a long discussion that may shed some additional light.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • (new to scripting) Only allow certain paragraph styles to break to next column/page

    Hi all,
    As stated, I'm very new to scripting. I've done a few small scripts to automate Photoshop tasks and such. I'm in the process of trying to learn Javascript as much as possible, with the hope of bringing about more efficiency for our small production department. It's a daunting task, but I'm trying my darnedest.
    One of the number one goals I have is the find a way to automate pagination of weekly transaction records. These records run between 32 to 48 pages normally, with each page having 5 columns. Creation of these pages is very systematic, so it would seem that this process should be able to be automated, but there are some challenges I'm having a hard time thinking about how to attack.
    One of the key tasks needing to be figured out is getting the records to go in with headings and subheadings always starting at the top of a page/column. Just about all the copy comes in with predetermined paragraph styles, so a script should easily be able to search for instances of each style. What needs to eb accomplished is only allowing the flow of copy to break on certain styles and not others ... (counties, towns, etc.)
    For example: if you have the following  ...
    Countyland <styled "county">
    Utopiatown <styled "town">
    46 Appletree Lane ...... $500,000  <styled "listing">
    Sold by: Some Guy   <styled "listing">
    Bought by: Other Guy  <styled "listing">
    Mortgage: This Bank  <styled "listing">
    Date: 12/14/11  <styled "listing">
    Dystopia Village <styled "town">
    47 Orangeplant Road ...... $400,000  <styled "listing">
    Sold by: Some Guy   <styled "listing">
    Bought by: Other Guy  <styled "listing">
    Mortgage: This Bank  <styled "listing">
    Date: 12/14/11  <styled "listing">
    If the two records above were to fall near the end of a column, the break to the next column should NOT occur anywhere except:
    - Before the county (causing the county to start at the top of the next column
    - Before the second town (Dystopia Village, forcing that town to the top of the next column)
    - After both (forcing whatever town/county is next to goto the top of the next column)
    So basically, I need to find a way PREVENT column breaks where they should not occur. Inserting column breaks is one thing (I know how to do that). Prevention is the issue though that confounds me.
    Does anyone have any thoughts of how to achieve such a thing? I know there are "non-breaking space" characters ... is there, or could there be, some kind of a "non-breaking return" character? Or would it be more feasible to test for the paragraph style at the bottoms of columns and insert column breaks in once it finds an appropriate match?
    Am I going about this all wrong?
    Again, any help or suggestions are more than welcome.
    Thanks much.
    ~Nate
    FYI .. using InDesign cs5.5

    I am now wondering about a possible solution. It would be one hell of a challenge for me to figure out how to code it, but I at least need to figure out the theory first, then I'll try to figure out how to code it.
    Again, the issue at hand is preventing column breaks for the "listing" style in the following example. Please note, the number of "listing" lines varies. If the following two entries (in a long list of similar entries) were to be near the end of a column, I'm trying to cause the flow of text to break only before a county style, or a town style (if it's not the first town in the county).  Basically, no breaks in the middle of listings.
    Countyland <styled "county">
    Utopiatown <styled "town">
    46 Appletree Lane ...... $500,000  <styled "listing">
    Sold by: Some Guy   <styled "listing">
    Bought by: Other Guy  <styled "listing">
    Mortgage: This Bank  <styled "listing">
    Date: 12/14/11  <styled "listing">
    Dystopia Village <styled "town">
    47 Orangeplant Road ...... $400,000  <styled "listing">
    Sold by: Some Guy   <styled "listing">
    Bought by: Other Guy  <styled "listing">
    Mortgage: This Bank  <styled "listing">
    Date: 12/14/11  <styled "listing">
    Naomi previously suggested messing with the "keep options" in the styles. This will solve the issue of preventing breaks before listing details start. But it won't help in keeping listing details from breaking, since the number of lines can vary.
    I'm now thinking ... might it be possible to have a script search all copy, looking for the last line of listings, and then apply a second listing style with a different keep option setting? The "normal listing" style would "keep next 1 line". The "last listing" style would not, therefore, allowing a break.
    Here's a map of what I'm thinking: (bear with me on the terrible syntax, this is just for illustrative purposes)
    listingNormal has keep with next 1 line applied
    listingBreak does not keep with next line
    if currentLineStyle == listingNormal
    AND
    style of next line != listingNormal {
    currentLineStyle = listingBreak
    Does this make sense? If so, does this sound feasible?
    Thanks any and all.
    ~Nate

  • How to break flowing text without deleting parts of it?

    Hello,
    is it possible to break a text that flows across multiple pages in one point without automatically deleting the content of the text boxes below the break? Currently, if I have text flowing across several pages and text boxes, any break that I do at one point ("un-chaining") will result in the text in the following text boxes to be deleted.
    Thanks!    

    Have a look at this thread.

  • How to apply multiple paragraph styles to one sentence?

    I'm using paragraph styles but is not helpful because I'm trying to apply 2 different styles within the same sentence which is not working.
    To make it work I select the sentence, apply the style, for instance "xfont-regular" then I select the word within the sentence that I want it to have a different style and I choose from the font list maybe italic so that it looks "something like this"
    Obviously by doing this, I'm loosing all the benefits of using p styles and of course it's so time consuming. Is there any way to break the sentence, keeping it in the same line, so that I can apply different styles to it? and still keep the benefits of just going to the styles and make the changes to the whole document that have that style applied.
    Thank you

    pchinique wrote:
    I'm using paragraph styles but is not helpful because I'm trying to apply 2 different styles within the same sentence which is not working.
    To make it work I select the sentence, apply the style, for instance "xfont-regular" then I select the word within the sentence that I want it to have a different style and I choose from the font list maybe italic so that it looks "something like this"
    Obviously by doing this, I'm loosing all the benefits of using p styles and of course it's so time consuming. Is there any way to break the sentence, keeping it in the same line, so that I can apply different styles to it? and still keep the benefits of just going to the styles and make the changes to the whole document that have that style applied.
    Thank you
    As Diane King mentioned, nested character styles may work for your need. Her example was an initial dropped capital (multi-line first one or several letters of a paragraph.) Dropped caps are a specific type of nested style - always the first one or more characters in a paragraph, two or more lines high.
    To use the general kind of nested style, you need to be able to identify the word or words within the paragraph that gets the nested character style. For example, the third word, or the first two words after the first semi-colon. If there is no pattern of word(s) that can be identified by position or sequence, it's possible that a GREP style can be used to find a common pattern of characters and apply a character style to it, for example a telephone number, date, or currency amount that's identified by a dollar sign, pound, or yuan.
    Search InDesign Help and Google for "InDesign nested style," "InDesign grep style," and similar terms (without quotes) for details. There have been many discussions of GREP on this forum.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Multiple Paragraph Styles / "Add-On" Styles

    Not exactly sure how to clearly describe what I'm after but I'd love to see if Adobe could incorporate this feature.
    I'd love to have an "add on" style where I could apply a paragraph style and any number of "add on" paragraph styles to it.
    For example, say I have three different styles and I need to have the same styles but with a different size. That would require me creating six styles. I'd love to be able to set a style and then an "add on style" for the size, which would reduce the number of styles I had to define, so in this case, the three styles and a fourth "add on style" for the size.
    In some cases like the one above I can use character styles but in a specific document I'm after I have several different paragraph styles requiring different "space after" amounts and I have to define many styles than I'd ideally like. Also it would be useful to be able to just click into the paragraph and add "add-on" styles to it.
    Your thoughts?
    R

    For me more important would be the user defined grid unit which could be used as the unit in defining interline, space before, space after etc.
    For example You have the layout based on interline baseline grid equal to 14 pt. So every space before, space after etc. you define as the part of you grid, for example 14/2 pt or 14/3 pt ect. 
    When you decide to change inteline grid form 14 pt to 13.5 pt you must change every space after, and every interline etc. manually.
    If you will have the a gid unit and ability  to define interline and spacing as a part or as a multiplication of the grid unit it would be only one shot to change all layout.

  • Which paragraph style options break TOC generation?

    Hi,
    I've had a problem with generating tables of contents in InDesign CS3 and which persists in InDesign CS4.
    After much experimenting I've learned that there's something in the paragraph style settings for the headings I want to include in a TOC that prevent them being included. The generated TOC in CS4 is empty. In CS3 it contains two empty paragraphs.
    When I try to create a TOC on the same text, but no style applied to the headings it works.
    So can anyone advise if there's any paragraph style settings (e.g. to do with line and page breaking) that will prevent that paragraph appearing in a TOC?
    Any advice much appreciated!
    Thanks,
    Stu

    Hi,
    Correction to my previous message: I was wrong about the TOC generation working for unformatted headings, it doesn't work then either.
    Would some InDesign expert out there be willing to receive a cut-down version of this document to see if they can successfully create a TOC for it? That's probably the easiest way to learn what I'm doing wrong.
    Thanks,
    Stu

  • Multiple independient instance of task flow

    Hello,
    How do I deploy multiple instances of the same task flow (in panelWindow)? but with total independence in BC.
    The idea is, for example, have several containers (N panelWindow's) and that performing N clicks on a menu, the containers are loaded with the same task flow (same definition different instance). But if you perform an action on one of them (create, delete, search, etc..), The others remain unchanged.
    The task flow should contain all the independence it used VO (Master-Detail,
    Master-Detail1 y Master-Detail2 Detail1 and even Master1-Detail1 and Master2-Detail 2, etc)
    I think the FW is not intended for this, but suddenly, a user requests something like this statement :-).
    Greetings.
    ////////////Castellano :-)
    Hola,
    ¿como implemento varias instancias de mismo task flow (en panelWindow)? pero con independencia total en BC.
    La idea es, por ejemplo, tener varios contenedores (N panelWindow's) y que al realizar N clicks sobre un menú, se carguen los contenedores con el mismo task flow (misma definicion distinta instancia). Pero que si realizo una accion en uno de ellos (create, delete, search, etc.), los demas no se modifiquen.
    El task flow deberia contener la independencia en todas las VO usadas en él (Master-Detail,
    Master-Detail1 y Master-Detail2 o incluso Master1-Detail1 y Master2-Detail 2, etc)
    Me parece que el FW no esta pensado para esto, pero de pronto, un usuario solicita algo parecido a lo enunciado :-).
    Saludos.

    You may configure the taskflows to use isolated DataControl frames. In this way each taskflow instance would have its own set of DataControl instance (and AM instances as a consequence) and the separate TF instances will not share its data.
    You can set that in the TF definition. Use the Property Inspector, go to the section "Behaviour" and uncheck the checkbox "Share data controls with calling task flow".
    Dimitar

  • Selection issue with Multiple containers when text re-flows

    Hi,
    I am building an EPUB reader in Flex 4.51. using TLF 2.0.3. I have text running across multiple containers. We add the controllers dynamically to ensure that there are as many containers as the content can have. Now, we updateAllControllers when status of a graphic element changes or when there's an increase in font size. So, after each activity we add more controllers if required. The text and images correctly reflow to the next container in this case. However, the issue comes with selection. If a piece of text reflows from one container and moves to another, when we try to select it, it doesn't highlight.
    The SelectionChange event triggers and the values are mostly correct but no highlighing. We noticed that if we remove all controllers and recreate them, the issue is resolved. But, we cannot remove and add containers each time font size changes.
    Kindly help and let me know where can the issue be? Remember that the text correctly reflows to containers and it's only the selection that doesn't work. This is a very common scenario for a reflowable content holder so I am sure I am missing something obvious. Please help.

    I found the root cause of the bug is in removeAndRecycleTextLines() of ContainerController.as. The private "_textBlock" properties of some paragraph elements are incorrectly set as null there. When we want to get TextLine from TextFlowLine by getTextLine(), because paragraph._textBlock is null, TLF actually recreates some new, unused TextLines to return, which are not the ones on the sprite....
    The fixed function is as follows and the bold, italic lines is the fix. I just modified a condition. It passed all existing test cases. I'm not sure it could be all right with your project. If it is still not OK for any of your scenarios, please tell us and we will appricate your feedback.
    private function removeAndRecycleTextLines (beginIndex:int, endIndex:int):void
                var backgroundManager:BackgroundManager = textFlow.backgroundManager;
                var child:TextLine;
                var textBlock:TextBlock;
                for (var index:int = beginIndex; index < endIndex; index++)
                    child = _shapeChildren[index];                   
                    removeTextLine(child);
                    CONFIG::debug { Debugging.traceFTECall(null,_container,"removeTextLine",child); }
                    // when we've removed all the lines in the paragraph in shapeChildren, run through the textBlock and if all lines are not in view,
                    // release the lines from the TextBlock, and release the TextBlock itself.
                    if (child.textBlock != textBlock)       
                        if (textBlock)
                            releaseLinesInBlock(textBlock);
                        textBlock = child.textBlock;
                // Bug #2988783  -By Jin Huang
                // releaseLinesInBlock() be called here only when
                // 1. the end of final container
                // 2. the end line of TextBlock is the end line of the container
                if (textBlock && (textBlock.lastLine == child || flowComposer.getControllerIndex(this) == flowComposer.numControllers - 1))
                    releaseLinesInBlock(textBlock);
                // Recycle lines not in view and not in the TextBlock
                if (TextLineRecycler.textLineRecyclerEnabled)
                    while (beginIndex < endIndex)
                        child = _shapeChildren[beginIndex++];
                        // Recycle if its not displayed and not connected to the textblock
                        if (!child.parent)
                            if (child.userData == null)
                                TextLineRecycler.addLineForReuse(child);
                                if (backgroundManager)
                                    backgroundManager.removeLineFromCache(child);
                            else
                                var tfl:TextFlowLine = child.userData as TextFlowLine;
                                if (tfl && tfl.controller != this)        // don't release lines that belong to other containers
                                    continue;
                                if (child.validity == TextLineValidity.INVALID || (child.nextLine == null && child.previousLine == null && (!child.textBlock || child.textBlock.firstLine != child)))
                                    child.userData = null;
                                    TextLineRecycler.addLineForReuse(child);
                                    if (backgroundManager)
                                        backgroundManager.removeLineFromCache(child);

Maybe you are looking for

  • Using separate_frame=true and trying to close the applet window after...

    We are using separate_frame=true and trying to close the applet window (the one with the large gray box) after using the following post-form trigger: if :system.last_form = 0 then           message('Please wait while Forms closes - '||:system.last_fo

  • Losing Mapped Drives

    I recently purchased and setup my linksys WRT54GR router. I am having a problem with the mapped drives on my computer dropping their link and not being able to be reconnected. The primary part of the network consists of a server running Windows 2003

  • Finding and Deleting Installed Themes - Keynote '09

    I downloaded a Keynotes' theme that was packaged as an Installer package (.pkg). I installed it. The theme did not install in ~/Library/Application Support/iWork/Keynote/Themes/ like a normal custom theme. When I opened Keynote, the theme was in the

  • Improve Performance of Dimension and Fact table

    Hi All, Can any one explain me the steps how to improve performance of Dimension and Fact table. Thanks in advace.... redd

  • Internet Radio on ATV Take 2 is Working

    I like the new feature that Version 2.0 give to ATV Internet Radio and Airtunes Good Job Apple Thanks Apple FAN