Re: Component destructor question

2006-04-13 Thread André Pedralho
I've already done this! However, I took a look on my code yesterday and realized that the "quit-application" observer has never been launched. Perhaps these two bugs are related, aren't they? How can I solve both of them? Could you help me again? On 4/12/06, Niky Williams <[EMAIL PROTECTED]> wrote

Re: Component destructor question

2006-04-12 Thread Niky Williams
André Pedralho wrote: Hi all, I'm trying to develop my own mozilla component in my mozilla based browser . Actually. it is almost done! However, when I close my browser I need to save some informations collected by my component. I tried to do it using the destructor of my component but it hasn

Component destructor question

2006-04-12 Thread André Pedralho
Hi all, I'm trying to develop my own mozilla component in my mozilla based browser . Actually. it is almost done! However, when I close my browser I need to save some informations collected by my component. I tried to do it using the destructor of my component but it hasn't  been called. Did I miss