About(解説)
A spinner allows selection of a single item from a menu. Only the currently selected item is displayed. When tapped, the menu is shown, when an item is selected, the menu is hidden again.
https://tasker.joaoapps.com/userguide/en/element_spinner.html
スピナーは選択肢の中から1つの項目を選ぶためのものです。現在選択中の項目のみが表示されます。タップすると選択肢の一覧が表示され、いずれかを選択すると一覧は再び閉じられます。
Parameter: Source(パラメーター:情報取得元)
Items can either be filled manually or from a variable array. In the case of an array, the list shows all the items starting at the first index; %var(1) %var(2) etc.
In the case of manual specification, click on the Items tab in the element editor to specify the items. The default (initially showing item) is selectable via the checkboxes on the left.
Note that by default, a spinner is text only. To show also icons, long-click the icon element in the Item Layout (see below) and select Show.
https://tasker.joaoapps.com/userguide/en/element_spinner.html
選択肢の一覧は手動で指定するか変数配列によって指定します。変数配列で指定する場合、リストには %var(1) %var(2) などのようにインデックスの小さい順に表示されます。
手動による指定の場合、編集画面の項目のタブをタップするとアイテムを追加できます。標準(最初に表示される項目)は左側に表示されるチェックボックスから選択できます。
初期状態ではスピナーにはラベルしか表示されませんので注意してください。アイコンも表示する場合は項目の配置方法(後述)のアイコン要素を長押しして表示を選択します。
Parameter: Item Layout(パラメーター:項目の配置方法)
Specifies how each item within the list will be displayed. Each item has exactly the same layout. To change the layout, click on it. Each Spinner element has it’s own unique item layout.
https://tasker.joaoapps.com/userguide/en/element_spinner.html
選択肢の一覧に含まれる項目がどのように表示されるかを指定します。全ての項目は全く同じように配置されます。配置を変更するには項目をタップします。スピナーごとに個別のレイアウトが適用されます。
Parameter: Popup Background Colour(パラメーター:ポップアップの背景色)
Specifies the background colour of the window which displays the possible spinner values when the spinner is clicked.
https://tasker.joaoapps.com/userguide/en/element_spinner.html
スピナーがタップされた時に表示される選択項目一覧の背景色を指定します。
Events(イベント)
Related Actions(関連するアクション)
https://tasker.joaoapps.com/userguide/en/element_spinner.html
- Element Focus
- Element Position
- Element Size
- Element Visibility
- Element Depth
- Element Value
- Test Element
- 要素にフォーカス
- 要素の座標
- 要素のサイズ
- 要素の可視性
- 要素の重なり順
- 要素の値
- 要素を調査