Flash iOS 文本字段输入自动调整大小

发布于 2024-12-11 15:29:05 字数 335 浏览 0 评论 0原文

我希望自动设置文本字段的宽度和高度。 但如果我使用:

textField.autoSize = TextFieldAutoSize.RIGHT;

它在计算机上运行完美。但是,如果我将应用程序传输到 iPhone 并进行测试,文本字段会变成一个字符的大小,因此我输入的其余内容会滚动到文本字段区域之外。很难解释发生了什么,但看起来它没有以正确的方式设置高度和宽度。即使我使用它,

textField.scrollV = 0;

它也会不断滚动。

我已尽力解释它,在此先感谢!

谨致问候, 蒂姆

I want the width and height from the textfield to be set automatically.
But if I use:

textField.autoSize = TextFieldAutoSize.RIGHT;

It runs perfectly on the computer. But if I transfer the app to my iPhone and I test it, the textfield turns in the size of one character so the rest I'm typing scrolls out of the textfield area. It's pretty hard to explain what happens, but it just looks like it doesn't set the height and width the right way. And even if I use the

textField.scrollV = 0;

it keeps scrolling.

I've tried to explain it as much as I can, thanks in advanced!

With kind regards,
Tim

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

双马尾 2024-12-18 15:29:05

“使用设备字体”进行抗锯齿。

"Use device fonts" for Anti-alias.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文