文本字段问题 - J2ME 波兰语

发布于 2024-11-05 07:43:07 字数 447 浏览 2 评论 0原文

//#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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

や三分注定 2024-11-12 07:43:07
//#style term
term = new TextField("Term", "", 50, TextField.ANY);
//#style term
term = new TextField("Term", "", 50, TextField.ANY);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文