Sign in
Chris Hopkins' Visilog
Development Topics for the Visio and SharePoint Developer
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search
Tags
deploy msi visio 2007 add-in solution
Monthly Archives
Archives
April 2013
(3)
March 2013
(1)
February 2013
(2)
January 2013
(3)
November 2012
(3)
October 2012
(3)
September 2012
(1)
August 2012
(4)
July 2012
(2)
June 2012
(1)
May 2012
(2)
April 2012
(4)
February 2012
(1)
November 2011
(4)
October 2011
(1)
August 2011
(2)
July 2011
(2)
June 2011
(3)
May 2011
(3)
April 2011
(3)
February 2011
(3)
January 2011
(5)
November 2010
(3)
September 2010
(2)
August 2010
(1)
July 2010
(2)
May 2010
(2)
April 2010
(1)
March 2010
(1)
February 2010
(2)
January 2010
(1)
December 2009
(1)
November 2009
(6)
September 2009
(3)
July 2009
(2)
June 2009
(1)
May 2009
(3)
February 2009
(6)
November 2008
(1)
October 2008
(2)
August 2008
(4)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Chris Hopkins' Visilog
Showing status with the Timeline shapes
Posted
over 3 years ago
by
Christopher R Hopkins
1
Comments
In a previous post I release a new version of the Bracket Interval shape which allowed you to switch between Horizontal text and Angled text. Rotate text on Timeline shapes I recently updated this shape and the built-in Bracket Interval shape so...
Chris Hopkins' Visilog
Create your own visualizations for SharePoint Workflows built with Visual Studio and Visio
Posted
over 2 years ago
by
Christopher R Hopkins
1
Comments
SharePoint Designer has the capability to generate Visio diagrams for the workflow history page that display status of the executing workflow, unfortunately Visual Studio does not do this for workflows that are created and deployed to your farm. Ah, not...
Chris Hopkins' Visilog
Enable Visio Services data refresh using script
Posted
over 2 years ago
by
Christopher R Hopkins
1
Comments
In a previous post I showed you how to edit the web.config file to disable the data refresh prompt so that diagrams will always refresh when rendered, http://blogs.msdn.com/b/chhopkin/archive/2010/09/28/force-data-refresh-for-published-diagrams.aspx ...
Chris Hopkins' Visilog
Too many connectors? Toggle them on and off presentation style
Posted
over 1 year ago
by
Christopher R Hopkins
1
Comments
I got this question again today and decided to throw together a quick sample demonstrating how you can toggle the visibility of connectors using a little bit of code and the Visio Object Model. This is no where near a perfect, hardened solution as...
Chris Hopkins' Visilog
Create Perfect Previews for your Templates
Posted
over 5 years ago
by
Christopher R Hopkins
1
Comments
We have all seen the high quality previews that are shown from the Getting Started task pane. If you select any of the templates that are installed with the product they all display a high resolution preview. As a Visio solution developer you create your...
Chris Hopkins' Visilog
Released - Visio 2010 add-in for System Center Operations Manager 2007 R2
Posted
over 3 years ago
by
Christopher R Hopkins
1
Comments
On Monday we released the latest version of the Visio 2010 add-in for System Center Operations Manager 2007 R2, which was announced at MMS in Las Vegas this past week. Click here to get the add-in This is a significant update from the previous version...
Chris Hopkins' Visilog
Visio Services Mashup API walk thru
Posted
over 4 years ago
by
Christopher R Hopkins
1
Comments
Recently I created a guide that I would like to share with you that demonstrates how the JavaScript API in Visio Services can be used to build custom dashboards on your SharePoint 2010 sites. This guide contains a document that explains the JavaScript...
Chris Hopkins' Visilog
Reset the Menu and Toolbars
Posted
over 4 years ago
by
Christopher R Hopkins
1
Comments
Most add-ins that are developed for Visio make modifications to the Visio menu and toolbars. The add-in developer is responsible for making the appropriate changes to the Visio UI in a manner that does not affect the operation of Visio or other...
Chris Hopkins' Visilog
Check before you customize CommandBars…
Posted
over 4 years ago
by
Christopher R Hopkins
1
Comments
Recently I have noticed a few add-ins that lock customization on the MenuBar object after the add-in has made its changes, i.e. adding a custom menu. There are valid reasons for using this functionality but you also have to consider the impact to...
Chris Hopkins' Visilog
State management for CommandBars v2.0
Posted
over 4 years ago
by
Christopher R Hopkins
1
Comments
After I posted my source for managing CommandBarButton and CommandBarPopup objects I received a few requests to include management of CommandBarButtons that control the state of AnchorBar windows. As you know you can add your own windows within the Visio...
Chris Hopkins' Visilog
Visio 2007 Standard vs. Professional, there is a difference
Posted
over 5 years ago
by
Christopher R Hopkins
1
Comments
Like previous versions of Microsoft Office Visio, the 2007 release has distinct editions, Standard and Professional. In the past differences between these editions were limited to additional content like templates, stencils and add-ons. With the 2007...
Chris Hopkins' Visilog
Create your own Icon-Sets for Data Graphics
Posted
over 4 years ago
by
Christopher R Hopkins
1
Comments
You may already know that Visio 2007 has a new feature called Data Graphics which can be applied to shapes to reflect the value of a property or formula within that shape. For example, you might have a shape that has a Health property which can...
Chris Hopkins' Visilog
State management for CommandBars
Posted
over 4 years ago
by
Christopher R Hopkins
1
Comments
I thought I would share some wrapper classes that I use in just about all of my Visio add-ins for managing the state of my custom menu and toolbar items. These wrapper classes were a collaborative effort between me and the developers at Visimation...
Chris Hopkins' Visilog
Rotate text on Timeline shapes
Posted
over 4 years ago
by
Christopher R Hopkins
1
Comments
I recently received a request from a user who wanted the ability to: 1. rotate the text for the Bracket Interval shape to an angle such as 45deg. 2. display the interval name above the date instead of below. I took the built-in shape and customized...
Chris Hopkins' Visilog
Retrieving refreshed page images from Visio Services 2013
Posted
6 months ago
by
Christopher R Hopkins
1
Comments
Why would you want to retrieve page images from your Visio diagrams via Visio Services? Visio Services will provide you with an image that you can incorporate into any application; WPF, Windows Phone, Windows 8, Apps for Office, etc. using two simple...
Chris Hopkins' Visilog
Data connected timelines including a roll up view
Posted
7 months ago
by
Christopher R Hopkins
1
Comments
It is no secret that Visio provides a template and a set of shape that allow you to easily create very rich and functional timeline diagrams. The shapes are actually designed to be data driven, meaning that the shapes provide data properties or Shape...
Chris Hopkins' Visilog
Visio 2013 developer documentation released
Posted
7 months ago
by
Christopher R Hopkins
0
Comments
Today the Visio product team released the developer documentation for Visio 2013. http://msdn.microsoft.com/en-us/library/office/fp161226(v=office.15).aspx Under the API section in the above article you will find these five important resources: · Visio...
Chris Hopkins' Visilog
New shapes for Office 2013
Posted
2 months ago
by
Christopher R Hopkins
0
Comments
Today we released a set of shapes for Visio that will help you diagram your deployments for Office 2013, Office 365, SQL, Azure, SharePoint 2013, Exchange 2013, etc. Click here to find out more about these shapes http://www.microsoft.com/en-us/download...
Chris Hopkins' Visilog
URL columns create automatic Hyperlinks in shapes
Posted
2 months ago
by
Christopher R Hopkins
0
Comments
If you add a column to your SharePoint list and set the type to Hyperlink or Picture … you can create list items that contain hyperlinks that can be navigated by simply clicking on the column in the list view. The nice thing about this column type is...
Chris Hopkins' Visilog
Visio 2013 Developer Training Released
Posted
1 month ago
by
Christopher R Hopkins
0
Comments
I am pleased to announce a comprehensive series of Visio Services training modules are now available online on MSDN. These modules are all based on Visio Professional 2013 and SharePoint 2013 and they all include downloads for the files that were used...
Chris Hopkins' Visilog
SharePoint 2013 Updates ( as of April 2013 )
Posted
1 month ago
by
Christopher R Hopkins
0
Comments
For those of you getting ready to update your SharePoint 2013 RTM farm to the March 2013 CU, here is a list of updates and their version numbers… Build Number Build Name SKU KB Article 15.0.4420.1017 RTM SharePoint Foundation 2013 15.0.4420.1017...
Chris Hopkins' Visilog
Mixing Visio versions and SharePoint versions…what works and what does not?
Posted
1 month ago
by
Christopher R Hopkins
0
Comments
Following up on an article I wrote earlier about handling Visio 2013 files in SharePoint 2010 , I wanted to break down the capabilities that are available when mixing Visio client and SharePoint versions. Visio 2013 client + SharePoint 2010 Coauthoring...
Chris Hopkins' Visilog
Get the most out of Visio – Web Cast Series
Posted
6 months ago
by
Christopher R Hopkins
0
Comments
A series of webcasts on using Visio 2013 are now available. Visit this link to sign up http://aka.ms/k5xiah Here are some additional videos demonstrating the new capabilities and features of Visio 2013 - http://office.microsoft.com...
Chris Hopkins' Visilog
Using Custom Context Menus with VSTO
Posted
5 months ago
by
Christopher R Hopkins
0
Comments
Context Menu, Right Mouse Action, call them what you want. When you right click on a Visio shape you are given options that will specifically target that shape. From a developers point of view, yes you can customize this menu…in a number of different...
Chris Hopkins' Visilog
Creating Custom Validation Rules in Visio 2013
Posted
4 months ago
by
Christopher R Hopkins
0
Comments
Visio Professional 2013 contains a powerful diagram validation feature which allows users to check their diagrams for common errors and allows companies to ensure that employees are creating consistent diagrams that meet criteria set by notation standards...
Page 2 of 4 (100 items)
1
2
3
4