Eric Durocher

Eric Durocher is a principal architect and has been a member of the ILOG visualization R&D for 11 years, successively in the Views, JViews and Diagrammer for .NET teams.

Adding Icons to a Link

Posted by Eric Durocher on August 13th, 2008

The Link object in ILOG Diagrammer for .NET lets you easily add text items at any position on the link path (using the TextItems property), but there is no out-of-the box functionality to add other graphic decorations like icons. Here is a…

Read more

Diagrammer .NET Tips and Tricks Explained Through the “UML Class Diagram” Sample - Part 3

Posted by Eric Durocher on August 6th, 2008

Creating a Scrollable List

In part 1 and part 2 of this series, we explained some common techniques for creating complex ILOG Diagrammer for .NET user symbols, and we used a UMLType symbol as an example.

This post will focus on the description…

Read more

How to Create a User Symbol That Acts as a Container

Posted by Eric Durocher on July 30th, 2008

With ILOG Diagrammer for .NET, you can create user symbols very easily, and this is covered extensively in the user manual and this post, among others.

ILOG Diagrammer for .NET also provides several built-in container classes, for example the Canvas…

Read more

Diagrammer .NET Tips and Tricks Explained Through the “UML Class Diagram” Sample - Part 2

Posted by Eric Durocher on May 19th, 2008

In the previous post, we explained how to assemble built-in ILOG Diagrammer for .NET objects to build a complex UML Type symbol. The first post described how to define the appearance of the symbol, now we will define its behavior.…

Read more

Diagrammer .NET Tips and Tricks Explained Through the “UML Class Diagram” Sample - Part 1

Posted by Eric Durocher on April 25th, 2008

This is the first of a series of posts in which we will walk through the UML Class Diagram sample of ILOG Diagrammer for .NET and explain various features, tips and tricks.

The full UML Class Diagram Editor sample can be…

Read more