Multi Line Button in codename one

两盒软妹~` 提交于 2019-12-02 13:03:15

问题


I have to display a text line as a button. The text of line is more then limit of line so when i display it in button it scroll the text rather then display multi line button.

Please help to make it multi line.


回答1:


You can use MultiButton but you will have to do linebreaks yourself.

Alternatively you can use a TextArea which supports multi line and if you don't need the pressed state you can just set it to editable false and use setUIID("Button") to make it look like a button. If you need something more elaborate you can use the lead component approach to build a button from a text area, to understand how that works look at the source code for multi button and read the documentation for setting the lead component in the Container class.




回答2:


You can't do multi lines because button extands from label in lwuit. In this case you can use in ticker mode.



来源:https://stackoverflow.com/questions/15358489/multi-line-button-in-codename-one

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!