Deploy[expr]
Slider,InputField,Locator,Button等の要素はアクティブだが,一般的な編集や選択機能は無効になった expr の配備されたバージョンを与える.
Deploy
Deploy[expr]
Slider,InputField,Locator,Button等の要素はアクティブだが,一般的な編集や選択機能は無効になった expr の配備されたバージョンを与える.
詳細
- Deployは,Enabledオプションを持つすべてのオブジェクトをアクティブに保つ.
- Deploy内のInputField[e]で,任意の式 e の編集可能バージョンが得られる.
例題
すべて開く すべて閉じる例 (2)
Slider2Dはアクティブにしたままで,グラフィックスのインタラクティブ性を停止させる:
{Graphics[{Disk[], Inset[Slider2D[]]}], Deploy[Graphics[{Disk[], Inset[Slider2D[]]}]]}パネルやペインに編集や選択が可能なテキストが入れられないようにする:
{Panel["This text is selectable and editable"], Deploy[Panel["This text is not selectable or editable"]]}スコープ (5)
Deploy[TextCell["This contents of this cell cannot be selected"]]配備されたテキストは全体としては選択できるが,そのコンテンツを選択することはできない:
Deploy["You cannot select individual words or letters in this text"]配備されたタイプセットを含む構造のコンテンツは選択できない:
{Deploy[Overscript["aaa", "bbb"]], Deploy[Pane["Unselectable text"]]}配備されたグラフィックスは選択したりサイズ変更したりできず,そのコンテンツも選択できない:
Deploy[Graphics[{Disk[]}]]配備された3Dグラフィックスは選択,サイズ変更,回転することができない:
Deploy[Graphics3D[Cuboid[]]]特性と関係 (5)
配備されたコンテンツの奥深くに埋まっていても,Deploy内でコントロールを使うことはできる:
Deploy[Graphics[{Disk[], Inset[Panel[Row[{"Checkbox: ", Checkbox[]}], Background -> StandardGreen]]}]]配備されたInputField内のテキストは選択・編集可能である:
Deploy[InputField["This text is selectable and editable", String]]InputFieldは枠なしで用いることもできる.結果は通常のテキストのように見える:
Deploy[InputField["This text is selectable and editable", String, Appearance -> "Frameless"]]DeployはSelectableオプションとEditableオプションを多重定義する:
Deploy[Style["This text is not selectable or editable", Selectable -> True, Editable -> True]]Deployed->Falseとすると,配備されていない領域を作ることができる:
Deploy[Grid[{{"This text is not selectable or editable", Style["This text is selectable and editable", Deployed -> False]}}, Frame -> All]]ダイアログやパレットのノートブックを作るさまざまな関数がコンテンツを自動的に配備する:
MessageDialog["This text is not editable or selectable."];テクニカルノート
関連するガイド
関連するワークフロー
- Manipulateを構築する ▪
- ロケータのコントロールを使う
テキスト
Wolfram Research (2007), Deploy, Wolfram言語関数, https://reference.wolfram.com/language/ref/Deploy.html.
CMS
Wolfram Language. 2007. "Deploy." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Deploy.html.
APA
Wolfram Language. (2007). Deploy. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Deploy.html
BibTeX
@misc{reference.wolfram_2026_deploy, author="Wolfram Research", title="{Deploy}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Deploy.html}", note=[Accessed: 13-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_deploy, organization={Wolfram Research}, title={Deploy}, year={2007}, url={https://reference.wolfram.com/language/ref/Deploy.html}, note=[Accessed: 13-September-2026]}