Hi
I'm trying to make changes in the java code that is created when recording a script in Intralink.
I have written a Toolkit program (C) that returns a number of objects. This program is called from the Custom menu (UI Script). This works fine.
What I want to do is to show the userthe list (output from Toolkit pgm) of the objects combined with a button for each object. When the button is pressed the Locate window should be opened and automatically be filled in and executed.
It works fine to open up a new frame with all my objects. But when I return to "main" frame and want to open the Locate frame the IL (IntralinkScriptInterface) seems to be "lost". The code runs (I have added logs to see this) but nothing happens or nothing goes wrong. The IL.openWindow etc just does nothing!
It works fine to open the Locate window empty before opening my new Frame.
Has anyone got any clue?
I guess that I have to use some sort of ILFrame or something to still have a correct "script handle". It seems like the script object is out of sync or something.
Thanks for all input or tips!
I'm trying to make changes in the java code that is created when recording a script in Intralink.
I have written a Toolkit program (C) that returns a number of objects. This program is called from the Custom menu (UI Script). This works fine.
What I want to do is to show the userthe list (output from Toolkit pgm) of the objects combined with a button for each object. When the button is pressed the Locate window should be opened and automatically be filled in and executed.
It works fine to open up a new frame with all my objects. But when I return to "main" frame and want to open the Locate frame the IL (IntralinkScriptInterface) seems to be "lost". The code runs (I have added logs to see this) but nothing happens or nothing goes wrong. The IL.openWindow etc just does nothing!
It works fine to open the Locate window empty before opening my new Frame.
Has anyone got any clue?
I guess that I have to use some sort of ILFrame or something to still have a correct "script handle". It seems like the script object is out of sync or something.
Thanks for all input or tips!