With the Ortho layouts in Mondrian and now Roassal, I find that it can
get a bit messy when moving nodes around when each node pair has its
middle line segment spaced at 50% from each end. I have thought for a
while that it might even better if the middle segment could be shared
among child nodes. So I've done a basic implementation this, and there
are a lot of rough edges, but I wanted to share this before going any
further to check if this approach is reasonable, or if there is a better
way to proceed.
A few of the things that need to be sorted are:
1. Distortion when a node is dragged up so that the top of windows
stretches up
2. Arrows go a bit strange if the child is dragged higher than the parent.
3. The horizontal mid-segments need to be offset, otherwise the join
together when a child node is dragged to the far side.
Attached is an image showing the two methods side by side, and also the mcz.
cheer -ben
Hi,
I just wanted to wish the ESUG participants a nice conference. Please do let us know of any meaningful news.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow."
Hi!
I have a list presentation. When an item of that list is selected, a
text editor opens in another pane. I want to restrict (like when
you're editing a method) to select another item in the list if there
are changes in the editor. Is there some way to execute some code when
the user tries to select something?
Thanks in advance
Nahuel.
Hi!
Yesterday evening we had a 3 hours moose session with industrial. We had fun :-)
http://dl.dropbox.com/u/31543901/MooseInClassroom.jpg
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
It seems there is no way to identify classes (java) that are Exceptions.
Even the one that are used.
There are ThrownException / DeclaredException / CaughtException , all
pointing to the exceptionClass, but there is no opposite property in the
exception class that one could use to test whether a given class is used
as an exception.
So the only way is to test whether Exception is an ancestor of a given
class ?
nicolas
With the following script, in Mondrian when you hover over edges a popup
appears showing the name of the edge. Is the same possible with Roassal?
view shape rectangle size: 20.
nodes := view nodes: (1 to: 20).
view edges: (2 to: 20) from: 1 to: #yourself.
view circleLayout.
cheers, Ben