Hi!
Pierre just finished a first version of Kiviat in Roassal. Here are some example:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
b := RTKiviatBuilder new.
b objects: RTAbstractCircleLayout withAllSubclasses.
n := RTMultiLinearColorForIdentity new objects: (b objects).
b shape circle color: [ :value | n rtValue: value named]; size: 10.
b addMetric: #numberOfLinesOfCode.
b addMetric: #numberOfMethods.
b addMetric: #numberOfVariables.
b activatePolygons.
b build.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
It would be great to have feedback on this!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
I migrated some of Pierre's example into the GT-based browser:
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Doru wrote:
>On Fri, Nov 21, 2014 at 11:39 AM, Stephan Eggermont <[hidden email]> wrote:
>>Why are there extra configurations for GT?
>
>Because we will go away from groups and because we needed to have the tools loadable individually.
Why do you want to go away from groups?
Tools can be loaded individually with groups.
>I'm afraid that leads to duplication of effort,
>
>Why?
Because there is already lots of duplication in those separate configurations.
>>and introduces lots of problems.
>
>What kind of problems?
missing updates. Basically no DRY
>>Moose was nearly loading in Pharo 4,
>>the only thing that went wrong was the loading of fonts.
>
>Where is the difference now?
missing groups
Stephan
The removal of the CoreExtras group is a change that needs to propagate
to all configurations using Glamour (or be undone). It is a change to the
public API. It currently breaks loading Moose in Pharo 4
Stephan
Why are there extra configurations for GT?
I'm afraid that leads to duplication of effort,
and introduces lots of problems.
Moose was nearly loading in Pharo 4,
the only thing that went wrong was the loading of fonts.
Stephan
Hi,
is it possible to use FAMIX model in Pharo 4 (=not Moose image)? I didn't
find a separate configuration and loading the whole Moose package fails
(probably because Moose image is on Pharo 3?).
Thanks,
Peter
Hi,
We are using PetitParser and we get this error message. But it is not very explicit and even while using PetitParser browser we get this issue. The problem is that even while testing the parsing of a subpart of the erroneous test with another test, we get the error.
Does someone knows what this error means and what to do to correct it?
Thanks in advance.
Anne
Hi Alex,
I have some problems with displaying edges.
I have difficulties to reproduce things outside my application. But I am
trying to add arrows. So when I do:
(RTLine new color: Color red) + (RTSimpleArrowHead new color: Color red),
the text that follow the + brake my visualization: the arrow is wrongly
placed.
If I remove the + (RTSimpleArrowHead new color: Color red), it works fine.
When I tried to reproduce it, I created an example that does not work, I do
not understand why:
===
b := RTGraphBuilder new.
shape := RTShapeBuilder new.
shape shape: (RTEllipse new color: Color gray; size: 40).
el := (RTElement on: 1).
el + shape.
b view add: el.
el2 := (RTElement on: 2).
el2 + shape.
b view add: el2.
l := RTEdge from: el to: el2.
b view add: l.
RTCellLayout on: b view elements.
b build.
b open
===
--
~~Jannik Laval~~
École des Mines de Douai
Enseignant-chercheur
http://www.jannik-laval.euhttp://www.phratch.comhttp://www.approchealpes.infohttp://car.mines-douai.fr/
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit
New issue 1095 by anquetil...(a)gmail.com: PlayGround directory cache bug
https://code.google.com/p/moose-technology/issues/detail?id=1095
opening on a computer an image coming from another computer
When typing anything in the PlayGround, there is an exception (see
attached).
work areounf:
go in System > Settings > GlamourousToolkit > LocalPlaygroundCacheDirectory
and set it to a directory on local disk
Attachments:
Screenshot from 2014-11-03 16:41:02.png 141 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings