This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.
Hi,
I wrote a skill script which can display a GUI form
It works fine if I invoke ocean and load it. I can click the buttons on the form.
However, when I tried to load the script via shell script, the GUI form just poped and then got closed automatically before I can do any operation.
The shell script is like this:
#!/bin/csh -fcd $DESIGN_ROOTocean-6.1.6.500.3 <<EOFload( "pop.il" )exampleOpenForm() #function that display the formEOFecho "done"