Archive for June, 2008

Creating Default Anchors for custom User Symbols

Thursday, June 26th, 2008

This article describes how to create default anchors on custom user symbols with ILOG Diagrammer for .NET.

First, we need to make sure that we know what anchors and user symbols are. Let’s briefly define these two notions:

  • A user…

Read more

Creating Bezier Curves in an Ajax DiagramView (Part 2)

Friday, June 20th, 2008

In the previous article, I have explained the fundations of the Ajax interaction framework of ILOG Diagrammer for .NET. It is now time to dive into the implementation details.

From the first article, we know an AjaxDiagramView interactor inherits from the…

Read more

Creating a Nice Diagram Display with WPF : It’s So Easy

Wednesday, June 18th, 2008

In this short 7 minute presentation, Patrick Megard leads us through the basic steps in creating a diagram display using ILOG Diagrammer for .NET’s and Visual Studio 2008’s WPF features.

The following movie is best viewed in full screen mode:

 

Presented…

Read more

Creating Bezier curves in an Ajax DiagramView (Part 1)

Tuesday, June 10th, 2008

In this series of two articles, I am going to show how to create a new interactor for the  ILOG Diagrammer for .NET 1.5 AjaxDiagramView web control. To illustrate this, we will write an interactor to be able to create Bezier curves…

Read more