-
Originally reported on Google Code with ID 804
```
Right now, it provides ROView as an input. Instead, it should provide ROMondrianViewBuilder
```
Reported by `tudor.girba` on 2012-06-07 06:59:56
-
Originally reported on Google Code with ID 888
```
Here is a little example:
view shape label text: #yourself.
view nodes: (1 to: 20).
view edges: (1 to: 20) from: [:x | x // 2] to: 1.
view edges: (1…
-
Originally reported on Google Code with ID 930
```
We should use the ROCommands for these types of actions because they are maintained.
```
Reported by `tudor@tudorgirba.com` on 2013-04-26 05:00:31
-
Originally reported on Google Code with ID 834
```
To reproduce see the example below:
| edges |
view nodes: #(1 2 3).
edges := view edgesFrom: [:each | each - 1].
view shape line color: Color red.
…
-
Originally reported on Google Code with ID 829
```
Actions
1. Open Roassal Easel > Example > #arrowed edges > umlLike
2. Click the button multiple times
Expected Behaviour
Text gets smaller so as t…
-
Originally reported on Google Code with ID 806
```
If you do:
view nodes: #(1 2) forEach: [ :each |
view shape label.
view nodes: ({each * 10 . (each * 100)}).
view treeLayout.
].
v…
-
Originally reported on Google Code with ID 823
```
From Roassal Easel > Example...
clicking "chooseLayout" then clicking "Example" doesn't cleanup the buttons from "chooseLayout"
Moose47 - Configura…
-
Originally reported on Google Code with ID 840
```
Could you include in Roassal the ability to have a non-filled circle. See attached.
```
Reported by `benjamin.t.coman` on 2012-09-17 14:32:53
- _…
-
Originally reported on Google Code with ID 833
```
Selecting a figure (or perhaps just clicking on it) in a Roassal painting should populate
the selection port of the pane containing the RoassalPrese…
-
Originally reported on Google Code with ID 839
```
I required text to be centered within a circle, so I created ROCenteredLabel. I think
it would be generally useful. Would you consider adding it to …