Page 1 of 1

How about an IDLE event?

Posted: Thu Apr 29, 2010 7:40 pm
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

Re: How about an IDLE event?

Posted: Thu Apr 29, 2010 7:50 pm
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...

Re: How about an IDLE event?

Posted: Thu Apr 29, 2010 7:57 pm
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