Hi Alex,
I did not found the class RTSteppingLayout.
But I tried this script that do the job.
We can surely improve it:
===
| b el|
b := RTView new.
[el := RTElement forCollection: (PhaROSSystemInfo instance topicList).
el do:[:e | e + RTLabel.
"e @ RTDraggable."
].
b elements do:[:e | b removeElement: e].
b addAll: el.
RTGridLayout new on: el.
b signalUpdate.
] valueWithInterval: 1second.
b open.
===
2014-10-24 14:44 GMT+02:00 Alexandre Bergel <alexandre.bergel(a)me.com>om>:
Yes!! This is easy.
I suggest you to create an animation for this. Do not use thread, this is
unnecessary. I do not have my laptop with me. But you can get inspiration
from the class RTSteppingLayout.
Let me know how it goes
Alexandre
Le 24-10-2014 à 7:22, jannik laval <jannik.laval(a)gmail.com> a écrit :
Hi Alex,
In roassal I would like to follow an element and check its value every
second.
Is there something in Roassal that do this stuff ?
Cheers,
--
~~Jannik Laval~~
École des Mines de Douai
Enseignant-chercheur
http://www.jannik-laval.eu
http://www.phratch.com
http://www.approchealpes.info
http://car.mines-douai.fr/
_______________________________________________
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
--
~~Jannik Laval~~
École des Mines de Douai
Enseignant-chercheur
http://www.jannik-laval.eu
http://www.phratch.com
http://www.approchealpes.info
http://car.mines-douai.fr/