Hi, Doug: I responded to this earlier but as I read and learn more I am particularly interested in your comments. If I were to implement your version of the solution, can you give me an idea of how it would be done? Could it be done in a object/tree structure? Is it possible to set up objects for each task, set the attributes (including a text attribute), add the element as a parent or child element, and show/hide the child elements on click events? How did you do it? All I need is an idea, I'll do the research. Thanks a bunch, Patricia
Doug Schepers <[EMAIL PROTECTED]> wrote: Sorry, Peter, yes, I should have been more clear. I have no problem with the expanding/contracting bargraph idea, though it doesn't seem that tricky to me. Unless I'm misunderstanding something, I've seen (and done) similar things in SVG in the past, and I don't recall any particular challenges. I was speaking out against the misuse of glyphs. Too be fair to Philip, though, it's not unheard of in the computing tradition. In the Dark Ages of Computing, many specialized fonts used shape glyphs, for circuit diagrams and maps and other non-text compositional elements, as a kind of old-school 'use' or 'symbol', in order to save memory on frequently-used shapes. There are large blocks of Unicode dedicated to this legacy, and I was told recently that certain industries still use this odd practice. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Peter Thompson wrote: | | Patricia - It sounds like you are displaying a Gantt chart. | I like Philip's first suggestion, perhaps because I haven't | used glyphs. I assume that you have a tree data structure | somewhere with the parent/child relationships between the | task/subtasks. I'd use that to build a corresponding tree in | SVG, then change visibility and the translate transform for | each expand/contract. | | Doug - Are you saying "don't use the glyph idea" or don't do | the expanding/contracting bargraph? | ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups SponsorADVERTISEMENT --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

