English 中文(简体)
输入不启用按钮
原标题:Input doesn t enable button

在我的应用程序中, 用户必须在密码文字输入中至少输入一个字符, 才能启用登录按钮 。

如果我用FlexMonkey记录事件, 我看到这个:

SelectedText: password (0,0) Input: password (myPassword)

但是当我从FlexMonkey运行时,按钮没有被启用。这里发生了什么?

任何有帮助的线索都会非常感激。

谢谢!

最佳回答

可能, 狐猴不与UI互动, 或说是开火UI事件

对我来说,我总是使用文字改变事件 来捕捉这种东西。

问题回答

暂无回答




相关问题
输入不启用按钮

在我的应用程序中, 用户必须在密码文字输入中至少输入一个字符, 才能启用登录按钮。 如果我使用 FlexMonkey 记录事件, 我可以看到这个: 选中文本: 密码 (...) 。

I want to automate a flash application using flex monkey

Hi i need solution for how to bring the flex compiler under Eclipse->Project->Properties I installed FLEX SDK 4.0 and the FLEX MONKEY 5.0 Please find below settings I done to automate a flash ...

FlexMonkey Issue with TitleWindow Popups

We are currently testing parts of our application that open in popup windows. These windows are subclasses of TitleWindow. The issue we now run into is that the popups seems to be registered multiple ...

热门标签