トップ 一覧 検索 ヘルプ RSS ログイン

Palm OS Programmer's API Reference/19の変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
{{div_begin}}
[[← 18 章に戻る|Palm OS Programmer's API Reference/18]] [[↑トップへ|Palm OS Programmer's API Reference]] [[20 章に進む →|Palm OS Programmer's API Reference/20]]
----
{{div_end}}

{{anchor top}}
{{div_begin style="margin-bottom:-10px"}}
!!!19 システム ダイアログ
{{div_end}}

この章の索引

{{div_begin "style='position:absolute;right:0px;font-size:70%;margin-right:15px;margin-top:15px;width:250px;'"}}
*{{goto System Dialog Functions,システム ダイアログ関数}}
*{{goto SysAppLauncherDialog,SysAppLauncherDialog}}
*{{goto SysFatalAlert,SysFatalAlert}}
*{{goto SysGraffitiReferenceDialog,SysGraffitiReferenceDialog}}
{{div_end}}

----

!!!19 システム ダイアログ

{{div_begin "style='position:relative;padding:0px;padding-right:5px;padding-left:10px;margin-right:250px;margin-top:20px;width:auto;border-right-style:dotted;border-right-width:2px;border-right-color:silver;'"}}
この章では、ヘッダファイル {{span style='color:blue;font-family:monospace;',FatalAlert.h, Launcher.h, GraffitiReference.h, GraffitiUI.h}} で定義されているシステム ダイアログの参照資源を提供します。


!!{{anchor System Dialog Functions}}システム ダイアログ関数 {{goto top,^TOP^}}


!{{anchor SysAppLauncherDialog}}SysAppLauncherDialog 関数 {{goto top,^TOP^}}

'''目的'''

ランチャー ポップアップを表示し、選択を取得し、システムに選択されたアプリケーションを起動する依頼し、クリーン アップし、終了します。開始するアプリケーションが無い場合、何も起こりません。

'''宣言されている場所'''

{{span style='color:blue;font-family:monospace;',Launcher.h}}

'''Prototype'''

 void SysAppLauncherDialog()

'''パラメータ'''

ありません。

'''返り値'''

システムはアプリケーションを開始するよう依頼されるかもしれません。

'''コメント'''

通常、このルーチンはシステムによって必要があれば呼び出されます。たいていのアプリケーションはこの関数を呼び出す必要がありません。

PalmOS バージョン 3.0 以降では、ランチャーはポップアップではなくアプリケーションです。この関数は互換性を保つ目的でのみ維持されます。

'''参照'''

{{goto SysAppLaunch,SysAppLaunch()|Palm OS Programmer's API Reference/54}}, ''Palm OS Programmer's Companion, vol. I'' の[[「アプリケーション ランチャー」|Palm OS Programmer's Companion Volume I/4-17]]を参照してください。


!{{anchor SysFatalAlert}}SysFatalAlert 関数 {{goto top,^TOP^}}

'''目的'''

致命的なアラートを、ユーザがアラートの中のボタンをタップするまで、表示します。


'''宣言されている場所'''

{{span style='color:blue;font-family:monospace;',FatalAlert}}

'''Prototype'''

 UInt16 SysFatalAlert (
 	const Char *msg
 )

'''パラメータ'''

*{{span style='color:blue;font-family:monospace;',msg}}
**ダイアログの中に表示するメッセージ

'''返り値'''

タップされたボタンを返します; 最初のボタンは 0 です。


!{{anchor SysGraffitiReferenceDialog}}SysGraffitiReferenceDialog 関数 {{goto top,^TOP^}}

Graffiti または Graffiti 2 の参照ダイアログをポップアップします。

'''宣言されている場所'''

{{span style='color:blue;font-family:monospace;',GraffitiReference.h}}

'''Prototype'''

 void SysGraffitiReferenceDialog(
 	ReferenceType referenceType
 )

'''パラメータ'''

*{{span style='color:blue;font-family:monospace;',referenceType}}
**表示する参照。更なる情報は、{{span style='color:blue;font-family:monospace;',GraffitiReference.h}} を参照してください。

'''返り値'''

返り値はありません。
{{div_end}}

----
{{div_begin "style='border-top-style:solid;border-top-width:1px;border-top-color:silver;'"}}
[[← 18 章に戻る|Palm OS Programmer's API Reference/18]] [[↑トップへ|Palm OS Programmer's API Reference]] [[20 章に進む →|Palm OS Programmer's API Reference/20]]
{{div_end}}