Languages

Menu
Sites
Language
Carrige return in PopupText

It seems that tizen.net doesnt support typical .net text syntaxt.

 

So while one might not expect "\n" to insert a carrige return, they would expect

System.Environment.NewLine

to work, but it doesnt either.

Fortunatly there is some information in another non .net related tizen thread:

https://developer.tizen.org/forums/native-application-development/answered-popup-how-show-line-breaks?langswitch=en

 

I would expect the transition over to standard .net text handling.

Perhaps ill file a bug someday

Edited by: Anonymous on 26 Jan, 2020

Responses

3 Replies
Tizen .NET

Hi,

Please tell us which UI control you used (or how to reproduce it) and it will be helpful to check the issue.

Thanks.

 

 

Alvarez

Sorry for late reply.

For example InformationPopup object

This code inside of a CirclePage

            var infoPopup = new InformationPopup
            {
                Text = $"Line1.{Environment.NewLine}"
                       + $"Line2.{Environment.NewLine}"
                       + $"Line3",
            };
            infoPopup.Show();

 

 

Produces this result:

 

Tizen .NET

Thank you for reporting it.
This issue'll be resolved in the next release of Tizen CircularUI. 
Thanks.