Archive for the ‘Diagram’ Category

Silverlight experiments from our .NET Visu Lab (Part 2)

Monday, October 6th, 2008

In a previous post I showed a first Silverlight experimentation displaying a project plan in a Silverlight Gantt Chart control. Here is a second experimentation on the same topic. This small example also displays a project plan but this time the…

Read more

Selected User Meeting Presentations: A (French) Film Festival

Monday, August 25th, 2008

Ed Kiraly has posted in the JViews blog a series of videos recorded during a user group meeting in Paris. The recorded sessions (in French) are from our CEO, from the Visualization product team and from Microsoft and Adobe. You will find here a…

Read more

Adding Icons to a Link

Wednesday, 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

Wednesday, 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

Wednesday, 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

Adding Smart Tags support to custom User Symbol

Tuesday, July 22nd, 2008

In the previous “Diagrammer Tips and Tricks” series (see Part 1 and Part 2), you have learnt how to create a user symbol and how to define design-time capabilities. In this new article, we will explain how to enable Smart Tags…

Read more

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