News:

BB code in posts seems to be working again!
I haven't turned on every single tag, so please let me know if there are any that are used/needed but not activated.

Main Menu

Showing/Hiding the New Visio 2010 Process Issues Window

Started by IRDC, January 13, 2010, 08:23:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IRDC

Does anybody know how one can show/hide the Issues Window via code?

Visio Guy

Hi IRDC,

This worked for me:


Sub ShowIssuesWindow()
   
    Dim win As Visio.Window
    Set win = Visio.ActiveWindow.Windows.ItemFromID(Visio.VisWinTypes.visWinIDValidationIssues)
    If win.Visible = False Then
        win.Visible = True
    End If

End Sub

For articles, tips and free content, see the Visio Guy Website at http://www.visguy.com
Get my Visio Book! Using Microsoft Visio 2010


Browser ID: smf (is_webkit)
Templates: 4: index (default), Display (default), GenericControls (default), GenericControls (default).
Sub templates: 6: init, html_above, body_above, main, body_below, html_below.
Language files: 4: index+Modifications.english (default), Post.english (default), Editor.english (default), Drafts.english (default).
Style sheets: 4: index.css, attachments.css, jquery.sceditor.css, responsive.css.
Hooks called: 179 (show)
Files included: 34 - 1306KB. (show)
Memory used: 1062KB.
Tokens: post-login.
Cache hits: 13: 0.00148s for 26,766 bytes (show)
Cache misses: 2: (show)
Queries used: 16.

[Show Queries]