English 中文(简体)
快速应用程序转换
原标题:trouble using Fast Application Switching

I am using from codeplex Tombstone Helper (Tombstone Helper) and am having problems fast switching between apps.

我先包括“两条线代码”方法,并在主人中测试我的手。

我启动了gg死选择。 我的所有控制都有名称;即,在回头 but时,我仍然看到“恢复”装货信息。 我在我的评估中看到,我的遗体或stone石:

WasTombstoned = !e.IsApplicationInstancePreserved;

和我的Xaml观点网页一:

   protected override void OnNavigatedTo(NavigationEventArgs e)       

    {            
if(App.WasTombstoned == true)         
         this.RestoreState();

    }

    protected override void OnNavigatingFrom(System.Windows.Navigation.NavigatingCancelEventArgs e) 
  {   
   this.SaveState(e);    
    }

什么是错了?

最佳回答

“Resuming.......”信息由本组织在恢复已破碎的申请时展示。 如果你混淆了你的项目,以显示这一点,预计会这样做。

如果你看到电话(或显示器)在脱机时似乎无限期地hang住了这一信息,那么由于这一过程,浮桥被从记忆中卸下。 如果你将F5号或相当的视像节目播放,这将恢复你过去和现在能够继续脱节的进程。

Or is your question really something else?
Do you still see the same behaviour if you comment out the call to RestoreState()?

问题回答

Debug tab在应用特性方面有一个检查箱,它告诉 em客在脱胎时是否要试石,以便你能够轻易地测试你的石刑。 这可能是目前stone的。 关于这一主题的略微细节:

http://windowsphonerocks.com/Developer/DeveloperArticles/tabid/64/Article/163/how-to-enable-windows-phone-application-tombstone-in-emulator- when-debugging.aspx





相关问题
System.Json namespace missing from Windows Phone 7

During a Mix10 presentation, the presenter (Charlie Kindel) said that when writing Silverlight based apps for WP7 you get all of Silverlight 3.0 with some of Silverlight 4.0 mixed in. Why then is ...

Will Windows Phone 7 Support Multitasking third party apps

Obviously it s early days, I do not know whether this is information that is in the public domain or not yet, but... I have trawled through some of this site - http://www.windowsphone7series.com/ but ...

Windows Series Phone 7 "Cloud"

I have been reading up on "Cloud computing" on here and still not getting it. Basically I want to develop for the WP7 http://msdn.microsoft.com/en-us/library/ff402531%28v=VS.92%29.aspx#...

Windows Phone 7 Tab Pages (page cycle)

I know.. I know, it s only a few hours old. But how the hell do you get the little page tabbing/cycle (forgot what the official name is) on the top of the page under the app title. MIX Keynotes made ...

Recording audio from the microphone in Windows Phone 7 Series

I m wondering if anyone has any code samples or links to documentation that demonstrate how to capture audio from the device s microphone on the new Windows Phone Series 7. I ve recently downloaded ...

Resources for Windows Phone 7 development [closed]

Windows Phone 7 has been unveiled and MS have announced all details of the development chain at the Mix10 conference. So this could be a good starting point/collection of online resources as they ...

热门标签