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
How about an IDLE event?
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: How about an IDLE event?
A very interesting idea...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
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: How about an IDLE event?
Roberto Lopez wrote:A very interesting idea...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
I think, the real interesting, though, should (and would) be the implementation...
regards,
---
Pete