briwil / vnsea

Automatically exported from code.google.com/p/vnsea
0 stars 0 forks source link

Default screen image is not being updated #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The app needs to update the default screen image (Default.png) at the 
appropriate times:
 * Upon app startup, after the main screen is fully drawn
 * Upon normal exit, to update after any server list changes
 * Before app suspend when in a connection

Original issue reported on code.google.com by crf...@gmail.com on 19 Nov 2007 at 2:23

GoogleCodeExporter commented 9 years ago
We update the image on app suspend when a connection is in progress.

Original comment by glennkre...@gmail.com on 19 Nov 2007 at 4:09

GoogleCodeExporter commented 9 years ago
Sorry.. Mis-understood your comment..
I know what you mean now.

Original comment by glennkre...@gmail.com on 19 Nov 2007 at 5:07

GoogleCodeExporter commented 9 years ago
Added code to update default.png at suspend time.
Works great!

Original comment by glennkre...@gmail.com on 29 Nov 2007 at 2:16