文本字段问题 - J2ME 波兰语
//#style term
term = new TextField("Term", "", TextField.ANY, 50);
这个CSS:
.term
{
textfield-direct-input: true;
border-color: black;
font-size: small;
font-color: black;
layout: left;
title-position: top;
background: none;
padding: 10;
margin: 10;
include-label: true;
text-layout: left;
text-wrap: false;
}
但是当我启动模拟器时,在文本字段中我只能写两个字符......我不知道为什么请帮忙,非常感谢
//#style term
term = new TextField("Term", "", TextField.ANY, 50);
And this CSS:
.term
{
textfield-direct-input: true;
border-color: black;
font-size: small;
font-color: black;
layout: left;
title-position: top;
background: none;
padding: 10;
margin: 10;
include-label: true;
text-layout: left;
text-wrap: false;
}
But when I start emulator, in the textfield I can write only two characters...I don´t know why Please help, thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)