- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Hover Label Scripting Tutorial
All,
Is there a tutorial for how to script Hover Label graphs? I looked at the default generated Hover Label Editor but the code is relatively uncommented and difficult to parse.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hover Label Scripting Tutorial
Did you look up hover labels in Help > Books > Scripting Guide? The documentation contains a lot of examples with code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hover Label Scripting Tutorial
@DavidLeber besides the examples that @Mark_Bailey mentioned, I will be working on new material for the Community in the following months.
I have already posted a few JSL examples based on the new hover label functionality, see:
There is also documentation on-line related to this area, such as:
Our hope was that between the rich functionality supported out-of-the-box by Graphlet Presets and easy of customization afforded by the Paste Graphlet command, we would cover most of the use cases without the need for extra coding.
Of course, we exposed a JSL API precisely to allow for those scenarios that do require additional customization.
Do you have a particular use case in mind? Please let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hover Label Scripting Tutorial
Hi @DavidLeber,
Good news! We will give an in-depth presentation at the upcoming Discovery Summit Americas 2020 on the new Hover Label capabilities, including details about how to use its JSL extension points to create custom graphlets.
The presentation video and supporting material are already on-line here.
We will also have a Q&A session after the presentation is displayed so do come by with your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hover Label Scripting Tutorial
Hi @DavidLeber, You might also be interested in this blog which has some great examples for getting started on hover label scripting: Hover labels: Understanding the extensions framework