Remove Notes from Window using tcl commands
Is it possible to remove Notes from being displayed on a Hyperview window using a tcl command in the console ? I can hide a particular component or set using the GetComponentHandle and SetVisibility commands, however I haven't been able to find a GetNoteHandle or similar command to hide the model info displayed by a Note on the active window.
Find more posts tagged with
poINote has the SetVisibility command.
Getting a poINote handle is done through poIPost GetNoteHandle().
Thank you! This is exactly what I was looking for. I initially tried looking for a note handle inside the Model but now I realize that the NoteHandle lies in the window's Client.
Yes, I was able to do the same as you've shown above. But I wanted to replicate that using tcl code so as to avoid the multiple user clicks. Thanks.
Hi,
Select the notes option, and in notes panel the user can hide the selected note(s) in the graphics area by deselecting the corresponding check box(s).
<?xml version="1.0" encoding="UTF-8"?>