Am I the only crazy one messing with this without any docs?
The Object Browser in Microsoft Visual Basic 2010 Express gives a good starting point. Logos appears to have used a clear design and naming, so its self-documents in part.
I copy and pasted the core stuff from the Object Browser into a Word document.
So far, I've got the events firing as I open, close or move within a resource panel. I get the resource title as it opens or closes. And location during moves.
I can search and list resources from my library, but the API only exposes 5 properties for each resource: id, type, title(2) and version. Not author or anything else about it.
So, nothing much yet thats going to change the world!!! [:)]
So far, it seems that Event PanelNavigated() gets fired way too often. Mostly the issue appears when selecting text within a resource. It fires with every mouse move, rather than at the end only.