On 23 May 2006 23:41:19 -0700, maximusvn <[EMAIL PROTECTED]> wrote:
 I have heard about a solution that can solve the problem (the idea is
to split the job into small peaces of work (maybe one file for each), a
small function will complete the peaces one by one when it get called,
then use window.setInterval() or window.setTimeout() for the small
function). But it provide no help because I cannot use
window.setInterval() or window.setTimeout() inside my component.
So, could anyone help me. Many thanks for any respond.

You can use the timer XPCOM component:
http://www.xulplanet.com/references/xpcomref/ifaces/nsITimer.html

Nickolay
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to