-
Originally reported on Google Code with ID 1076
```
When viewing the system complexity visualization, clicking on "Export as PNG" under
the black triangle opens a debugger: ROAthensImageExporter has …
-
Originally reported on Google Code with ID 843
```
The following code snippet results in the attached image, showing that ROLightlyHighlightable
drains the original colour from el2 - leaving it drab …
-
Originally reported on Google Code with ID 901
```
With large numbers of elements that display strings, Roassal is quite slow. Tracing
this down shows the main culprit is #extentFor:. A proposed so…
-
Originally reported on Google Code with ID 903
```
I have isolated the problem with the image locking up when ROEdge is used without ROLine.
I noticed that problem occurred also when using ROAbstract…
-
Originally reported on Google Code with ID 857
```
With ConfigurationOfRoassal.667 just loaded, my project application popped up a 'MNU:
receiver of "extent:" is nil, but as you can see in the attach…
-
Originally reported on Google Code with ID 1043
```
$ wget --quiet -O - get.pharo.org/20+vm | bash
$ ./pharo-ui Pharo.image config http://smalltalkhub.com/mc/Moose/Glamour/main ConfigurationOfGlamour…
-
Originally reported on Google Code with ID 821
```
To reproduce after the introduction of models behind edges:
view nodes: (Array with: 4 with: 2).
view edges: (Array with: 4 with: 2) from: 4 to: 2.…
-
Originally reported on Google Code with ID 398
```
Right now, it looks like specifying a list of from and to positions for the edge handling
is ignored.
Only the first position is taken into accoun…
-
Originally reported on Google Code with ID 361
```
Mondrian raises MOWindowStatusChanged, so Glamour should use that instead of overusing
MouseEnter and MouseLeave.
The only problem is that at this…
-
Originally reported on Google Code with ID 1100
```
In Charter, I get divide by zero exception when y values are zero. Here is an example
to reproduce the bug:
| b data minDate view color |
view…