 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Ricardo F. de Oliveira Guest
|
Posted: Mon Apr 19, 2004 2:43 pm Post subject: not minimizing |
|
|
My application is not minimizing. When I click to minimize,
the application lose the focus and nothing happens.
My app is dll dependent.
any help is welcome,
thanks,
Ricardo
|
|
| Back to top |
|
 |
Andrue Cope Guest
|
Posted: Mon Apr 19, 2004 3:19 pm Post subject: Re: not minimizing |
|
|
On Mon, 19 Apr 2004 11:43:13 -0300, Ricardo F. de Oliveira wrote:
| Quote: | My application is not minimizing. When I click to minimize,
the application lose the focus and nothing happens.
My app is dll dependent.
|
Is the DLL (or your app. for that matter) doing some intensive processing?
I think that you need to be regularly calling
TApplication::ProcessMessages() (or the API equivalent
PeekMessage/PostMessage) for it to respond to a minimise request.
--
Andrue Cope
[Bicester UK]
|
|
| Back to top |
|
 |
Ricardo F. de Oliveira Guest
|
Posted: Fri Apr 23, 2004 8:50 pm Post subject: Re: not minimizing |
|
|
the dlls aren't doing intensive processing,
my application is mdi, and i use opengl to render
scenes on the child windows,
some dlls contain forms,
the question is if the dll are blocking
the minimization or not,
thanks,
Ricardo
"Andrue Cope" <no.spam (AT) spammy (DOT) com> escreveu na mensagem
news:keqcghnw1lzs$.c6xyv8upg9km$.dlg (AT) 40tude (DOT) net...
| Quote: | On Mon, 19 Apr 2004 11:43:13 -0300, Ricardo F. de Oliveira wrote:
My application is not minimizing. When I click to minimize,
the application lose the focus and nothing happens.
My app is dll dependent.
Is the DLL (or your app. for that matter) doing some intensive processing?
I think that you need to be regularly calling
TApplication::ProcessMessages() (or the API equivalent
PeekMessage/PostMessage) for it to respond to a minimise request.
--
Andrue Cope
[Bicester UK]
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|