Closed seandenigris closed 9 years ago
Not having the rawView available in your code is probably wrong. You should always pass
the builder through your building code. That is why, for example, all visualizations
in Moose have both a viewXYZ unary method for opening the visualization, and a viewXYZOn:
one for composition purposes.
So, I think this is not a valid concern.
Reported by tudor@tudorgirba.com
on 2012-11-25 12:26:33
It is in Roassal 1.198. This .cs only impact two methods. I would like to see a nice
support of drag and drop in Roassal. This is essential.
Reported by alexandre.bergel
on 2012-11-25 14:43:07
Fixed
Doru, I'm glad to receive your advice and so I reviewed my code with a critical eye
against all the viewXYZOn: that I could find. I note that most of the viewXYZOn: seem
to create a whole view having just one or a few different shapes/interactions/layouts
- whereas I am having over 50 shapes with several nestings each with a different layout,
so I have pushed creation of elements out to their matching model classes. Perhaps
not he best way but it is what I ended up with at the moment and cannot change right
now as I near the finish line of my Masters.
In any case, even if rawView was available, I think still clearer this way. It was
only the other way because that is what I came up with myself, and at the time I was
flipping between the two different implementations, and in hindsight this is better.
Reported by benjamin.t.coman
on 2012-11-25 15:36:19
Thanks Alexandre. That works fine.
Reported by benjamin.t.coman
on 2012-11-25 15:43:05
Reported by tudor@tudorgirba.com
on 2013-03-03 13:05:26
Originally reported on Google Code with ID 872
Reported by
benjamin.t.coman
on 2012-11-25 04:55:11