I'd like to put up a Control Panel with radio buttons and events so that the user can control the EFS while it's running. Can you point me to appropriate documentation/examples for how to do this? Thanks.
Announcement
Collapse
No announcement yet.
user input radio buttons ...
Collapse
X
-
Hello almerger,
EFS does not currently have radio buttons. What you can do is use some of the drawTextxxx functions to draw buttons on the chart. You can have each button execute a user-defined function in your EFS. At the end of the drawTextxxx function's text parameter, add the following string, +"@URL=EFS:YourFunctionName" to specify the function to be executed. You may also want to consider controlling various parameters with the FunctionParameter Object. You could have one button drawn on the chart that would execute a function that calls askForInput() to open the Edit Studies dialog.Jason K.
Project Manager
eSignal - an Interactive Data company
EFS KnowledgeBase
JavaScript for EFS Video Series
EFS Beginner Tutorial Series
EFS Glossary
Custom EFS Development Policy
New User Orientation
Comment