Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1077 by damien.c...(a)gmail.com: System complexity is not
interactive
http://code.google.com/p/moose-technology/issues/detail?id=1077
The system complexity visualisation is not interactive: I don't get any
fly-by-help nor can I click on rectangles to have details about the class.
--
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
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1070 by damien.c...(a)gmail.com: Group 'UI' depends on PPBrowser
without loading it
http://code.google.com/p/moose-technology/issues/detail?id=1070
Execute this in Pharo 3:
(ConfigurationOfMoose project version: #development) load: 'UI'
Then you can't open the World menu anymore. PPBrowser is missing.
--
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
Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-5.0
New issue 1089 by tu...(a)tudorgirba.com: Roassal should export PNG
https://code.google.com/p/moose-technology/issues/detail?id=1089
We have a first draft of RTPNGExporter, but the problem is that it provides
only the visible part of the morph.
The problem is here:
exportToFile
PNGReadWriter
putForm: view view canvas morph imageForm
onFileNamed: self fileName
--
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
Status: New
Owner: ----
CC: chisvasi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-5.0
New issue 1096 by tu...(a)tudorgirba.com: Glamour Table presentation does not
have horizontal scrollbars
https://code.google.com/p/moose-technology/issues/detail?id=1096
Until we find a better way to provide access to the contents in wide tables
and lists, we have to re-enable the horizontal scrollbars
--
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,
We have gone through most of the Roassal problems, but we still have a
couple of issues left.
First, we need to be able to export to PNG. Right now, the implementation
exports only the visible part of the morph, but it should export the whole
canvas. Ideally, we should use the Athens ability of exporting PNGs:
https://code.google.com/p/moose-technology/issues/detail?id=1089
Then, we still have a couple of visualizations left to port:
PPParser>>visualizeStructureInGraphOn:
PPParser>>viewAllNamedParsersWithSelection:previewing:on:
Any takers?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-4.3 Component-Famix
Component-SmalltalkImporter
New issue 528 by jannik.l...(a)gmail.com: Remove Category Importer
http://code.google.com/p/moose-technology/issues/detail?id=528
With RPackage, Category importer is useless,
We should remove it.
They are some referecnes in examples in DSM.
Hello,
My project has a maven structure and inFamix generates the MSE file without
identifying the libraries and the types of java.lang.
The error persists even putting a lib folder in the root directory or the
libraries in the root directory.
I use Moose 5.0 and inFamix (inFusion_1.6.1). I use the following command:
inFamix -lang java -path c:\dev\workspace\sigest -mse sigest.mse
Here is a part of my MSE file:
How can I fix this?
[]'s
--
View this message in context: http://forum.world.st/inFamix-generates-the-MSE-file-without-identifying-th…
Sent from the Moose mailing list archive at Nabble.com.
Jan wrote:
>I do not understand,...is it supposed to be failure, or is it marked as failure so that we don't see the failures in a build?
It is not supposed to fail, but it has been doing for a long time.
>As long as I know, at least the Henry45 fails because of a missing PPContext object and this is definitely not expected...
No. It fails, and it then returns a nil PPContext. That is an additional problem.
Stephan
Hello.
I’m trying to use Force based layout to position some elements. I expected to get the image like this.
Using this code http://ws.stfx.eu/LACEUL5X6K1S <http://ws.stfx.eu/LACEUL5X6K1S> I got something different and I don’t know why.
It looks like all elements attract instead of repel each other. Does somebody know why it is like that?
Best regards,
Natalia
I’m trying to use Moose to analyze some C++ and Java code and will need some advice. First, I’ve tried to parse the Java code with inFamix and continue to get the error “The location of the project must be specified.” I’ve passed in as ‘-path’ every directory down to a Main.java file.
James
Hello
I found a possible bug in Roassal 2 (or in UIManager...).
If there is a canvas menu (RTMenuBuilder) item opening UIManager (not tested
with other classes/windows), it correctly opens that windows, but mouse
focus stays in canvas for first click/drag.
Reproduce steps:
RTSmartBrowser new open
click on Find (button on canvas)
click on class (in submenu below it)
(UIManager window opens)
try to click on Cancel or OK or text field => it does nothing, because you
are clicking to canvas, even if your mouse is outside canvas morph, you can
even drag the canvas from outside the morph. But only for first click, next
click is ok.
Jan
--
View this message in context: http://forum.world.st/Roassal2-Canvas-menu-to-UI-window-glitch-tp4789547.ht…
Sent from the Moose mailing list archive at Nabble.com.
Hi,
I am reading about moose and i am testing visualizations on moose panel.
I use the moose 5.0 and I generated a MSE's model from my Java Projects. I
too installed CodeCity visualizations, using goffer command.
In moose panel with the item "All classes - all famixclasses (78)" selected,
I clicked on the buttons:
1 - Complexity button: Show the graphic perfect.
2 - CodeCity button: Show the graphic perfect.
3 - Nesting button: An error occurs! See the picture with error in
"RTView>>raw", informs that the message "raw" not exist.
<http://forum.world.st/file/n4788738/Captura_de_tela_2014-11-06_11.png>
The function that calls this "raw" message is:
This function is in FAMIXTypeGroup (*moose-finder).
This error occurs because packages need to update in the moose 5.0?
How to customize the visualizations on the moose panel?
I am beginner in the pharo and moose studies. Sorry my English, I am an
intermediary writer of English texts.
Thanks!
Taciano
--
View this message in context: http://forum.world.st/FAMIXTypeGroup-moose-finder-error-RTView-raw-MessageN…
Sent from the Moose mailing list archive at Nabble.com.
Yes, please do not quote more text than is needed, and use basic netiquette.
No top-posting. I sometimes have to follow these lists through forum.world.st,
or as an email-digest on my phone, and the enormous amount of garbage
between comments makes it much more difficult and time-consuming to react.
Stephan
Hi Alex,
I am trying to use Roassal2. We can do amazing things with it. It is a
powerful tool.
But, it lakes of documentation. I mean, there are lots of examples and we
can reuse them.
My problem is that I cannot create something from scratch, just because I
do not understand the workflow.
You know, I used Glamour and Mondrian, where the workflow were clear. In
Roassal2, I am playing with blocks without understanding and without any
idea what can be the result before executing it.
My problem is not about language or DSL or API.
My question is: do you have a document that explain how to think a Roassal
script ?
It seems that to make something we can do it by multiple way. I just need
one way to understand the workflow or creating visualization.
Thank you for your help.
--
~~Jannik Laval~~
École des Mines de Douai
Enseignant-chercheur
http://www.jannik-laval.euhttp://www.phratch.comhttp://www.approchealpes.infohttp://car.mines-douai.fr/
The value of tests in ci is in finding out if something changed and got broken.
Yellow tests for a long time don't help anyone. Marking tests as expected failure
improves the feedback quality.
Stephan
The Henry tests are acceptance tests that have been failing for a long time.
The structure of RxParser is different from that of PPRegexParser.
Stephan
Name: PetitRegex-StephanEggermont.30
Author: StephanEggermont
Time: 10 November 2014, 12:21:14.634158 pm
UUID: 30da11c2-f338-454a-b9f6-4677f21bc791
Ancestors: PetitRegex-JanKurs.29
Marked Henry 45, 48, 87, 115, 199, 120
as expected failures.
Hi all,
In order to improve object inspectors we are doing a survey. We want to
know whether several features are important to you or not when trying to
understand objects.
This is a very short survey and should't take you more than 10 minutes to
complete. Please take this time to participate.
Here is the link to the survey: http://goo.gl/forms/xKPxqLxJJv
Cheers,
Andrei
Hello
In our Roassal 2 based app, we would like to have current zoom displayed. We
need to change the value when camera scale changes. Maybe I could make
events for all possible sources of zooming, but it seems pretty error-prone
and I did not find a way to do it for RTZoomableView source.
Therefore, I think we need something like "TRCameraScaleCallback", or any
idea how to do it other way.
Thank you
Jan Blizničenko
--
View this message in context: http://forum.world.st/Roassal2-Camera-scale-callback-tp4788816.html
Sent from the Moose mailing list archive at Nabble.com.
Hi,
Sorry if you receive multiple copies of this email, I sent the previous with another email address.
I am developing a browser with Glamour inside the GT inspector that looks like this:
When I click on a slice of the pie (i.e., the red slice), I get the visualization on the right pane with highlights on red components, as shown in the figure.
Then I can zoom and pane the right view, etc. When a click on another slice on the left view, the right view gets regenerated,
thus zoom and pan levels are restored to the default values. Since, for each pie the right view looks the same but has to have different highlights,
I was wondering if there is a way to keep the right view “fixed”, i.e., not re-creating every click, and just change the highlighting.
Thanks a lot for your help,
Roberto
Hello,
I've got an image I develop in and would like to be able to generate
diagrams for a number of classes and relationships to explain how things
are working to other people.
How can I do that with Moose? (Or GT I have loaded in 3.0)
I have seen a couple diagrams floating around, so it is definitely possible
to do.
But I also saw that all of that was done in a Moose image and not in a
normal Pharo image.
TIA
Phil