开发者

Problem with textfield - J2ME Polish

//#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 te开发者_如何学Cxtfield I can write only two characters...I don´t know why Please help, thanks a lot


//#style term
term = new TextField("Term", "", 50, TextField.ANY);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜