Replies: 3 comments 12 replies
-
我需要双击某类型文件时,直接打开我的应用。但是我override OnStartup方法之后,只要StartupEventArgs.arg有内容 我的程序就会只弹出来一个白色页面。我不知道他卡死在哪一步了。 |
Beta Was this translation helpful? Give feedback.
3 replies
-
I'm sorry, but I've temporarily stopped solving this problem for work reasons. The last time I re-debugged, I found that my code wasn't working properly for other reasons, and I'll contact you when I'm free.
从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送
…________________________________
发件人: Brian Lagunas ***@***.***>
发送时间: Thursday, September 30, 2021 9:34:06 AM
收件人: PrismLibrary/Prism ***@***.***>
抄送: zombers ***@***.***>; Author ***@***.***>
主题: Re: [PrismLibrary/Prism] how can i get the StartupEventArgs (Discussion #2574)
I'm sorry, but you haven't provided any information, code, or context that anyone can use to solve your problem. The best guess I can even give it to move the call to 'base.OnStartUp()' first before the rest of the code
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#2574 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGGWHFQWK2VCZK4BCO2BEL3UEO5A5ANCNFSM5E7RNXWA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have try to override the method "OnStartup",but when the StartupEventArgs.arg.length bigger than 1, my application will freeze(just can see a white page)
Beta Was this translation helpful? Give feedback.
All reactions