You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to display a long label in a table, with the label fully displayed, on several lines.
I've tried adding variableRowHeight="true" AdvancedDataGrid but it doesn't work.
In flash :
With apache royale:
When looking into it, i ended up in the UITextField.as class and saw :
// not implemented
public function set multiline(value:Boolean):void
{
}
Is there a plan to implement it ? Or should i be doing things differently ?
Any help would be appreciated, Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
i'm trying to display a long label in a table, with the label fully displayed, on several lines.
I've tried adding variableRowHeight="true" AdvancedDataGrid but it doesn't work.
In flash :
![image](https://private-user-images.githubusercontent.com/23524780/241898640-2a4208fd-d42c-44d3-86da-dfc342f4badc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDA4MTQsIm5iZiI6MTczOTAwMDUxNCwicGF0aCI6Ii8yMzUyNDc4MC8yNDE4OTg2NDAtMmE0MjA4ZmQtZDQyYy00NGQzLTg2ZGEtZGZjMzQyZjRiYWRjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA3NDE1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEyNWQ0Y2ZlN2FlYzNiMzM3MDk0ZGRlZjcwZTFhYjcxZmNlMzQ2YjQ2ODZjMmNlM2E3NGJjNjlhMGUxMThiNWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9Rn2LAUJp9v7bwEZ7TiAKoD92ZLUEeWj82lUlDjJ1W0)
With apache royale:
![image](https://private-user-images.githubusercontent.com/23524780/241898523-33c06e50-68ba-40d9-8a92-c1db1a0fa7a1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDA4MTQsIm5iZiI6MTczOTAwMDUxNCwicGF0aCI6Ii8yMzUyNDc4MC8yNDE4OTg1MjMtMzNjMDZlNTAtNjhiYS00MGQ5LThhOTItYzFkYjFhMGZhN2ExLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA3NDE1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc1ODExOWIxODFhYWVjYjgyNmZlMTMwMzE2NjIzNmI5M2ZlMzgyNWVjODQ1ODIzYTg1NTlmN2MyMGJmNjA2MjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WBwcwjpMAKMf7T99ZvbHs0Dr-MICEVNc_gCOOm5W9M0)
When looking into it, i ended up in the UITextField.as class and saw :
// not implemented
public function set multiline(value:Boolean):void
{
}
Is there a plan to implement it ? Or should i be doing things differently ?
Any help would be appreciated, Thanks.
The text was updated successfully, but these errors were encountered: