progressbar

  • 网络控件
progressbarprogressbar
  1. This example contains two ProgressBar widgets , coupled to a standard Scale .

    这个例子包括两个ProgressBar窗口小部件,它们连结到一个标准的Scale。

  2. It shows use of the ProgressBar in both modes and in different scenarios .

    它显示了ProgressBar在两种模式下的使用以及在不同情景下的使用。

  3. Using the ProgressBar component in manual mode

    在手动模式使用ProgressBar组件

  4. In this mode , you control the ProgressBar using two JavaScript calls : start () and stop () .

    在这种模式中,您可以使用两个JavaScript命令来控制ProgressBar:开始()和stop()。

  5. Note that the top ProgressBar changes its length when the window is resized .

    注意,当窗口大小发生变化时,顶部的ProgressBar会改变它的长度。

  6. Among them is a ProgressBar component that you can use to provide a visual indication that a task is running .

    您能使用的是它们之中的ProgressBar组件,它可以提供一个表示任务正在运行的可视化的指示。

  7. This page demonstrates a ProgressBar component used in a pure client-side environment , without any interactions with the server .

    这个页面示范了一个使用在抽象的面向客户的环境中的ProgressBar组件,并且与服务器没有任何交互作用。

  8. Therefore , it was appropriate to use an automatic ProgressBar , and it just kept running until the server finished processing the task .

    因此,使用一个自动的ProgressBar是十分恰当的,它将一直保持运行直到服务器完成这项任务。

  9. A ProgressBar is like an output-only Slider in that it can be used to show incremental activity ( progress ) .

    ProgressBar类似于一个只输出的Slider,因为可以用它来展示增量活动(进度)。

  10. The Tk : : ProgressBar is a widget that displays a graphical representation of a scalar value .

    ProgressBar是一个显示数据值的图形化描述的窗口小部件。

  11. After you have the current progress updated in the hidden input field , all that 's left to do is to update the ProgressBar component accordingly .

    当您当前的进度在隐藏的输入域中更新之后,剩余的任务就是更新相应的ProgressBar组件。

  12. Both functions get access to the ProgressBar object by using the getComponentById () call first , and then they perform their corresponding operations on that object .

    首先通过使用getComponentById()命令,两种功能都有权访问ProgressBar目标,然后它们可以在目标执行它们相应的操作。

  13. Therefore , after you drop the component onto the Web page , you also need to add a few lines of JavaScript , depending on how you are going to use the ProgressBar .

    因此,当您把这个组件添加到Web页面,您仍需要添加一些JavaScript代码行,这取决于您将如何使用这个ProgressBar。