Updates:
Status: WontFix
Comment #4 on issue 421 by tu...(a)tudorgirba.com: Fame PragmaProcessor
should accept selective properties
http://code.google.com/p/moose-technology/issues/detail?id=421
(No comment was entered for this change.)
--
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
Updates:
Summary: The table presentation for Glamour should provide dynamic sorting
and column manipulation
Comment #14 on issue 156 by tudor.gi...(a)gmail.com: The table presentation
for Glamour should provide dynamic sorting and column manipulation
http://code.google.com/p/moose-technology/issues/detail?id=156
(No comment was entered for this change.)
Updates:
Labels: -Component-Tools Component-ExternalTools
Comment #1 on issue 254 by tudor.gi...(a)gmail.com: inFusion default
initializer export to MSE
http://code.google.com/p/moose-technology/issues/detail?id=254
(No comment was entered for this change.)
Updates:
Status: Fixed
Labels: Milestone-5.0
Comment #4 on issue 225 by tu...(a)tudorgirba.com: History in Finder
Evaluator pane
http://code.google.com/p/moose-technology/issues/detail?id=225
This is now supported via the GTSnippets mechanism provided by the
GTInspector.
--
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,
When working with Roassal2 in Glamour, you now get the zoom actions by
default.
[image: Inline image 1]
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
> I started to script the visualization in Roassal 2. But I have the following missing:
>
> - RODynamicEdge (and ROMondrianInteractionBuilder>>dynamicEdgeFromAll: aBlockOrSymbol using: aShape)
> - ROArrow
Just yesterday I have introduced RTShowEdge, which is a nice replacement of RODynamicEdge.
Try the following:
-=-=-=-=-=-=-=-=-=-=-=-=
| v es |
v := RTView new.
es := ((RTEllipse new size: 30) + RTLabel) elementsOn: (1 to: 20).
v addAll: es.
RTCircleLayout on: es.
es @ (RTShowEdge new connectTo: [ :value | value - 5 to: value + 5]).
v
-=-=-=-=-=-=-=-=-=-=-=-=
Or:
-=-=-=-=-=-=-=-=-=-=-=-=
| v es |
v := RTView new.
es := ((RTEllipse new size: 30) + RTLabel) elementsOn: (1 to: 20).
v addAll: es.
RTCircleLayout new initialRadius: 150; on: es.
es @ (RTShowEdge new connectTo: [ :value | value - 5 to: value + 5]; shape: (RTLine new color: (Color blue alpha: 0.4))).
v
-=-=-=-=-=-=-=-=-=-=-=-=
Here is a screenshot:
And if you are in a curvy mood, you can do:
-=-=-=-=-=-=-=-=-=-=-=-=
| v es |
v := RTView new.
es := ((RTEllipse new size: 30) + RTLabel) elementsOn: (1 to: 20).
v addAll: es.
RTCircleLayout new initialRadius: 150; on: es.
es @ (RTShowEdge new connectTo: [ :value | value - 5 to: value + 5]; shape: [ :el | RTBezierLine new centerOfObjects: (el model - 5 to: el model +5) inView: v; color: (Color blue alpha: 0.4) ] ).
v
-=-=-=-=-=-=-=-=-=-=-=-=
We are currently working on RTArrow, we will be done by today or tomorrow I think…
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
Today, we migrated the Customizable System Complexity view of the Moose Panel from Roassal to Roassal2.
The render is not so beautiful due to the border and the popUp.
We hope that the behavior of the view remains the same.
Leo, Kevin and Anne.
Dear All,
We are happy to announce a first draft of the example browser for the Roassal tool suite.
Just open “Roassal examples” from the WorldMenu/Tool entry. You can then select some builder examples. We are currently working on more examples.
Here are some screenshots:
Feedback are appreciated!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
Based on the recent feedback, one thing that I managed to distill is that
people do not see a couple of widgets:
- text/input fields
- drop downs
As a consequence, now I added a thin border around them. I am not
particularly satisfied because it looks ugly when we have also splitters,
but please let me know if this helps now.
Doru
--
www.tudorgirba.com
"Every thing has its own flow"