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<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fghei36&data=02%7C01%7Caharui%40adobe.com%7C79ab18b237e24760e9ad08d771c6c32c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637102970801771514&sdata=KjL3yiVQYGr67sfEZEYNV09JTCAofnRmV1ZkzANN0bY%3D&reserved=0>'u
 edinin




On Mon, Nov 25, 2019 at 7:22 PM +0300, "Alex Harui" 
<[email protected]<mailto:[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



Reply via email to