From: Christoph F. <cf...@fo...> - 2004-09-27 14:46:36
|
Hi Conal thanks for your ongoing reviews. I appreciate them very much. Am Mo, den 27.09.2004 schrieb Conal Tuohy um 4:13: > I've been using TMNav to visualise my topic map. It's great, but > there's one little thing about it that bugs me: the labels. > > A topic with id "foo-topic-id" but no name gets a label like: > > "T [foo-topic-id]" > > That seems perfectly reasonable. I don't know why, but a topic which > has a name will display differently: e.g. a topic with the name "foo" > gets a label like: > > "foo [org.tm4j.topicmap.memory.TopicImpl@f60dla08]" this is a flaw in panckoucke. It calls toString() on the set of scoping topics of the basename. I changed it to display a more meaningful name. This will be part of the next release of panckoucke. If you need it badly, please either compile panckoucke from cvs or drop me a line and I will send you a compiled version via private mail bye c bye c The last part of the label looks like the result of calling toString() on the topic object. IMHO it's not worth having; it just clutters up the display. :-) But I don't know where to start changing it. > > version info: > TMNav - Version: TMNav 0.2.9(pre1 )* > Panckoucke - Version: Panckoucke 0.3.2(alpha) > > Cheers > > Con > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement > on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Tm4j-developers mailing list > Tm4...@li... > https://lists.sourceforge.net/lists/listinfo/tm4j-developers -- Christoph Froehlich <cf...@fo...> |