| 意味 | 例文 |
progress-barの部分一致の例文一覧と使い方
該当件数 : 138件
First, you configure the Progress Bar for a determinate use case. 例文帳に追加
まず、進捗が確定可能な場合の進捗バーを構成します。 - NetBeans
Note: The Progress Bar should display as shown in Figure 2 above. 例文帳に追加
注: 進捗バーは、前述の図 2 のように表示されるはずです。 - NetBeans
Finally, you change the style of the Progress Bar in your project's stylesheet.css file. 例文帳に追加
最後に、プロジェクトの stylesheet.css ファイルで、進捗バーのスタイルを変更します。 - NetBeans
You use a determinate Progress Bar in cases where you can determine the percentage of progress of a task as the task completes. 例文帳に追加
タスクの実行中に進捗のパーセンテージが判定できる場合に、確定進捗バーを使用します。 - NetBeans
Here, the Progress Bar indicates only that a task is under way, and not the percentage of progress completed, because the extent of the progress is unknown. 例文帳に追加
この進捗バーはタスクが進行中であることだけを示し、進捗の程度が不明なため、進捗のパーセンテージは示しません。 - NetBeans
Waiting time is displayed on an operation screen 41 as a progress bar 46.例文帳に追加
待ち時間は、プログレスバー46として操作画面41に表示される。 - 特許庁
Extract the component id (for example, progressBar1) of the Progress Bar that sent the AJAX request 例文帳に追加
AJAX 要求を送信した進捗バーのコンポーネント id (progressBar1 など) を抽出 - NetBeans
The Progress Bar supports both determinate and indeterminate use cases. 例文帳に追加
進捗バーは、確定および不確定のユースケースの両方をサポートします。 - NetBeans
The third argument is the string that fills the "empty" space in the progress bar. 例文帳に追加
三番目の引数は、プログレスバーの「空欄」の位置を埋める文字列です。 - PEAR
AV DEVICE HAVING FUNCTION OF GENERATING CONFIGURATION INFORMATION FOR PROGRESS BAR WITH FEATURE INFORMATION例文帳に追加
特徴情報付プログレスバー構成情報生成機能を有するAV装置 - 特許庁
In this section, you design a page that includes a determinate Progress Bar and two Buttons. 例文帳に追加
この節では、1 つの確定進捗バーと 2 つのボタンを含むページをデザインします。 - NetBeans
Return to the Design view for Page1 and set the following properties for the Progress Bar component:例文帳に追加
Page1 の「デザイン」ビューに戻り、「進捗バー」コンポーネントに次のプロパティーを設定します。 - NetBeans
The Progress Bar supports task failure with a boolean failed property that can be bound. 例文帳に追加
進捗バーはバインド可能な boolean 型の「failed」プロパティーで、タスクの失敗をサポートします。 - NetBeans
In this case, the Progressf Bar shows the percentage of progress as the task is completed. 例文帳に追加
この場合、進捗バーは、実行されているタスクの進捗のパーセンテージを示します。 - NetBeans
When the button is clicked, the progress bar is activated,and the callback method is invoked. 例文帳に追加
ボタンをクリックすると、進捗バーがアクティブになり、コールバックメソッドが呼び出されます。 - NetBeans
Progress bar may be synchronous (COMET) or asynchronous (AJAX). 例文帳に追加
このプログレスバーの表示は、同期形式 (COMET) あるいは非同期形式 (AJAX)のいずれかで行います。 - PEAR
It is possible for a user to know printing progress while viewing the actual print image on a display part instead of the conventional progress bar.例文帳に追加
ユーザは従来のプログレスバーなどと異なり、実際の印刷イメージを表示部で見ながら、印刷状況をしることができる。 - 特許庁
An indeterminate Progress Bar is good for providing feedback in cases where you cannot determine the amount of progress being made as the task completes. 例文帳に追加
不確定進捗バーは、タスクの実行中に進捗量を確定できない場合に、フィードバックを行うのに適しています。 - NetBeans
Drag a Grid Panel component from the Layout section of the Palette to the right of the Progress Bar. 例文帳に追加
「パレット」の「レイアウト」セクションから、「グリッドパネル」コンポーネントを進捗バーの右にドラッグします。 - NetBeans
These methods perform the following actions and become Events properties of the Progress Bar component: 例文帳に追加
これらのメソッドは次のアクションを実行し、「進捗バー」コンポーネントの「イベント 」プロパティーになります。 - NetBeans
Open the Design view of Page1 to see the changes to the Progress Bar, shown in the following figure. 例文帳に追加
Page1 の「デザイン」ビューを開き、次の図に示される進捗バーの変更を確認します。 - NetBeans
The Progress Bar supports custom scripting through several advanced properties, including onComplete and onFail. 例文帳に追加
進捗バーは、「onComplete」や「onFail」を含む、いくつかの詳細プロパティーを介してカスタムスクリプトをサポートします。 - NetBeans
Here are some tips for using the Progress Bar component that are shown in this tutorial: 例文帳に追加
次に、このチュートリアルに説明されている「進捗バー」コンポーネントを使用するヒントを挙げます。 - NetBeans
Maintain a Map of task objects in session scope, with a different Progress Bar monitoring each task. 例文帳に追加
セッションスコープ内のタスクオブジェクトのマップを保持し、各タスクを異なる進捗バーで監視します。 - NetBeans
After a few seconds, the progress bar stops and the results appear in the JTextArea, as shown below:例文帳に追加
次の図に示すように、数秒後に進捗バーが停止し、結果が JTextArea に表示されます。 - NetBeans
In this section, you add an indeterminate Progress Bar, which uses motion to show that a task is under way instead of filling the bar to show the percentage of the progress completed. 例文帳に追加
この節では不確定進捗バーを追加します。 この進捗バーは、バーを塗りつぶして進捗のパーセンテージを示すのではなく、タスクが進行中であることを動きで示します。 - NetBeans
Copy the Progress Bar and Grid Panel components and paste the copies below the original components. 例文帳に追加
「進捗バー」コンポーネントと「グリッドパネル」コンポーネントをコピーして、そのコピーを元のコンポーネントの下にペーストします。 - NetBeans
Select the new Progress Bar component and change the onComplete property so that it points to variableControl1: 例文帳に追加
新しい「進捗バー」コンポーネントを選択し、「onComplete」プロパティーを変更して、「variableControl1」を指し示すようにします。 - NetBeans
Description: When you try to cancel a running project by right-clicking the progress bar in the lower right corner of the NetBeansIDE and choosing Cancel process, the progress bar disappears but the process continues running.例文帳に追加
説明: NetBeans IDE の右下隅にある進捗バーを右クリックして「プロセスを取消し」を選択し、実行中のプロセスを取り消そうとすると、進捗バーは見えなくなりますが、プロセスは実行中のままです。 - NetBeans
The fire receiver comprises a progress detection means for detecting the progress of the predetermined test; a bar graph display device for displaying a bar graph in a predetermined percentage base, and a display device control means for making the bar graph display device display the bar graph in the predetermined percentage base to the total time necessary for the predetermined test according to the progress detected by the progress detection means.例文帳に追加
所定の試験の進行度合いを検出する進行度合い検出手段と、所定パーセント刻みで、バーグラフを表示するバーグラフ表示装置と、上記進行度合い検出手段が検出した進行度合いに応じて、所定の試験に必要な総時間の所定パーセント刻みで、上記バーグラフ表示装置にバーグラフを表示させる表示装置制御手段とを有する火災受信機である。 - 特許庁
These properties of the Progress Bar are bound to the corresponding properties of the SimpleTask instance keyed on progressBar1 in the taskMap. 例文帳に追加
進捗バーのこれらのプロパティーは、taskMap で progressBar1 に入力した、SimpleTask インスタンスの対応するプロパティーにバインドされます。 - NetBeans
Add the following code in bold, which changes the color and font of the Progress Bar, and then save the file. 例文帳に追加
進捗バーの色とフォントを変更する、次の太字で示されたコードを追加して、ファイルを保存します。 - NetBeans
For example, if you wanted to display a progress bar for a download of a file that is 115 KB big, you would pass 115 here. 例文帳に追加
たとえば 115 KB の大きさのファイルのダウンロード時にプログレスバーを表示するなら、ここで 115 を指定します。 - PEAR
For a single file, it's not necessary to have a progress bar or a message wait. 例文帳に追加
単一のファイルを処理する場合なら、プログレスバーや処理中メッセージを表示する必要は特にありません。 - PEAR
The rotation of the first roll 28 and second roll 30 allows the round bar steel 14 to progress, while rotating.例文帳に追加
第一ロール28及び第二ロール30の回転により、丸棒鋼14は、回転しつつ進行する。 - 特許庁
A bar chart is displayed as a symbol (metaphor) showing the progress of an image data processing carried out in an instrument 22.例文帳に追加
棒グラフが、器具(22)の中で行われる画像データ処理の進行を示す象徴(メタファ)として表示される。 - 特許庁
Once the progress bar has terminated, database drivers and connections and the project will be updated to be ready to use in NetBeans 6.0 or 6.1.例文帳に追加
進捗バーが終了すると、データベースドライバ、接続、およびプロジェクトが NetBeans 6.0 または 6.1 対応に更新されます。 - NetBeans
When such client-side scripting calls are made on the Progress Bar, an AJAX request is sent to the server. 例文帳に追加
進捗バーでこのようなクライアント側のスクリプトの呼び出しを行うとき、AJAX 要求がサーバに送信されます。 - NetBeans
The second Progress Bar also fails, although the text message does not show a percentage, because the task is indeterminate. 例文帳に追加
2 番目の進捗バーも失敗しますが、タスクが不確定のため、テキストメッセージにパーセンテージは表示されません。 - NetBeans
A progress bar 40 indicating the progress state of original reading processing by a scanner is displayed on an LCD 21 of the management device to which the scanner and the printer are connected.例文帳に追加
スキャナおよびプリンタが接続された管理装置のLCD21に、スキャナにおける原稿の読み取り処理の進行状況を示すプログレスバー40が表示される。 - 特許庁
Click the Start button to start the task.The Progress Bar fills as the operation progresses and the text message continually updates to indicate the percentage of progress completed (for example, 25%). 例文帳に追加
「Start」ボタンを押してタスクを開始します。 操作が進捗するに従って進捗バーが塗りつぶされ、進捗のパーセンテージ (たとえば 25%) を示すテキストメッセージが継続的に更新されます。 - NetBeans
When a predetermined process comprising a plurality of steps is executed, the progress is acquired for each step included in the predetermined process and is displayed in a step-specific progress bar.例文帳に追加
複数の工程から構成される所定の処理を実行する際に、所定の処理に含まれる工程ごとに進捗を取得し、工程毎のプログレスバーを用いて表示する。 - 特許庁
The progress bar indicates that the generation of the composite image by the composition part 270 progresses at what degree of rate.例文帳に追加
このプログレスバーにより、合成部270による合成画像の生成がどの程度の割合で進行したかを表す。 - 特許庁
To migrate settings, open the project then expand the main project node.A progress bar will appear in the bottom right of the IDE. 例文帳に追加
設定を移行するには、プロジェクトを開いて主プロジェクトノードを展開します。 IDE の右下に進捗バーが表示されます。 - NetBeans
These properties include the onComplete and onFail properties of the Progress Bar, the onClick property of the Buttons, and the onSubmit property of the Form. 例文帳に追加
これらのプロパティーには、進捗バーの「onComplete」プロパティーと「onFail」プロパティー、ボタンの「onClick」プロパティー、およびフォームの「onSubmit」プロパティーが含まれます。 - NetBeans
If the Progress Bar displays incorrectly, right-click in the Visual Designer and choose Refresh from the pop-up menu. 例文帳に追加
進捗バーが正しく表示されない場合は、ビジュアルデザイナー内を右クリックし、ポップアップメニューから「再表示」を選択します。 - NetBeans
The handleVariableControlOnClick function makes JavaScript calls to start, pause, or resume the Progress Bar when the user clicks the Button. 例文帳に追加
handleVariableControlOnClick 関数は、ユーザーがボタンをクリックしたときに JavaScript 呼び出しを行なって、進捗バーを開始、一時停止、または再開します。 - NetBeans
Depending of interface you're running (CLI or Web) you've two ways to display a progress bar or a message wait. 例文帳に追加
実行中のインターフェイス (CLI あるいはウェブ) によって、プログレスバーや処理中メッセージを表示する方法は 2 通りあります。 - PEAR
In such a project management system, a process name, a title bar matched with a length of a schedule of the process and a progress bar indicating the progress conditions of the process are displayed in correspondence for each process and the personnel required for the process and the progress conditions that the personnel is in charge of are visually recognized.例文帳に追加
このようなプロジェクト管理システムにおいて、前記工程ごとに、工程名と、その工程のスケジュールの長さに合わせたタイトルバーおよびその工程の進捗状況を表す進捗バーとを対応させて表示させ、前記工程の要員とこの要員が担当する進捗状況を視覚的に把握できるようにした。 - 特許庁
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|