Important update [July 10th, 2009]: note that with Silverlight 3 an update of the Visual Studio 2008 tools are necessary. If you acquired the source code of Graphite for Silverlight, please download the tools from Microsoft since the Silverlight project is based on version 3.0.
To all customers of Graphite, head over to the following articles which compile the tips and solutions related to the customization and integration of Graphite:
Remarks about and requests for particular uncovered topics, just let me know.
We re-invented Live Pivot and took away the limitations along the way.
Read more
Hi is possible to highlight the from to edge different than the to from edge so that I can highlight cycles in a digraph?
By Rabin Neslo May 7, 2009 - 9:43 pmSee this article.
By Francois Vanderseypen May 8, 2009 - 7:01 amHow can I become a customer of Graphite?
By Andreas May 12, 2009 - 3:44 pmSent you a brochure with product info and prices Andreas, check out your mailbox.
By Francois Vanderseypen May 12, 2009 - 4:56 pmHi Francois,
I can’t Inherit from the GraphCanvas, because it is sealed or have I missed something?
Regards,
Rabin
By Rabin Neslo July 23, 2009 - 6:56 pmYes, you missed the fact that Graphite is a commercial component and that these articles are helping customers to make the most out of what they bought.
By Francois Vanderseypen July 24, 2009 - 7:58 pmThe Graphite version you have is limited to ten nodes only. We only sell our products with source code, so if you buy Graphite you can alter/remove the ‘sealed’ modifier.
is it possible to place the code which modifys the style of nodes in Window1.xaml? or the code has to be in app.xaml??
By chikin kuong July 24, 2009 - 8:24 pmThe access to some resources is hardcoded in the demo binaries but if you buy Graphite, which comes with source code, you can alter this and access your resources anywhere. The choice to put them in the App.xaml was just for convenience in the demo version.
By the way, if you own the source code, you should change access to the resources in the GraphCanvas constructor.
By Francois Vanderseypen July 24, 2009 - 8:35 pmoic Francois,thanks for your reply
By chikin kuong July 25, 2009 - 8:51 am