Hi,
I have a system with several classes and several packages. I want to do an
Overview pyramid visualization. I select them all and when I do the pyramid
it says NOP = 1 (number of packages equals 1), then I have a high NOC.
Why is this happening? Is it correct?
Thanks
--
Sebastián Tleye
Hi!
I am trying to remove the old Mondrian from Roassal2. I took the liberty to change the the layout of Distribution map from grid to flow.
Before you had:
Now you have:
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
After having discussed yesterday with Yuriy, I gave a try at having multiple selection in Roassal. If you update Roassal, you can try:
-=-=-=-=-=-=-=-=-=-=-=-=
b := RTMondrian new.
b nodes: Collection withAllSubclasses.
b layout flow.
b normalizer
normalizeSize: #numberOfMethods.
b build.
"Adding a label"
labelShape := RTLabel new text: 'Nothing selected'.
label := labelShape element.
b view add: label.
TRConstraint move: label below: b view elements.
"Changing the label according to the selection"
b view elements @ (RTSelectable new selectionCallback: [ :es | label trachelShape text: es size asString, ' selected elements']).
b view
-=-=-=-=-=-=-=-=-=-=-=-=
Try clicking on the square and the white background.
Wouldn’t it be nice to connect this with GTInspector?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1108 by thomas.b...(a)porabo.ch: Cyclic dependency between
Roassal-Core and ExampleBrowser
https://code.google.com/p/moose-technology/issues/detail?id=1108
Package Core defines the abstract class RTObject.
Package ExampleBrowser defines the abstract class RTAbstractExample as
subclass of RTObject.
The problem is that package Core also includes class
RTMultiColoredLineExample as a subclass of RTAbstractExample. So package
ExampleBrowser requires package Core because of RTObject, and package Core
requires package ExampleBrowser because of RTAbstractExample.
The solution could be to move class RTMultiColoredLineExample to package
ExampleBrowser?
This leads to cyclic dependencies, that at least in the Visualworks port
lead to warnings and bundle structure errros.
Please fill in the labels with the following information:
* Type-Defect
* Component-Roassal
--
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
Hi!
I get an error after having entered a pattern matching and pressing ‘Validate’ in the St Wizard.
Can someone reproduce this?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Bad news from Google ...
We will ask some explanations with Uko.
---------- Forwarded message ----------
From: <no-reply(a)google-melange.appspotmail.com>
Date: Mon, Mar 2, 2015 at 7:56 PM
Subject: [Pharo Consortium] Your organization application has been rejected.
To: serge.stinckwich(a)gmail.com
Thank you for submitting Pharo Consortium's application to Google
Summer of Code 2015. Unfortunately, we were unable to accept your
organization's application at this time. Every year we receive many
more applications than we are able to accommodate, and we would
encourage you to reapply for future instances of the program.
If you would like some general feedback on why your organization was
not accepted, please consider attending the IRC meeting in #gsoc on
Freenode on Friday, 6 March, 2015 at 16:00 UTC. Please note that the
feedback meeting will be limited to the first 50 organizations to
queue up (queuing in the channel will begin at 15:30 UTC). You are
also more than welcome to just email the OSPO team at
ospoteam(a)gmail.com directly for email feedback about your application
as well.
Best regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
Hi!
Consider the following scenario:
- I want to know which classes in GT uses TRMouseClick.
Can I do this using Spotter?
I open Spotter and entered TRMouseClick. I cmd-rightarrow on it, and then entered GT. It gives me this:
But If I click on the selection Object>>gtDebuggerStateIn:
I have that:
gtDebuggerStateIn: composite
<gtDebuggerPresentationOrder: 10>
(GTObjectVariablesBrowser new variablesIn: composite)
title: 'State';
send: #value
Why is gtDebuggerStateIn offered to me? I do not understand…
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
I'm trying to import a FAMIX java model using Verveinej, but no success so
far.
I'm facing a FAMIX.FileIndexedAnchor not found error. As far as I
understood Moose is not finding the source files, am I right?
So, where should I set the root source folder?
Thanks in advance!
ps.: error picture on
http://stackoverflow.com/questions/28817805/error-on-importing-famix-java-m…
--
Klerisson
lascam.facom.ufu.br
Hi,
Due to heavy changes in the API of the AST of Pharo, the PPSmalltalkParser
is broken. I fixed some 100 tests, but there are still 66 broken ones. It
would be useful if someone else would spend a bit of time to look at the
errors.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"