Hi!
We worked on the arrow support in Roassal. Here is a screenshot:
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hola,
Say I have a layout:
elements := <a collection of elements>
layout := RTForceBasedLayout new applyOn: elements; yourself
and then later I instantiate another element newElement, how can I tell the layout to take this one into account as well? If I add it to the collection of elements, nothing happens, and if I add it to the collection of elements contained in the layout I get the red error morph. :-(
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD lab - Computer Science Department (DCC) - University of Chile
Hi all,
another small bug in Roassal2: sending cleanAll to a view does not remove the labels attached to nodes in that view.
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD lab - Computer Science Department (DCC) - University of Chile
Hi all,
at some point I was sending @RTlabelled to a group of edges that happened to be empty, and up came the debugger :-(
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD lab - Computer Science Department (DCC) - University of Chile
Hi!
I'm using roassal in glamour for painting. I want to know how i can give a
length for edge. Like in the screenshot, the default length is too small.
And if possible, i want boxes and arcs do not intersect.
Thanks,
--
*ATREVI D. Fabrice*
*Master en Informatique A l'Institut de la Francophonie pour l'Informatique
(IFI/Hanoï)*
Hi all,
quick question: how do I set the vertical separation between nodes in a RTTreeLayout? I have tried verticalGap: and topGap: but it does not make a difference. length: is undefined.
Thanks in advance,
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD lab - Computer Science Department (DCC) - University of Chile
Hi!
The second day of the moose day is over. It was great to meet you guys.
I had a wonderful time!
Thanks Serge for organizing the event, setting up the website, arranging the restaurant, and having found sponsors :-)
Good spirit!!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
When removing grouped nodes from RTView, we get the red box. Try this
script:
view := RTView new.
menuBuilder := RTMenuBuilder new view: view.
menuBuilder menu: 'Click Me' background: Color gray callback: [
view clean.
].
group := RTGroup new.
(1 to: 10) do: [:each| group add: ((RTBox new borderColor: (Color green);
elementOn:each)
@ RTDraggable;
+(RTLabel new color: (Color red);
text: each asString; yourself))].
view add: group.
RTVerticalLineLayout on: view elements.
view open.
Is it a bug or does it occur because of the wrong usage of RTGroup?
Usman
Ok, then it’s my fault probably. I have Epicea but it should be concerned only about method/class changes. Also DFlow is installed but not running, maybe it’s erecting stuff anyway.
Uko
On 01 Jun 2014, at 18:38, Andrei Chis <chisvasileandrei(a)gmail.com> wrote:
> I had a look in your image and indeed the workspace is quite slow.
> However, if I copied the same input to a new fresh moose image and it works fast.
>
> It seems that somehow styling takes a lot of time in your image. Are you using some kind of
> instrumentation?
>
>
> Cheers,
> Andrei
>
>
> On Sun, Jun 1, 2014 at 1:46 PM, Yuriy Tymchuk <yuriy.tymchuk(a)me.com> wrote:
> Hi Andrei,
>
> this is the image https://space.zeo.net/g/4xxns. It contains inspector with a lot of code. For me it’s responding slow.
>
> Uko
>
>
>
> On 01 Jun 2014, at 17:07, Andrei Chis <chisvasileandrei(a)gmail.com> wrote:
>
>> Hi Yuriy,
>>
>> That's strange. Rubric should be very fast. If you look at the examples from RubLipsumBasicExample even text with almost 1800 lines works flawlessly.
>> If it's so slow there should be a problem in the way in which we integrated rubric into glamour. Do you have an example where I can reproduce this problem. I just copied a huge amount of text into an inspector/workspace but still cannot reproduce the slowness.
>>
>> Cheers,
>> Andrei
>>
>>
>> On Sun, Jun 1, 2014 at 1:10 PM, Yuriy Tymchuk <yuriy.tymchuk(a)me.com> wrote:
>> Hi, I thought my image is lagging, but it happens only in rubric. Yes, probably having 1794 characters in a method is not good, but when you are scripting Code City stuff, sometimes your experiments get large :). Again, sorry for that harsh characteristics, but typing characters and waiting 2 secs for them to appear is a bit upsetting :).
>>
>> Uko
>> _______________________________________________
>> Moose-dev mailing list
>> Moose-dev(a)iam.unibe.ch
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> _______________________________________________
>> Moose-dev mailing list
>> Moose-dev(a)iam.unibe.ch
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>