无法在“搜索引擎2”中使用“搜索”框

时间:2015-07-01 13:39:37

标签: android search box app-inventor

无论我做什么,点击搜索按钮后ResponseLabel.Text都不会改变。我点击搜索按钮后键盘确实隐藏了。

我的搜索按钮代码是

When Search Button Click
  Call Search Box.Request Focus
  Call Search Box.Hide Keyboard

搜索框的代码是:

When SearchBox Got Focus/
  if/ is in list?/ thing/ Search Box.Text/
                    list/ get GlobalMetalList/
  then/ set ResponseLabel.Text to/ Check Metal Page
  else/ set ResponseLabel.Text to/ Not Found.

1 个答案:

答案 0 :(得分:-1)

将块从GotFocus事件移至Click事件