Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init部で、c:/temp/Config.xlsx があったらそっちを見る、をいれる #4

Closed
masatomix opened this issue Jun 20, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@masatomix
Copy link
Owner

No description provided.

@masatomix masatomix added the bug Something isn't working label Jun 20, 2019
@masatomix masatomix self-assigned this Jun 20, 2019
@masatomix masatomix added enhancement New feature or request and removed bug Something isn't working labels Jun 21, 2019
masatomix added a commit that referenced this issue Jun 21, 2019
- 設定ファイルを、Data/Config.xlsx って箇所をInit.xamlで固定的に持っていたのを、Main.xamlからパラメタで渡すように変更

-              <InArgument x:TypeArguments="x:String" x:Key="in_ConfigFile">Data\Config.xlsx</InArgument>
+              <InArgument x:TypeArguments="x:String" x:Key="in_ConfigFile">[configPath]</InArgument>

つぎは以下の対応を実施する
・テンプレのMain.xaml からフルパスを渡すよう変更(コレで、カスタムアクティビティのカレントからの相対でなくワーフクローからの相対になるハズ)
#6 の対応

・Init.xamlでは、特定のパスを見て、ソコにファイルがあったらそっちを優先、なかったら渡されたフルパス優先、って処理を入れる
#4 の対応
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant