I am sinking the new inspector event.
I am adding the toolabr when the new inspector event is fired the first
time and deleting the toolbar in the ondestroy event.
in betwen based on the type of inspector, i want to hide or show the
toolbar.
how ever, the put_visible property seems to have effect only the first
time.
For example if my code hides the toolbar then it remains hidden all the
time, even if I try to show it if a different type of inspector is
started.
any help?
chimanrao
Alex - 26 Sep 2005 17:04 GMT
do you know if the event still fires after the first time?
Check it. Maybe it's because the event sink got released from the memory
> I am sinking the new inspector event.
> I am adding the toolabr when the new inspector event is fired the first
[quoted text clipped - 12 lines]
>
> chimanrao