Archive for the ‘.NET’ Category

A Silverlight GUI for Google Analytics

Friday, November 28th, 2008

Continuing our series of posts on Silverlight experiments, here is a sample that you can use to view real-life data if you use Google Analytics to monitor your web site traffic.

The application first asks you to login using your Google…

Read more

Silverlight experimentations from the .NET Visu Lab (Part 3)

Wednesday, October 8th, 2008

Here is another post about Silverlight experimentations in the .NET Visu Lab. This time, the Silverlight application tries to mimic a previous very nice Flex example posted on the ILOG Elixir blog: The CIA World FactBook demo.

This example uses data from the…

Read more

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

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

Wednesday, October 1st, 2008

Here is the first post in a series about the Silverlight experiments we are doing in our .NET Visu Lab.   We are currently looking at how well the displays in our existing .NET products — see ILOG Gantt for .NET and…

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