[Google-Desktop-Developer] Re: IGoogleDesktopDisplaySite::CloseDetailsView returns E_INVALIDARG
you might be having a reference to the details view control in your
plugin. if that is the case, the details view cannot be destroyed until
you release the reference. so it is better if you just create the
details view control and give it to the sidebar and don't hold any
reference to it.
and when your plugin's ondestroy is called, the sidebar would have
already closed the details view (it does for all other plugins so i am
assuming it does for you too) but if you had a reference to the details
view stored in your plugin the object won't be destroyed.
0 Comments:
Yorum Gönder
<< Home