Shelllaunch in RolloutCreator
Hopefully somebody can help me. I've built a menu with a "rolloutCreator". This works very well.
Now I'm trying to add a helpbutton for opening a pdf-file, but it doesn't work. The code looks like this:
... helpName = fileArray[i] rci.addHandler (execute ("#myHelpButton" + i as string)) #pressed codeStr:("ShellLaunch helpName @/open@") filter:on ...
For testing I tried this and it worked very well:
... rci.addHandler (execute ("#myHelpButton" + i as string)) #pressed codeStr:("print @### Test ###@") filter:on ...
What I'm doing wrong? Thank you for your help.
Comments
Thank you very much! It
Thank you very much! It works!
I didn't mind the "\\". >:-)
Played around a bit and this
Played around a bit and this is the result :) hope it helps: