View Single Post
Old 06-25-2008, 03:40 PM   #34 (permalink)
Netrix
Purger of Ignorance
zB Programmer
Retired Staff
Expert Zuner
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 2,804
Netrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to allNetrix is a name known to all
Send a message via MSN to Netrix
Default

Quote:
Originally Posted by LedZepp View Post
I think theres a method defined in XNA that is called something like IsExiting and it gets called when the game exits, now i dont know if it works on the zune and if it would work in the case of low battery but you should experiment with it.

The exact method is:
Code:
protected override void OnExiting(object sender, EventArgs args)
{
      base.OnExiting(sender, args);
}
It gets called when the Back button is held, before it restarts. I imagine it might work if it shuts down because of low battery. I'll see if it does.

EDIT: The problem which caused words to be removed has been fixed and will be in the next version.
__________________
"Against logic there is no armor like ignorance." - Laurence J. Peter

Solitaire for your Zune! http://www.zuneboards.com/forums/dow...ne-v2-0-a.html

Zune Book Reader! http://www.zuneboards.com/forums/app...ew-thread.html

Last edited by Netrix; 06-25-2008 at 05:19 PM.




Netrix is online now   Reply With Quote