Ok, I got it. Thanks Android için Outlook'u edinin
On Mon, Nov 25, 2019 at 7:47 PM +0300, "Alex Harui" <aha...@adobe.com> wrote: Ah, I see where you asked an unrelated question about popup modal. I thought popup modal was working. It is a bug and should be fixed if it isn’t. And you or anyone is welcome to work on that as well. -Alex From: Alex Harui <aha...@adobe.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Monday, November 25, 2019 at 8:44 AM To: "users@royale.apache.org" <users@royale.apache.org> Subject: Re: textFlow is missing in TextArea component The subject of the email is ‘textFlow is missing in TextArea”, so that one. From: Serkan Taş <serkan....@likyateknoloji.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Monday, November 25, 2019 at 8:39 AM To: "users@royale.apache.org" <users@royale.apache.org> Subject: Re: textFlow is missing in TextArea component Which one iş not implemented, both? Android için Outlook'u edinin On Mon, Nov 25, 2019 at 7:22 PM +0300, "Alex Harui" <aha...@adobe.com> wrote: Nobody has asked for it so far. Feel free to implement it. -Alex From: Serkan Taş <serkan....@likyateknoloji.com> Reply-To: "users@royale.apache.org" <users@royale.apache.org> Date: Monday, November 25, 2019 at 1:05 AM To: "users@royale.apache.org" <users@royale.apache.org> Subject: textFlow is missing in TextArea component Hi, I am using popup to show a content of a file and setting the "textFlow" attribute of TextArea component. protected function setLineNumbers():void { var flowComposer : StandardFlowComposer = StandardFlowComposer(mainTextField.textFlow.flowComposer); var absoluteIndex : int = mainTextField.selectionActivePosition; var lineIdx : int = flowComposer.findLineIndexAtPosition(absoluteIndex); lineNumbers.text = (lineIdx + 1) + "/" + mainTextField.textFlow.numChildren; //endOff.value = 5000; } I have two questions : 1. Setting modal true does not make the popup modal, is it possible ? 2. TextArea in royale is missing textFlow. Is there any other option ? Thanks, Serkan