Does a VCL OrgChart component with decent features exists? Is there a viable alternative?

Posted by user193655 on Stack Overflow See other posts from Stack Overflow or by user193655
Published on 2010-05-13T08:25:42Z Indexed on 2010/05/13 8:34 UTC
Read the original article Hit count: 292

Filed under:
|
|
|

I am using DevExpress OrgChart component that is still maintained but not developed since 2003 (fortunately bugs are fixed, but nothing more).

Honestly this component, even if it starts to look too old still suffices my requirements except for 2 things:

1) it doesn't support at all the staff feature, for understanding what I mean see this image (where the items in staff are Administration, Communication, IT, Special Projects).

2) it arranges the items without optimizing the space, for example if there are 3 items at top level, and only the second item has 2 childs, the top items items are drawn more distantly, because of the 2 childs, there is no an option for "shirinking" the diagram.

Of course the component misses tons of the features one would expect from an OrgChart tool, but in my case Those 2, and expecially (1) are important, the rest is lack of eye-candy.

I look for VCL components, but if (as I fear, since I never found it) such component doesn't exist) I can see the following alternatives:

i) using Hydra with .net winforms components

ii) using ActiveX components. Between the 2 I would prefer ActiveX because of the .NET deployment hell (what I like about Delphi is that you ship the exe to the customer witn Win2k and it works). Anyway I never used an activeX control and I don't know which are the deployment issues, but I fear I will lose the opportunity of replacing an exe and upgrading the software.

iii) hire a delphi component develoeper that can customize the DevEx component by adding feature (1) and maybe (2).

I am stuck.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about customcomponents