Re: [Jmol-developers] Jmol API question around Viewer.openClientFile()

2011-01-14 Thread Robert Hanson
I see, so you need the intermediate stage, not the actual model. one problem was that "openClientFile" was a misnomer -- clearly the actual file by then is long closed. Where are you getting the AtomSetCollection from? Also, do you have some reason to check the AtomSetCollection first? Part of the

[Jmol-developers] Jmol API question around Viewer.openClientFile()

2011-01-14 Thread Egon Willighagen
Bob, the previous Jmol version allows code like this: if (obj instanceof AtomSetCollection) { viewer = (Viewer)jmolViewer; viewer.openClientFile(string, string2, obj); } In the current stable version the openClienFile() method is no longer present, and I do not se