问题标签 [dynamic-text]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
143 浏览

flash - 在 Flash AS2 中的 HUD 上显示分数

我真的需要关于在 Flash 中使用动态文本的帮助(解释)。我在游戏中尝试在 HUD 上显示当前分数时卡住了。我还是 Flash 的新手,所以任何帮助都将不胜感激。

0 投票
2 回答
1004 浏览

twitter-bootstrap - UIWebView 响应“动态类型”,iPad 的文字大小设置

我在 iOS 应用程序中有一个嵌入式 Cordova UIWebView。我已经使用引导程序来使 html 页面具有响应性。现在我想让 web 视图上的文本响应 iPad 的动态文本大小设置。我试过使用“-apple-system-font”,但这不起作用。

0 投票
4 回答
268 浏览

actionscript-3 - AS3-Flash cs6 如何让数字有逗号?

我正在制作一个游戏,当你点击怪物时,你的分数会得到 +1。但是当你的分数超过 1000 时,我希望它是 1000 而不是 1000。我不知道如何做到这一点,因为我没有学到太多动作脚本。我在字体中嵌入了数字和标点符号。到目前为止,这是我的代码:

帮助将不胜感激。

0 投票
2 回答
4859 浏览

selenium-webdriver - selenium Webdriver中的动态文本

我正在自动化一个 Web 应用程序,并且在某一时刻需要帮助。

当我登录网络应用程序时。它要求输入用户名(经理 ID),然后该经理 ID 继续在主页上闪烁。Manager id 会随着不同的登录凭据而变化。

所以我需要继续检查那个 Manager id。

可以在 DOM 中看到的 manager ID 显示为 Manager Id: XXXX

所以请帮助我如何在经理 id: XXXX 之外找到这些“XXXX”

0 投票
2 回答
69 浏览

actionscript-3 - 如何将数字变量连接到 actionscript 3.0 中的动态文本?

我知道这可能很简单,但我一直在到处寻找解决方法,但我就是找不到!我想做一个像健康#这样的东西,所以当你按下任何按钮时,动态文本#会上升或下降。在我的测试项目中,我有两层,第一层带有以下代码

hp 是变量,health 是动态文本。然后我有下一层的按钮:

如果没有第二段代码,动态文本就会出现,但是一旦添加它就会消失,并且按钮没有功能。我怎么做这个工作???再次抱歉,如果这是一个愚蠢的问题,我只是很困惑。

0 投票
1 回答
831 浏览

uitableview - Self-Sizing (Dynamic Height) Cells in iOS 8 - Possible without Custom UITableViewCell?

Is it possible to self-size a UITableViewCell in iOS 8 without creating a Custom UITableViewCell?

I thought that the standard UITableViewCell types (UITableViewCellStyleDefault, UITableViewCellStyleSubtitle, UITableViewCellStyleValue1, UITableViewCellStyleValue2) had built in auto layout constraints. This is confirmed by the fact that the constraints for non-custom cells cannot be changed in Storyboard.

But when I use a non-custom cell of type UITableViewCellStyleValue1, set it up in Storyboard, set numberOfRows for textLabel and detailTextLabel to 0, and set the viewDidLoad code as below, only the textLabel of the cell is accounted for in the autosizing of the height of the cell. If the detailTextLabel ends up displaying on more lines than the textLabel, the text for detailTextLabel spills out over the top and bottom edges of the cell. Again, the cell does resize properly for the textLabel, but seems to ignore the detailTextLabel in its resizing process.

The main thing I need to know is - do I need to create a custom cell even for the rows that can use a standard cell if I want to properly support Dynamic Text and Self-Sizing?

0 投票
1 回答
1529 浏览

angularjs - 动态文本框的自动完成功能

我有一个动态创建的文本框列表。在第一个文本框中,我将给出产品名称。然后其他文本框应该自动填充相关的值。当我们开始输入产品名称时,它应该在下拉列表中给我适当的建议。我正在尝试在这里实现自动完成功能。有人可以指导我如何实现自动完成功能吗?我也想知道如何获取所有文本框的值。

HTML 代码:

JS代码:

0 投票
1 回答
456 浏览

actionscript-3 - 根据时间和星期几返回不同的文本

基本上,我正在寻找一种方法来为我的计算机编写闹钟。我希望它显示时间、星期几、月份和日期,然后基于此,我希望它显示一条消息并播放一次声音。我在舞台上有四个动态文本框:时间、显示、日期、日期。

没有 display.text 块,一切正常。当我尝试通过执行 for 或 if 函数来摆弄最后一点时,它会把整个事情扔掉。

如何让显示文本框读取其他框中的内容,然后根据这些值返回一个短语?像四年前一样,我参加了动作脚本的基础课程,因此外行的术语将受到高度赞赏。

0 投票
0 回答
486 浏览

swift - 根据内容获取标签大小

我有一个动态加载内容的标签。我已经尝试了堆栈溢出中几乎所有可用的方法,但我没有得到正确的结果。

这是我现在使用的代码,但它给出的高度小于所需的高度。

内容:文本输入 myLabel:输入标签 newSize:最终尺寸

0 投票
1 回答
211 浏览

android - layout_below 带有动态文本的 TextView

我有一个包含两个 TextViews 的 RelativeLayout,第二个应该低于第一个。第一个 TextView 的文本在 onCreate() 中更新,文本包含换行符,使其更高,但第二个 TextView 在此之后没有重新定位,导致它们重叠。我该如何解决这个问题?


12345678910