From: Richard B. <ma...@ri...> - 2001-01-31 17:37:17
|
(was on the dev list) > It has lines? You looked at the code.. how hard would highlighting be? The functionality seems to be pretty basic, you click on an image to expand the tree, and on the caption to load a link, no highlighting, or expanding/collapsing in the same level etc, maybe this can be added, but if it makes the code top heavy (better mouse-trap?) the speed advantage might be lost. You can probably do highlighting with a: visited etc in css, but that's not very reliable cross-browser. I'll put up a few examples to test it. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Wednesday, January 31, 2001 7:21 PM Subject: Re: [Dynapi-Dev] I have wrote a tree widget .... > No rebuf was intended. > I simply wanted to draw their attention to the existance of a tree widget.. > I know I would be upset if I but a bunch of effort into something only to > find out later that someone had beat me to it. > No insult was intended towards J. Fernando Moyano. > > It has lines? You looked at the code.. how hard would highlighting be? > > I am as interested in new ideas and technologies as the next guy.. > > So to Mr. Moyano: I apollogize If I offended you. > > > ----- Original Message ----- > From: "Richard Bennett" <ma...@ri...> > To: <dyn...@li...> > Sent: Tuesday, January 30, 2001 3:50 PM > Subject: Re: [Dynapi-Dev] I have wrote a tree widget .... > > > > No Doug, I don't think a rebuff was in order here, firstly, any widget is > > welcome, be it better or worse than what exists, if it's no good, don't > use > > it. > > But apart from that, I gave the code a once over, and although it doesn't > > look very conventional, that might just be it's strength, as far as I can > > see, it uses minimal layers, building the tree in a table. > > The small example loads very fast, so maybe this would be interesting for > > large trees, which don't need the added functionality of opening on a node > > through a value passed to them (like mine), but should load fast, I'll > test > > it with a thousand nodes or so (the limit of my widget), my criteria was > > less than 10 seconds rendering time after 10 reloads on IE (on my pc). > > And it also has the dotted lines, way cool! > > > > Cheers, > > Richard Bennett > > > > ma...@ri... > > www.richardinfo.com > > (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) > > > > ----- Original Message ----- > > From: "Doug Melvin" <do...@cr...> > > To: <dyn...@li...> > > Sent: Wednesday, January 31, 2001 12:14 AM > > Subject: Re: [Dynapi-Dev] I have wrote a tree widget .... > > > > > > > what's wrong with the tree we have? > > > see www.richardinfo.com > > > ----- Original Message ----- > > > From: "J. Fernando Moyano" <tx...@wa...> > > > To: <dyn...@li...> > > > Cc: <dyn...@li...> > > > Sent: Tuesday, January 30, 2001 11:16 AM > > > Subject: [Dynapi-Dev] I have wrote a tree widget .... > > > > > > > > > > > > > > I have wrote a tree widget for DynAPI2 ... > > > > It's very simple and it has some "dirty" feature (you mut pass the > > > variable > > > > name as parameter ... but i don't know very well the DynAPI. Someone > can > > > fixit > > > > in 5 minutes ???) > > > > > > > > I send a tgz file with the tree.js file (in dynapi/gui), the > > > > necesary bitmaps (in dynapi/images/tree) and a working example. > > > > > > > > I'm using it in my project mainpage (http://wdbil.sourceforge.net) > > > > > > > > Bye, > > > > > > > > txino > > > > > > > > -- > > > > > > > > "It is not the strongest of the species that survive, nor the most > > > > intelligent,but the one most responsive to change." > > > > > > > > John McFee > > > > > > > > (*) SymeX ==> http://symex.lantik.com > > > > (*) WDBIL ==> http://wdbil.sourceforge.net > > > > (*) Informate sobre LINUX en http://www.linux.org > > > > > > > > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > ____________________________________________________________ > > > Get your free domain name and domain-based e-mail from > > > Namezero.com. New! Namezero Plus domains now available. > > > Find out more at: http://www.namezero.com > > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |