Null Pointer Exception in CodeNameone

穿精又带淫゛_ 提交于 2019-12-08 08:43:18

问题


I would like to apply css to my codename one application, I have downloaded cn1css-ant-task.jar from git hub and put in my lib directory and I applied css to my app, everything is working fine but after some time I got an error.


回答1:


The exception you are getting from the CSS processor is "unsupported property": Overflow.

Don't use overflow in the CSS used with Codename One. Notice that you can't just get an arbitrary CSS off the internet and use it.



来源:https://stackoverflow.com/questions/36158317/null-pointer-exception-in-codenameone

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