How about an IDLE event?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
PeteWG
Posts: 176
Joined: Sun Mar 21, 2010 5:45 pm

How about an IDLE event?

Post by PeteWG »

Hi,

Just wonder, Is there a way to know if a window is in Idle state?
By "IDLE STATE" I mean the situation where all events relevant to a window have been processed
and there is no other pending process for this window.
Or to put it another way, does exist or could be developed an IDLE event on a window level, (or even on application level), which would be triggered when all other events of the window have been completed?


regards,

---
Pete
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: How about an IDLE event?

Post by Roberto Lopez »

PeteWG wrote:Hi,

Just wonder, Is there a way to know if a window is in Idle state?
By "IDLE STATE" I mean the situation where all events relevant to a window have been processed
and there is no other pending process for this window.
Or to put it another way, does exist or could be developed an IDLE event on a window level, (or even on application level), which would be triggered when all other events of the window have been completed?


regards,

---
Pete
A very interesting idea...
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
PeteWG
Posts: 176
Joined: Sun Mar 21, 2010 5:45 pm

Re: How about an IDLE event?

Post by PeteWG »

Roberto Lopez wrote:
PeteWG wrote:Hi,

Just wonder, Is there a way to know if a window is in Idle state?
By "IDLE STATE" I mean the situation where all events relevant to a window have been processed
and there is no other pending process for this window.
Or to put it another way, does exist or could be developed an IDLE event on a window level, (or even on application level), which would be triggered when all other events of the window have been completed?


regards,

---
Pete
A very interesting idea...

I think, the real interesting, though, should (and would) be the implementation... ;-)


regards,

---
Pete
Post Reply