我无法找到App Inventor 2中的”When Web1.GotText”代码块。

huangapple go评论117阅读模式
英文:

I can't find When Web1.GotText block in app inventor 2

问题

以下是您要翻译的内容:

Code I need to build
我无法找到App Inventor 2中的”When Web1.GotText”代码块。
我需要构建的代码如图所示,但是在我的代码区域中找不到黄色的块,有人可以告诉我如何找到吗?

我尝试过访问 Web1 区块,但找不到它,也许我需要创建一个函数或其他内容。

英文:

Code I need to build
我无法找到App Inventor 2中的”When Web1.GotText”代码块。
The picture is the code Im following but I can't find the yellow block in my block area can anyone tell me how to?

I tried going to the Web1 blocks but I was unable to find it, maybe I have to make a function or something else

答案1

得分: 1

First, the Web component needs to be on the app screen. If it isn't, then the following steps need to be taken:

  1. 确保您处于Designer视图。
  2. 打开Palette中的Connectivity部分(位于屏幕左侧)。
  3. Web组件拖动到屏幕预览内(手机框架内的任何位置)。

接下来打开Blocks视图。在左侧的块部分下,选择Web1组件。应该会出现一个菜单,列出内置块。When Web1.GotText块应该在菜单的顶部。(下面是一个示例图片)

注意:块菜单会滚动到您上次打开它时的位置。

以下图片是打开Web1块面板时的情况。
我无法找到App Inventor 2中的”When Web1.GotText”代码块。

英文:

First, the Web component needs to be on the app screen. If it isn't, then the following steps need to be taken:

  1. Make sure you are on the Designer view.
  2. Open the Connectivity section in the Palette (on the left side of the screen).
  3. Drag the Web component anywhere onto the screen preview (inside the phone frame).

Next open the Blocks view. On the left under the blocks section select the Web1 component. A menu should appear listing the built-in blocks. The When Web1.GotText block should be at the top of the menu. (An example image is below)

Note: The blocks menu is scrolled to where you were when you last had it open.

The following image is when the Web1 blocks panel is open.
我无法找到App Inventor 2中的”When Web1.GotText”代码块。

huangapple
  • 本文由 发表于 2023年4月13日 23:42:48
  • 转载请务必保留本文链接:https://go.coder-hub.com/76007372.html
  • app-inventor
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定