或许只要用户单击特定按钮,应用程序就会慢下来,这种情况您可以直接查看该按钮代码。
Or perhaps the application is slow whenever users click a certain button in which case you know to look directly at that button code.
应用程序(437)解释遥控器(400)发送的按钮代码并显示结果或启动其它事件。
The application (437) interprets button codes transmitted by the remote control (400) and displays the results or initiates other events.
在编程器的面板中,选择LotusScript,然后添加“相关内容”列表里的文件“Standardresponsedocumentcodeexample”中的LotusScript按钮代码。
In the programmer's pane, choose LotusScript, and then add the LotusScript button code in the side file, "Standard response document code example."
要测试许可代码的话,请单击许可图标按钮或者单击许可标题,便可获得有关许可应用的信息。
To test your license code, click on the license icon button or on the license title to get information on what license applies.
清单9显示下划线格式按钮的代码。
它仅仅是从根本上改变你编码的方式:它定义了一些规则,使得利用工具(例如点击按钮)完成代码的复杂转换成为可能。
What it does do is radically change the way you program: it defines rules that make it possible to apply complex transformations to code at the click of a button.
这是一种想象的情形,因为如果我们可以标识出特定按钮,则需要检查特定的代码。
This is the dream scenario because if we can identify a specific button, then we have a particular piece of code to examine.
当您改变模型时(这种情况真的会出现),EMF可以通过单击一个按钮,就使代码和模型保持同步。
When you change your model (it happens, really), the EMF can keep the code synchronized to your model at the click of a button.
很明显,您不希望在每个脚本中为了点击按钮全部重复创建复杂的代码。
Obviously, you won't want to reproduce this complex code in every script for clicking a button.
清单3包含表单页面的JSP代码,表单页面中包含单选按钮和预选的值。
Listing 3 contains the JSP code for the form page containing radio buttons and my preselected value.
清单17显示添加右对齐格式按钮的代码。
The code in Listing 17 adds the Justify Right formatting button.
通过GUI上的按钮可以激活此代码。
清单11显示创建有序列表格式按钮的代码。
Listing 11 shows the code to create the ordered list formatting button.
清单8显示斜体格式按钮的代码。
清单7显示粗体格式按钮的代码。
Listing 7 shows the code for the boldface formatting button.
清单16显示添加中间对齐格式按钮的代码。
Listing 16 shows the code to add the Justify Center formatting button.
清单15添加左对齐格式按钮的代码。
Listing 15 adds the code for the Justify Left formatting button.
清单10显示删除线格式按钮的代码。
Listing 10 shows the code for the strike-through formatting button.
这样,在你点击运行按钮之前,你就能确信你的代码符合类型系统的规则。
This way, before you hit the run button, you can be assured that your code is well-formed within the bounds of the type system.
代码的其他部分包含将在头部显示的按钮。
The other parts of the code contain the buttons that will appear in the heading.
在本例中,为了防止代码通过其ID访问此按钮,用变量替换了此ID。
In this example, variable substitution is used for the ID in case your code needs to access the button through its ID.
最后,我们得到了主要代码,显示实际标签栏和其中的按钮。
Finally, we get to the meat of the code which is displaying the actually TAB bar and the buttons inside.
清单14显示减少缩进(Outdent)格式按钮的代码。
Listing 14 shows the code for the Outdent formatting button.
当我开始编写本文中的代码时,我发现resize按钮并非总是正常工作。
When I started writing the code in this article, I found that the resize button didn't always work.
代码没有在按钮内使用传统的onClick,而是使用Dojo事件系统注册一个在装载页面时调用的方法。
The code does not use the traditional onClick within the button but USES the Dojo events system to register a method to call upon loading of the page.
最后,在body部分的顶部,添加代码使按钮实际显示在用户的屏幕上。
Finally, at the top of the body section, add the code to actually put the button on your user's screen.
RunMailRules类包含一个run()方法;这就是单击按钮时调用代码的地方。
The RunMailRules class contains a run() method; this is where your code gets called when the button is clicked.
该代码只是在用户单击Go按钮时开始长轮询。
This code simply starts the long poll when the user clicks the Go button.
CheckBox 小部件还包含 RadioButton 小部件;因此不必为单选按钮导入额外的代码。
The CheckBox widget also covers the RadioButton widget; there is no need to import additional code for a radio button.
如果Zenity的退出代码是- 1,单击的是Cancel按钮。
If Zenity exits with code -1, the Cancel button was clicked.
应用推荐