Hi Thomas I've continued to work on the wiki - http://argouml.tigris.org/wiki/Fig_Events_Architecture
The section "Composite Diagram Elements" describes how the composite Figs are built and an explanation of how notification is pushed up to the top level composite for resize when a child Fig changes. The last 3 sections deal with the specific types of events that can be received, what listens for them and how they are handled. Regards Bob On 24 April 2011 19:46, Thomas Neustupny <[email protected]> wrote: > Hi Bob, > > it's a great idea to separate model and bound events. You reduced the problem > to "just" properly calculate bounds of complex figs, which I think is > solvable with some depth-first based strategy. Something that makes the > "parent" fig recaltulate bounds by first recalculate bounds of it's contained > figs with the exception of the starting fig. And so on. > > Did you already prefer some solution for the bounds problem? > > Thomas > > -------- Original-Nachricht -------- >> Datum: Thu, 21 Apr 2011 19:11:18 +0100 >> Von: Bob Tarling <[email protected]> >> An: [email protected] >> Betreff: [argouml-dev] Resizing Figs and listeners - sanity check > >> I've got so far with reducing the Fig building and listing in the >> activity diagram but got to a point where I decided a slight change of >> direction. >> >> A sanity check by someone else might be useful before I take this too far. >> >> http://argouml.tigris.org/wiki/Fig_Events_Architecture >> >> Cheers >> >> Bob >> >> ------------------------------------------------------ >> http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2722245 >> >> To unsubscribe from this discussion, e-mail: >> [[email protected]]. >> To be allowed to post to the list contact the mailing list moderator, >> email: [[email protected]] > > -- > GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit > gratis Handy-Flat! http://portal.gmx.net/de/go/dsl > > ------------------------------------------------------ > http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2723885 > > To unsubscribe from this discussion, e-mail: > [[email protected]]. > To be allowed to post to the list contact the mailing list moderator, email: > [[email protected]] > ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2724397 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
