setProperty is not part of our EFS extensions. I didn't see the function or method in the Core JavaScript Reference 1.5. I think it may be part of the client-side extension for web browsers. Where did you come across this function and what are you trying to accomplish in your EFS formula?
Jason K.
Project Manager eSignal - an Interactive Data company
I saw it in the EFS help file as setProperty( "HideEncryptedLock", "yes" ) and I wondered if there were other parameters to it.
When you edit the parameters of an efs study via Edit Studies, options to override the Title etc. come up, and I thought maybe I can prevent this. Do you know a way to do it?
That's a function for third party developers. It turns off the encrypted lock icon that shows up next to the study title for encrypted formulas. There's no other parameters. What you want is setShowTitleParameters(false). Add this to preMain() and it will do the trick for you.
Jason K.
Project Manager eSignal - an Interactive Data company
I thought you were talking about the parameters that show up next to the title on the chart after editing parameters. The setShowTitleParameters(false) hides those. Hiding the box you have highlighted can't be done currently. That would require modifications to the software. We don't have control over the gui through EFS.
Jason K.
Project Manager eSignal - an Interactive Data company
Comment