From: Christoph F. <cf...@fo...> - 2005-03-11 07:40:33
|
Hi Wang I would say it's a bug. There is some functionality that tries to assert that no more nodes are drawn than a user could actually distinguish and navigate but a. it does not work as expected b. there is no real strategy how to deal with the case, that a node has more relations that could actually be drawn. If you want to investigate by yourself, you find the code block in charge beginning at line 160 of org.tm4j.tmnav.renderer.tg. TMOTouchgraphNode. Otherwise you can enter a bug report. This would assert that I don't miss the bug, when I will be able to work on tmnav again. Unfortunately this won't be before mid of june. Hope that helps a bit c Am Mittwoch, den 09.03.2005, 14:00 -0500 schrieb Wang, Dandan: > Hi all, > I am using tmnav-0.2.8_1 and I found a problem but not quite sure > if it is a bug , need your help. > > After I load a xtm file, in the "Indexes" frame , I choose > "Occurrence Types" and I got a topic named "definition", when click > this topic, see in the Tree-View frame, topic "definition" with more > than 20 occurrence instances are listed( tree structure). > > At this time, when you view Grahp-View frame ( have > to choose Touchgraph Renderer), it shows only the centernode > "definition" and a Dummy-node, between these two nodes is an arc with > labeled "instances". > > My question is Why all those more than 20 occurrence instances are not > showed here? they should be connnected with this dummy- node, > becuase with this Dummy-node , they could display 1:N relationships. > > Again I tried to using Hypergrah Renderer, it works good and show all > instances. > > So I wonder when using Touchgraph Renderer, if there exsits a fixed > number N, when number of instances is greater than N, they will not be > displayed ,becuase they are too many to display. > > > Thanks so much. > > > Dandan -- Christoph Froehlich <cf...@fo...> |