Problems of multiline

Many of the users of a form use PDF-XChange Viewer and although I said that the options properties shouldn't be scrollable and have 810 character limit if the user is allowed to write off the boundaries of the text box, when they write short lines, forced line break. The same happens when I try the form in windows player 8. In Acrobat Reader, the form behave perfectly.

Clients will not use the auto font size. But they ask me to set a maximum number of rows to 10.

Is this possible?

These forums are on Adobe software. If you have problems with the applications by other companies, post it in their own forums...

Tags: Acrobat

Similar Questions

  • Problem with the multiline ToolTip

    I like tooltips (even if I open many wishes, see here, here, here, here, here and here ), but now, I found a problem if we use a ToolTip that consists of several lines and its control is located near the bottom of the screen.

    ToolTips are smart enough to move to the left if the ToolTip text is too long to fit on the screen. However, the similar condition for a vertical movement has been neglected, so if control is near the bottom of the screen and the ToolTip text consists of several lines, it can happen that the lower lines are not displayed.

    OK if Panel / control is at the right end of the screen:

    Not OK if the control panel is at the bottom of the screen:

    Thanks for reporting this, Wolfgang. I created a bug for her report (556606).

  • Firefox and multiline Word Wrap problem



    Hello
    MacBook Pro
    Firefox 2.0.0.3
    MacOSX 10.4.9
    Dreamweaver8 8.02

    I can't get Firefox to recognize the function of skin DW in multi-line text entries. The text wraps not, and thescroll bar appears at the bottom of the text box not on the side. What is even more unbearable, it's that I can't change the "style" (font, size, bold, etc.) in the multi-line text box...

    Does anyone know of this problem or solution/work around?

    I tried:
    -Whole word wraps (physical, virtual, and by default,)... How does not work
    -Tried in different browsers (Safari, Explorer)... Works
    -All other fields of form in my post respond to changes to text style (font, etc.) ... Firefox does NOT work in a line
    -Switched back to single line... Firefox DO meets the style of text changes

    Thanks for any help...

    {skin: ;}} is an exclusive property of IE and not part of the css.
    correct handling of Firefox. Unfortunately, the FF does not support a soft
    Hyphen

    Gary suggests that you can insert a hair space,  
    Do {overflow: hidden ;} would cut the overflow, and {overflow: auto ;}}}
    would cause the overflow to allow scrolling.

    "OleLena" wrote in message
    News:eu8tmm$7QD$1@forums. Macromedia.com...
    >
    >
    > Hi,.
    > MacBook Pro
    > Firefox 2.0.0.3
    > MacOSX 10.4.9
    > Dreamweaver8 8.02
    >
    > I can't get Firefox to recognize DW wrapping in multi-line feature
    > text
    > entries. The text wraps not and thescroll bar appears at the bottom
    > of the
    > textarea not on the side. What is even more unbearable, it's that I can't
    > to
    > change the "style" (font, size, bold, etc.) in the multi-line text box...
    >
    > Does he know about this problem or solution/work around?
    >
    > I tried:
    > - All the word encapsulates (physical, virtual, and by default,)... How does not work
    > - Tried in different browsers (Safari, Explorer)... Works
    > - All other fields of form in my post answer text style changes (font,
    (> etc..) ... Firefox does NOT work in a line
    > - Switched back to single line... Firefox DO meets the style of text
    > changes
    >
    > Thanks for any help...
    >

  • Buffer problem and cases of ring series

    Hi all

    I had an interesting problem and have a moment that is difficult to find a solution and thought a pair of fresh eyes can help!  I read data during the series using VISA.  That's going well.  I do this continuously and then adding in a string.  This string, I look for new lines and pull them out of the buffer series chain.  I have then look at the lines to see if they have the appropriate orders and, if so, analyze these commands to control a box structure.

    Now, here's the interesting part.  When I started, I wrote a vi to take in an arbitrary multiline string in and analyze data and sentences, and it works as expected, but when I do it with serial data direct and the ring, the case statement buffer does not.  Also, when I probe the parsed string that will control the case statement, it LOOKS right, but the case statement will not accept it.

    Any thoughts would be greatly appreciated, I'm quite confused as to what is happening here.  I have attached the 2 vi.

    Gurus?  Masters?

    Thank you!

    Jim S,.

    I see a few problems.  As previously validated you should use greater or equal? instead of superior?.  The biggest problem is that you have a string constant value '\n', but the constant itself is not configured for '-' code display mode.

  • Remote PC stops responding when the lines are added to a multiline textbox

    Hello

    When connected two RDP connections and multiline textbox is visible and always up-to-date (e.g. time real record on the screen), then all other processes and threads are suspended on the remote PC. For example, the task manage does not refresh, the clock stops, if you have a few applications running on this PC Server/services so their customers will get the writing/connect timeout errors, etc.

    to reproduce this problem:

    1. create a test application simulating recording in real time on the screen. For example, create a new GUI application (for example, in visual basic, delphi, etc.), several (for example six) textbox, control and set multiline = true (or use TMemo components in delphi), add the button and code to add rows in a loop (for example 200 iterations) these textbox/TMemo controls (see the sample code below). Build the executable

    2. have three PC of loan. The first connect to second via RDP and from there linking to third parties via a second RDP connection. Third PC start test application, that you created in step 1. While the lines are added to the multiline/TMemo text box, try to do something with this PC, for example open the Task Manager, check how it is refreshing, open clock and note how seconds are proliferating, try to connect to some services from another PC (shared disk for example, ftp, web, etc.) and see how to answer they are

    Windows 2000 seems to be ok, xp, 7, Server 2003/2008 have some problems

    is there something that we could do to make the third-party application with real-time logging to the multiline/TMemo text box does not slow down or suspend our services that are running on the same PC, when someone connect via RDP? also, it would be great if microsoft could fix this problem

    example code:

    For i As Integer = 1 to 200
    Dim s As String = «»
    J As Integer = 1 to 10
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox1.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 10
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox2.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 10
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox3.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 20
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox4.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 20
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox5.AppendText (s & Chr (13) & 10)

    J As Integer = 1 to 20
    Convert.ToString (i) & s = s & ""
    Next J
    TextBox6.AppendText (s & Chr (13) & 10)
    Next I

    var
    i: Integer;
    s:string;
    Start
    for i: = 1 to 200 start
    s:='';
    While length<20 do="" s:="s+intToStr(i)+'">
    glMemo1.Lines.Add (s);

    While length<40 do="" s:="s+intToStr(i)+'">
    glMemo2.Lines.Add (s);

    While length<60 do="" s:="s+intToStr(i)+'">
    glMemo3.Lines.Add (s);

    While length<80 do="" s:="s+intToStr(i)+'">
    glMemo4.Lines.Add (s);

    While length<100 do="" s:="s+intToStr(i)+'">
    glMemo5.Lines.Add (s);

    While length<200 do="" s:="s+intToStr(i)+'">
    glMemo6.Lines.Add (s);
    end;

    Thank you
    Paulius

    http://social.technet.Microsoft.com/forums/en-us/itproxpsp/threads

    you might do better at the forum above. Good luck. :)

  • Add ellipses to a multiline RichTextField

    Hi, this is the code of my custom text field Multiline Rich

    As you can see it is very easy to display several lines.

    The problem is that I want to add more features

    Firstly, as a parameter I sent you of the lines, the witch is the maximum amount of the lines I want.

    If the text is too short, I want that number to decrease. Now the text field happens to a lot of height.

    Secondly, the text is too long to be requested amounting to line, at the end of the text, there must be an ellipsis.

    Any ideas?

    public class CustomMultiLineTextField extends RichTextField {
    
        private int lines;
    
        public CustomMultiLineTextField(String text, int lines, long style) {
            super(style);
            this.lines = lines;
            this.setText(text);
        }
    
        protected void layout(int width, int height) {
            super.layout(width, height);
            setExtent(getWidth(), getFont().getHeight() * lines);
        }
    }
    

    The closest thing I found was something like that

    http://www.logresource.com/question/2187245/ShowAll/#additionalAnswersMarker

    And thi

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/how-to-display-multi-line-text-in...

    Thank you

    Using the first link came with it, not the best solution, but it'll do.

    If you have another idea that I'll want to see.

       void wrapString(String inputString, int width, Font font) {
            line1 = "";
            line2 = "";
            line3 = "";
    
            if (font.getAdvance(inputString) <= width) {
                line1 = inputString;
            } else {
                int charsInLine1 = countCharsInLine(inputString, 0, inputString.length() - 1, width, font);
                int lineBreak1 = inputString.lastIndexOf(' ', charsInLine1);
                if (lineBreak1 == -1) {
                    lineBreak1 = charsInLine1;
                }
    
                line1 = inputString.substring(0, lineBreak1);
                line2 = inputString.substring(lineBreak1 + 1, inputString.length());
    
                if (font.getAdvance(line2) > width) {
                    int charsInLine2 = countCharsInLine(line2, 0,   line2.length() - 1, width, font);
                    int lineBreak2 = line2.lastIndexOf(' ', charsInLine1);
                    if (lineBreak2 == -1) {
                        lineBreak2 = charsInLine2;
                    }
    
                    line3 = line2.substring(lineBreak2 + 1, line2.length());
                    line2 = line2.substring(0, lineBreak2);
    
                    if (font.getAdvance(line3) > width) {
                        int charsInLine3 = countCharsInLine(line3, 0, line3.length() - 1,   width - font.getAdvance("..."), font);
                        line3 = line3.substring(0, charsInLine3) + "...";
                    }
                }
            }
    
            System.out.println("line1: " + line1);
            System.out.println("line2: " + line2);
            System.out.println("line3: " + line3);
        }
    
        int countCharsInLine(String str, int min, int max, int width, Font font) {
            if (min >= max)
                return max;
    
            int guess = min + (max - min) / 2;
            int advance = font.getAdvance(str, 0, guess);
    
            if (advance < width)
                return countCharsInLine(str, guess + 1, max, width, font);
            else if (advance > width)
                return countCharsInLine(str, min, guess - 1, width, font);
            else
                return guess;
        }
    
  • Enter multiline bbUI

    Is there any way to get a multiline entry in bbui? I just found the textarea component, but it doesn't look like bb10

    Currently no, there is an open problem (https://github.com/blackberry/bbUI.js/issues/124) for the text box formatting, but it has not been worked on yet.

    BCR.

  • QML layout problem

    I consider myself fairly competent with QML, but cannot get this to work.

    I would a ScrollView at the top of the screen and a multiline inside label, the tricky bit is to operate on the Z10 Q10 formats and in a single file.

    ***********************

    *                            *

    *                            *

    * ScrollView *.

    *                            *

    *                            *

    *                            *

    ***********************

    * Multi-line *.

    *           Text          *

    ***********************

    Dock and absolutely do not work because they hide the text or superimposed according to the order, which leaves StackLayout.

    The problem with this is that using the infinite on the ScrollView turns the multi-line into single line, using average absolute values the text is not down on the Z10.

    Any ideas?

    OK, I think I see not the interest. And if you put the scrollview in another container, then the spaceQuota is calculated:

    // Segmented control navigation project template
    import bb.cascades 1.0
    import com.rim.example.custom 1.0
    
    Page {
        content: Container {
    
            layout: StackLayout {
                orientation: LayoutOrientation.TopToBottom
            }
            Container {
                ScrollView {
                    Container {
                        Label {
                            text: "texte"
                        }
                        Label {
                            text: "texte"
                        }
                        Label {
                            text: "texte"
                        }
                    }
                }
                layoutProperties: StackLayoutProperties {
                    spaceQuota: 1
                }
            }
            Label {
                text: "texte vdsgkso pkbop kbr kbrk oerkb)eobk kebo)kr )bkerbk)oerk b)ekorkbitojkqnjkbnbn ibni nqrjibn inqrb oqrjib pqbj"
                multiline: true
                layoutProperties: StackLayoutProperties {
                    spaceQuota: -1
                }
            }
        }
    }
    
  • height of textbox multiline find when it grows on several pages


    Hello community,

    A user asked me for a TextBox multiline (extendable) with a column next to it which will display the line number of each line.

    Because each type of character can have their own height I thought I'd convert the text of mail as each character using the same height.

    My problem now is that when the text box grows on several pages, I can not get the total height of the text box, only the height of the text box on the first page

    Unfortunately I can not download the form their work for security reasons, but here's the code.

    var txt_CompteRendu = xfa.resolveNode ("formulaire1.page2.sf7.table7.row7_1.Tableau22.row2.txt71_CompteRendu");
    var p2_lbl_rowCount = xfa.resolveNode ("formulaire1.page2.sf7.table7.row7_1.Tableau22.row2.lbl7_LineNum");

    var lblText = "";

    p2_lbl_rowCount.RawValue = "";

    for (var i = 1; i * 10 < = (xfa.layout.h (txt_CompteRendu, "pt")); i ++) {}
    If (lblText! = "") {}
    lblText = lblText + "\n";
    }
    lblText = lblText + i;
    }
    p2_lbl_rowCount.RawValue = lblText;
    Console.println (lblText);
    XFA. Layout.relayout (); need of new provision so that if I remove the lines he change the size of the row2 immediately instead of having to focus on it again then go out

    the variable p2_lbl_rowCount is the use of text labels to display the line number.

    Unfortunately, if the txt_CompteRendu of the text box is more than 72 lines it will be extended to another page, how the meter will stop counting.

    Finally I thought of her.

    It seems that the text box "txt_CompteRendu" is actually divided into several boxes when changing the lines.

    XFA. Layout.h made an option to specify the index of the textbox

    He the textHeight following code will take the height of the text box if the text expand on 3 pages, it also works if the text enlarge on 2 pages or is only a single page.

    var txt_CompteRendu = xfa.resolveNode("formulaire1.page2.sf7.table7.row7_1.Tableau22.row2.txt71_CompteRendu");
    var p2_lbl_rowCount = xfa.resolveNode("formulaire1.page2.sf7.table7.row7_1.Tableau22.row2.lbl7_LineNum");
    var textHeight = xfa.layout.h(txt_CompteRendu, "pt", 0) + xfa.layout.h(txt_CompteRendu, "pt",1) + xfa.layout.h(txt_CompteRendu, "pt",2);
    var lblText = "";
    console.println( textHeight );
    p2_lbl_rowCount.rawValue = "";
    for (var i = 1; i * 10 <= textHeight ; i++) {
        if (lblText != "") {
         lblText = lblText + "\n";
     }
        lblText = lblText + i;
    }
    p2_lbl_rowCount.rawValue = lblText;
    
  • Dialog box with multiline entry?

    I work on the automation of one of our most tedious chart types, a typed statement upward and ran into an obstacle. I have a pop up dialog box that the user fills out. They put in the name of the applicant, position, and then I have a large space to paste them into the text, they would like to insert into the chart. Unfortunately, it only sticks the first line of the text. Is it possible to enter several lines in a dialog box? Initial searches lead me to believe that entered fast can only be a single line, but I have to imagine that there is a way. Any ideas? Not having not any problems making the text in the box, the question is stick it in the dialog box.

    Thank you!

    Here is a cut down version of the part of the dialog box with the fact that I have problems:

    The GRP is the area that I intended to use for multi-line text blocks.

    // Export dialog
        this.dlg = new Window('dialog', 'Create new depo layer'); 
    
        // PANEL to hold options
        var msgPnl = this.dlg.add('panel', undefined, 'Create new deposition layer'); 
    
        // content GRP
        var contentGrp = msgPnl.add('group', undefined, '')
        contentGrp.oreintation = 'row';
        contentGrp.alignment = [ScriptUI.Alignment.LEFT, ScriptUI.Alignment.TOP]
        
        var contentSt = contentGrp.add('statictext', undefined, 'Content:'); 
        contentSt.size = [100,20]
    
        var contentEt = contentGrp.add('edittext', undefined, ''); 
        contentEt.size = [ 300,500 ];
        
        var btnPnl = this.dlg.add('group', undefined, ''); 
        btnPnl.orientation = 'row'
    
        btnPnl.cancelBtn = btnPnl.add('button', undefined, 'Cancel', {name:'cancel'});
        btnPnl.cancelBtn.onClick = function() {this.dlg.close() };
    
        // OK button
        btnPnl.okBtn = btnPnl.add('button', undefined, 'Create Single Depo Layer', {name:'ok'});
        btnPnl.okBtn.onClick = function() { 
                //add the textPull content in
                var textPullBox = docRef.textFrames.getByName("textPull");
                if(contentEt.text != ''){
                   textPullBox.contents = contentEt.text;
                }
                var paraStyle;
                if (contentEt.text.match(/Q./) || contentEt.text.match(/A./)){
                    paraStyle = docRef.paragraphStyles.getByName("DepoPull");
                    }
                else{
                    paraStyle = docRef.paragraphStyles.getByName("TextPull");
                    }
                //apply the paragraph style
                for(tp=0; tp<textPullBox.paragraphs.length-1; tp++) {
                    paraStyle.applyTo(textPullBox.paragraphs[tp], true);
                }
                
                //close dialog box
                this.dlg.close();
        };    
    
        this.dlg.show();
    
    // change to this:
    var contentEt = contentGrp.add('edittext', undefined, '', {multiline: true, scrolling: true});
    

    Hope this helps your efforts.

  • Problem with text!

    I need your help. I have problems with the text. When I taper type text, and then try to resize the box, the text is that in a straight line (it does not resize). By default, the behavior is set on "Multiline no film." That's the problem, and if so, how to change that? The other options on the 'Behavior' tab are grayed out. Thank you all. I have no probably explains this very well, but I hope someone knows what I'm trying to say.

    You don't say what kind of paper you use. The two Flash mode and standard canvas are supported multiline and automatic text wrapping. Try double-clicking the box at the bottom right of the textfield object while you edit.

  • Problem of size of Script Ancrable

    I have this simple script here and the limits do not work for the size of the window. I also want to make the long text to the low blow a line down to a certain length so that the window is not super long. Any suggestions?

    {
      function myScript(thisObj){
          function myScript_buildUI(thisObj){
             var myPanel = (thisObj instanceof Panel) ? thisObj : new Window("palette", "Script Size Problems", [400, 350, 500, 500], {resizeable:true});
             
             res = "group{orientation:'column',\
              groupOne: Group{orientation:'row',\
              titleText: StaticText{text:'Title Text'},\
              },\
              groupTwo: Group{orientation:'row',\
              effectText: StaticText{text:'More Random Text'},\
              },\
              groupThree: Group{orientation:'row',\
              lorumIpsumText: StaticText{text:'Hey, this is a long sentence that I hope I can make into several lines instead of one long window. Here are more words to drag out the amount of sentence on this, English is a language blah blah blah'},\
              },\
             }";
    
    
             myPanel.grp = myPanel.add(res);
             
            
             
             myPanel.layout.layout(true);
             
             return myPanel;
                   }
       
    
    
          var myScriptPal = myScript_buildUI(thisObj);
    
    
          if (myScriptPal != null && myScriptPal instanceof Window){
             myScriptPal.center();
             myScriptPal.show();
    
    
          }
    
    
       }
       myScript(this);
    }
    

    Dockables scripts do not use the option limits because the code is placed in a Panel to be used and resized in the interface of AE. These limits would only take effect if your script has been launched from the Scripts menu and not the window menu. How it would be run as a floating window and then join your limits settings.

    For the StaticText, you can add the StaticText property "multiline: true.

    lorumIpsumText: StaticText {text: 'YOUR TEXT LONG', properties: {multiline: true}}, \

    It will then end your text based on the width of the container.

  • Why a form in InDesign CC 2014 multiline text field wraps not the text in the exported PDF file?

    I created a form in InDesign CC 2014. The form fields are text with a font size of 12 point and multiline text attribute. I export to PDF interactive form. Open the PDF file in Acrobat XI. When I type in the form field, the text is centered vertically in the form field and wraps around, when I type a value in addition to a line of words in the field.

    I would like that text to start at the top of the field and fill down. Also, I would automatically wrap it around the input text.

    Any advice?

    Delete any point in the name field.

    There is a problem like that if there is a point understanding between the words or numbers in the name of the text box in the button panel.

  • Problems with the user interface button

    I know it's a simple enough question, but do not understand the error myself.

    The problem is that the "Reading license" button does not run the alert("");

    I have tried all the ways, I know, but can't seem to understand.

    Is there something that I missed?

    Create window

    hwin var = new window ('dialogue', "Help and settings", undefined);

    hrs var = ' group {orientation: 'column', alignment: ["fill", "fill"] alignChildren: ["fill", "fill"],-}.

    groupOne: group {orientation: 'column', alignment: ["fill", "fill"] alignChildren: ["fill", "fill"],------}

    bannerImage: Image {text: 'Image', image :'/ C/Program Files/Adobe/Adobe After Effects CS6/Support Files/Scripts/ScriptUI Panels/Layer_tools Icons/Banner.jpg'},\}

    Subject: StaticText {text: ", properties: {multiline: true}}, \

    helpImg: Image {text: 'Image', image :'/ C/Program Files/Adobe/Adobe After Effects CS6/Support Files/Scripts/ScriptUI Panels/Layer_tools Icons/Description.png'},\}

    },\

    groupTwo: group {orientation: 'row', alignment: ["fill", "fill"] alignChildren: ["fill", "fill"],------}

    ccLicens: button {text: 'Reading license', preferredSize: [75,25], alignment: ['right', 'Center']},

    okButton: button {text: 'OK', preferredSize: [75,25], alignment: ['right', 'Center']},

    },\

    }";

    hwin. GRP = hwin.add (HRS);

    All text:

    hwin.grp.groupOne.about.text = 'name ' +.

    ' \nCreated by: © copyright 2013 +.

    "\n\nLorem ipsum dolor sit amet, adipiscing elit computer." +

    "\n\nLorem ipsum dolor sit amet."

    OK button

    OK var = hwin.grp.groupTwo.okButton;

    Ok. Onclick = function()

    {

    hwin. Close();

    };

    Play button of license:

    var readLicense = hwin.grp.groupTwo.ccLicens;

    readLicense.Onclick = function()

    {

    Alert ("Something");

    };

    Display 'Help and settings' victory

    hwin. GRP. Layout.Layout (true);

    hwin. Center();

    hwin. Show();

    Quentin

    Should be "onClick".

    readLicense.onClick = function() {}

    Alert ("Something");

    };

  • Problem with scrolling TlfTextField

    Hello

    I use FLashDevelp and library:

    textLayout.swc

    tlfruntime.swc

    Here is implementing the code:

    var tlf:TLFTextField = new TLFTextField();

    Tlf.Width = 300;

    Tlf.Height = 200;

    Tlf.Multiline = true;

    tlf.wordWrap = true;

    tlf.setSelection (0, 0);

    this.addChild (tlf);

    later, I added image by EditorManager:

    var editManager:EditManager = EditManager (tlf.textFlow.interactionManager);

    var img:Bitmap = new Img();

    inlineImg = editManager.insertInlineGraphic (img, 100, 100);

    everything is ok, but when I add the new line of text is possible and img go top of page tlfTextField and img is invisible I got an error:

    TypeError: Error #1009: cannot access a property or method of a null object reference.

    at flashx.textLayout.container::ContainerController/ http://ns.Adobe.com/TextLayout/internal/2008:updateGraphics ([C:\Vellum\branches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\contai ner\ContainerController.as:3182])

    at flashx.textLayout.container::ContainerController/ http://ns.Adobe.com/TextLayout/internal/2008:updateCompositionShapes ([C:\Vellum\branches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\contai ner\ContainerController.as:3080])

    to flashx.textLayout.compose::StandardFlowComposer/updateCompositionShapes() [C:\Vellum\branc hes\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComp dare .as: 616]

    to flashx.textLayout.compose::StandardFlowComposer/updateToController() [C:\Vellum\branches\v. 2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer, as: 559]

    to flashx.textLayout.compose::StandardFlowComposer/updateAllControllers() [C:\Vellum\branches \v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowCompose r.as:517]

    to flashx.textLayout.edit::EditManager/updateAllControllers() [C:\Vellum\branches\v2\2.0\dev\ output\openSource\textLayout\src\flashx\textLayout\edit\EditManager.as:808]

    to flashx.textLayout.edit::EditManager/handleUpdate() [C:\Vellum\branches\v2\2.0\dev\output\o penSource\textLayout\src\flashx\textLayout\edit\EditManager.as:844]

    to flashx.textLayout.edit::EditManager/finalizeDo() [C:\Vellum\branches\v2\2.0\dev\output\ope nSource\textLayout\src\flashx\textLayout\edit\EditManager.as:664]

    to flashx.textLayout.edit::EditManager/doOperation() [C:\Vellum\branches\v2\2.0\dev\output\op enSource\textLayout\src\flashx\textLayout\edit\EditManager.as:613]

    to flashx.textLayout.edit::EditManager/flushPendingOperations() [C:\Vellum\branches\v2\2.0\de v\output\openSource\textLayout\src\flashx\textLayout\edit\EditManager.as:873]

    to flashx.textLayout.edit::SelectionManager/enterFrameHandler() [C:\Vellum\branches\v2\2.0\de v\output\openSource\textLayout\src\flashx\textLayout\edit\SelectionManager.as:1859]

    someone has an idea?

    Best regards, Bart

    I solved this problem. I get new textLayout.swc from this:

    http://sourceforge.NET/projects/tlf.Adobe/files/3.0/

Maybe you are looking for