I did not think that you ignored mail body :)
Do I have to implement modal windows ? Android için Outlook'u edinin On Mon, Nov 25, 2019 at 7:47 PM +0300, "Alex Harui" <[email protected]> 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 <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Monday, November 25, 2019 at 8:44 AM To: "[email protected]" <[email protected]> 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ş <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Monday, November 25, 2019 at 8:39 AM To: "[email protected]" <[email protected]> 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" <[email protected]> wrote: Nobody has asked for it so far. Feel free to implement it. -Alex From: Serkan Taş <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Monday, November 25, 2019 at 1:05 AM To: "[email protected]" <[email protected]> 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
