-
Due to problems with the organization of the content in
CVS and for other reasons as well I'd like you to clear
(i.e. delete all the content) the Netron CVS repository.
Thanks you!
F.Vanderseypen [admin of the Netron project].
2006-08-18 15:30:10 UTC in SourceForge.net
-
You curse because it hurts your own business or your own software process; you don't care about me or the community.
You have my code and can go on your own, anybody can develop what I have written. Just wake up every day at 5AM and work after hours till late in the night. Loose your eyes behind the pc-screen and loose your family...it's that easy.
But I'm sure, like so many, you think I...
2006-07-25 08:12:31 UTC in The Netron Project
-
Give me,
a job with free spacetime for working on diagramming stuff,
a fair allotment and good coffee,
no commercial worries, just faith in innovative ideas.
In return I can give you
the best .Net open source around,
creativity and passion unlimited,
an inspiring and erudite compeer,
impartial friendship, true commitment.
Let me,
be.
Until then; I am sorry.
2006-06-13 18:48:39 UTC in The Netron Project
-
The traversal are algorithms and are based on the adjacency matrix of the graph in its various implementations (GraphAsMatrix, GraphAsList). The DFT being a method of the AbstractGraph depends on the data inside this class and is not automatically updated when you change the graph. This is because the analysis services are separate from the 'model' of the graph abstract. This is not the case...
2006-04-25 05:36:53 UTC in The Netron Project
-
Benjamin, here is a quick overview of the code you need.
The GraphControl.cs has a Timer with a certain pulsation which acts as the hearth-beat. When the Timer ticks it raises the Tick event which is connected to the OnTransmissionTimer event handler, also defined in the GraphControl class.
The OnTransmissionTimer calls the Pulse() method of the GraphControl class and allows also some...
2006-04-23 05:14:35 UTC in The Netron Project
-
Depends what you need. If basic flowcharting is enough, go for the newer version. If you need e.g. Xml export or zooming then implement yourself undo/redo in the old version. Implementing this is not so difficult if you know what you're doing. However, I understand you're not familiar with C# and patterns...better download v2.5 and see how much it satisfies your expectations.
2006-04-16 17:01:39 UTC in The Netron Project
-
If you don't have to display two graph and keep them separate in memory there's no problem, or is it?
If the displayable graph1 has the standard Netron-like structure there is nothing preventing you from using another completely different storage for graph2. In fact, the graph analysis sub-library can be used independently of the display part of the library. Look at the graph analysis examples...
2006-04-10 04:42:04 UTC in The Netron Project
-
For those who have requested the intermediate code, I've posted some useful info about the code on the Netron blog.
For those who haven't had a chance to preview the code, send me an Email.
2006-03-16 07:29:25 UTC in The Netron Project
-
Let me start by saying that it’s not available for download, yet. Though it’s functional I reckon it’ll take me another six months or so to finalize things, which will make it another ‘Summer release’. I can however tell you that it’ll be worth waiting for and this little blog note is to give you a tast of what’s in the box (and what’s not).
First the bad news. You will not be...
2006-01-20 06:32:33 UTC in The Netron Project
-
The MVC implementation will allow more flexibility to have things like guides, rulers and real-world unit in the View class. Also, there is now an ASP.Net and WinForm control. In fact, one could (using the current set of interfaces and base classes) create a mobile control or a DirectX view.
Things like zooming, printing, scrolling and units have never been my favorites but I know these...
2006-01-13 08:08:32 UTC in The Netron Project