Application does not show up after minimized

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The problem happens on Dell Axim 300. When my application is minimized by clicking on the 'X' button or go out to Settings or somewhere else, SOMETIMES my application would not show up again. And it's not listed in the current running programs in Settings->Memory, but actually the memory is not freed yet. So have to soft reset

Anyone having the same problem

Xiaolong
 
Hello Xialong,

Could you add some code to your Closing event to see if it is getting fired
- purhaps a MessageBox.Show?
How are you detecting that the memory is not freed yet?

When the PPC is low on memory, it will send top level windows a WM_CLOSE to
free up some memory.

-Katie

This posting is provided "AS IS" with no warranties, and confers no rights.

***.Net Compact Framework Info***
Faq:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.a
spx
QuickStarts: http://samples.gotdotnet.com/quickstart/CompactFramework/
Samples:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/h
tml/CompactfxTechArt.asp

--------------------
| Thread-Topic: Application does not show up after minimized
| thread-index: AcQEtWjba15Q5Kt+Rze4XDQmYIlb0A==
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
| From: =?Utf-8?B?R2FvIFhpYW9sb25n?= <[email protected]>
| Subject: Application does not show up after minimized
| Date: Sun, 7 Mar 2004 18:31:06 -0800
| Lines: 5
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:47853
| NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| The problem happens on Dell Axim 300. When my application is minimized by
clicking on the 'X' button or go out to Settings or somewhere else,
SOMETIMES my application would not show up again. And it's not listed in
the current running programs in Settings->Memory, but actually the memory
is not freed yet. So have to soft reset.

Anyone having the same problem?

Xiaolong
|
 
Back
Top