Merge different presentations in GTInspector?
by Roberto Minelli
Hi,
I am *finally* playing around with the GT toolkit to implement the presentations for my objects.
By looking at examples here and there I managed to create a couple of presentations, but I have a question.
Suppose I have a GLMRoassal2Presentation with a ring chart visualization and a table (GLMTablePresentation) in two separate inspector panes. Is there a way to have them in the same pane, i.e., an overview with both the table and the roassal view?
Since a picture is worth a thousand words, here is my situation:
https://dl.dropboxusercontent.com/u/6281855/merge-presentations.pdf
Moreover, when it comes to Glamour, Yuriy (in cc) and me have troubles to understand the Glamourous magic behind it..
We are wondering if, in addition to the PBE 2 book, there is additional documentation.
Cheers and thanks in advance,
Roberto
8 years, 7 months
Algos descriptions on moose website
by Blondeau Vincent
Hello everyone,
I am searching the description of the Moose algos. There was a page on the old website but it is not on the new one...
Where can I find this ?
Thanks in advance !
Cheers,
Vincent BLONDEAU
________________________________
Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? de Worldline ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
8 years, 7 months
FAMIX-SQL
by Anne Etien
Hi,
With Olivier, we are working on FAMIX-SQL. There are some things with which we disagree (usage of table or column name instead of directly the object, foreign keys only reference tables but through the sourceColumn message…). So we would like to know if someone uses FAMIX-SQL or if we can modify and restructure it. With the modifications, it will be difficult to be retro compatible.
Thanks in advance.
Olivier and Anne
8 years, 7 months
UML builder
by Alexandre Bergel
Hi!
Thanks to Milton and Doru, we have an UML builder in Roassal.
Here is a screenshot:
I have this example:
.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
| b |
b := RTUMLClassBuilder new.
b methodShape label
if: [ :method | method selector beginsWith: 'init' ] color: Color green;
if: [ :method | method selector beginsWith: 'with' ] color: Color red.
b attributeShape label
if: [ :attribute | attribute beginsWith: 'a' ] color: Color blue.
b addObjects: RTShape withAllSubclasses.
b treeLayout; open.
.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
It also works with any arbitrary representation of classes:
.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
| objects b |
objects := {
{ 'MyClass' . { #iv1 . #iv2 } . { #method1 . #method2 . #method3 }} .
{ 'MyClass2' . { #iv2 . #iv2 } . { #method1 . #method2 . #method4 }} }.
b := RTUMLClassBuilder new.
b attributeShape label if: [ :a | a = #iv1 ] color: Color red.
b
addObjects: objects;
classname: #first;
instanceVariables: #second;
methodsNames: #third;
methodselector: #yourself;
attributeselector: #yourself;
superclass: nil;
open
.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
Thanks Milton!
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 7 months
C# analyzer
by Alexandre Bergel
Hi!
Is there a "C# to MSE” tool somewhere?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 7 months