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.
real08121985 · 2009-06-29