TwlIPL/docs/リリース_SDK_5_0_RC/アプリジャンプ実験手順.txt
yoshida_teruhisa 3526a9f736 アプリジャンプの実験手順をテキストドキュメント化
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1986 b08762b0-b915-fc4b-9d8c-17b2551a87ff
2008-07-24 09:28:34 +00:00

40 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

やたら項目が多いように見えますが、慣れれば1分かからないのでご安心を。
AppliCooperation A B C をそれぞれインポートする
A を起動
Set Parameter で適当に文字をセット
Launch CooperationB で B へジャンプ
  ※ この時、*マークの位置と Set Parameter にセットされている文字を覚えておく
Received Parameter に先ほどセットした文字が入っているのを確認
Launch Former App で A へリターン
A に戻ったとき、4.の時点での状態で復帰しているのを確認(*の位置と Set Parameter にセットされている文字)
Return app test で B へリターン
Received Parameter に何も無いことを確認
Launch Former App で A へリターン
A に戻ったとき、4.の時点での状態で復帰しているのを確認(*の位置と Set Parameter にセットされている文字)
launch C test で C へジャンプ
Return app test で A へリターン
A が初期状態で起動している事を確認して、 Return app test で C へリターン
C から launch C test で C へジャンプ
C から Return app test で C へリターン
A を使って行った3.~11.の手順を C で行う(ただし、 A の*マークは C では$マークになっている)
以上