Indeed, that is one bug. Another bug is:
Inspecting the following gives me _working_ actions (e.g., I can do zoom in / out):
RTMondrian new nodes: (1 to: 10); yourself
When I execute:
GLMWrapper new with: [ :w |
w show: [ :a |
a roassal2
title: 'With title it works';
initializeView: [ RTMondrian new ];
painting: [ :view |
view nodes: (1 to: 10) ] ] ];
openOn: 42
The actions do not work :-(
I cannot see why.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel
http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Oct 28, 2015, at 9:09 AM, Tudor Girba
<tudor(a)tudorgirba.com> wrote:
The bug is in Glamour as it seems.
For example:
GLMWrapper new with: [ :w |
w show: [ :a |
a roassal2
title: 'With title it works';
initializeView: [ RTMondrian new ];
painting: [ :view |
view nodes: (1 to: 10) ] ] ];
openOn: 42
If the bolded line is there, you get the actions, if not, they are not.
Doru
On Wed, Oct 28, 2015 at 1:04 PM, Alexandre Bergel <alexandre.bergel(a)me.com
<mailto:alexandre.bergel@me.com>> wrote:
For preparing my teaching course I would have
love to have simple class hierarchy visualisations or even better, real UML
representations.
Unfortunately, the UML like diagram from the Moose panel is not zoomable.
There is a bug in the rendering of actions in the main window.
Yes, but I cannot figure out what it is. I have simply refactored
GLMRoassal2Presentation>>defaultActions
I believe the behavior should be the same.
Can you have a look at it?
Cheers,
Alexandre
_______________________________________________
Moose-dev mailing list
Moose-dev(a)list.inf.unibe.ch <mailto:Moose-dev@list.inf.unibe.ch>
https://www.list.inf.unibe.ch/listinfo/moose-dev
<https://www.list.inf.unibe.ch/listinfo/moose-dev>
--
www.tudorgirba.com <http://www.tudorgirba.com/>
"Every thing has its own flow"
_______________________________________________
Moose-dev mailing list
Moose-dev(a)list.inf.unibe.ch
https://www.list.inf.unibe.ch/listinfo/moose-dev