Hi!
I am not sure how I should read the visualization:
Comments in the code and in the visualization would be very cool.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
In a Java project I have a class - let's call it Zork.
I want to build a visualization which show which classes and methods use the
most this class (for example the bigger the square is the more the method /
class uses it).
I'm sure it's possible but I'm a Moose newbie :)
How can I do it ?
Laurent Laffont - @lolgzs <http://twitter.com/#!/lolgzs>
Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/
Developer group: http://cara74.seasidehosting.st
Hi,
For those interested, I updated the Glamour chapter on the Moose Book:
http://www.themoosebook.org/book/internals/glamour
Please let me know if there are still issues you would like to see discussed.
Cheers,
Doru
--
www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Hi Doru, all,
Mariano's questions triggered some exploration of my own, and now I have questions about tags: and tagsFilter on lists. Firstly, is there a way to have the tags on the left of the list entries? This way they are all aligned and always visible (very relevant in case the list entries are long and you need to scroll).
Also, I want a click on a tag to do no filtering at all, so I found a send of tagsFilter: in the example and played a bit with that. It seems that it does not really matter what the block that I give as argument does, it always just turns filtering off. (Moose 4.3 release) I guess this is not the expected behavior, although it turns out to be what I want. So the question: what is the block supposed to specify and how. Alternative: please dont fix this bug :-P
Thanks in advance!
--
Johan Fabry
jfabry(a)dcc.uchile.cl - http://dcc.uchile.cl/~jfabry
PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Hi,
It is time to synchronize on what are the plans for Moose. Here is the roadmap for the next months. The first target is the release of 4.4 in 12 days.
Suggestions, opinions, and participations are always welcome :)
Moose 4.4
- main goal: strengthen the generic engines lineup
- release date: May 1
- based on Pharo 1.2.1
- to contain:
--- EyeSee
--- Mondrian with ComplexShapes
--- Metanool
- ideally, it should also contain:
--- a working version of VerveineJ
Moose 5
- main goal: the move to the web
- release date: August 30
- to contain:
--- EyeSee and Mondrian bindings to SVG/JavaScript (probably protovis)
--- Glamour with improved Seaside rendering
--- Dashboard in Glamour
--- Wizard in Glamour
--- improved IDE for building/coding Arki reports
- ideally it should also contain:
--- SQL parser (Fabrizio? :))
--- Glamorous Toolkit
--- Kumpel
--- GitFS?
- others?
Cheers,
Doru
--
www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of problem understanding."
Hi!
I was wondering about MOChildrenShape. MOChildrenShape has some flavor of marker in the way it is used and implemented.
Is it really a shape or does it indicate a location in the grid where the subnodes have to be displayed?
I guess it makes sense to have: MOChildrenShape new width: 400
If it is not a marker, what should the MOChildrenShape>>display:on: method be?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
MOLineShape defines a method isAliased. Apparently I wrote this method, but I do not remember what it is useful for. What is an aliased edge? I guess this comes from VW.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi guys. What do you think about doing a "ScriptLoader new
cleanUpForRelease" in the Hudson build script and to the official released
images. In the last one I took from Moose, there are 2MB released after
doing so (ok, it is not that important), but there a couple of nice things.
For example, if the categories/packages are not sorted, I get crazy ;)
Cheers
--
Mariano
http://marianopeck.wordpress.com
Hi Doru, I have a few more questions related to Glamour Toolkit.
1) Most (if not all) of the examples I saw from Glamour Toolkit, like
GTClassicBrowser, do not respond to right click. I mean, no menu is opened.
I guess this is on purpose. So..what should I do (if it is supported) so
that my browsers supports the right click like the regular browser? that
means, be able to do a right click on a package, a class, a method, in the
code pane, etc.
2) If 1) is supported, is there an easy way to add custom items to the menu
?
3) Is there some widget with an input ? For example, imagine the
GTClassicChaser where instead of directly open it with a selector, I have a
little row on the top of the browser, and I can type there the selector name
or something (imagine a number) that finally will answer me a selector.
So..is there an example where I can take a look ?
Thanks again in advance,
--
Mariano
http://marianopeck.wordpress.com
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Glamour Milestone-4.3
New issue 494 by tudor.gi...(a)gmail.com: Dynamic presentation should be a
browser
http://code.google.com/p/moose-technology/issues/detail?id=494
The problem is that when in a presentation we ask for entity, we get the
value of the entity of the pane around the dynamic presentation, instead of
the transformed value.