Hi all,
I would like to plot real-time sensor data that comes from an arduino board.
Is there something to do that in GraphET or any idea to implement it ?
Thank you.
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
Hi everyone,
I would like to do an dynamic analysis on a java software to count, for example, the number of SQL calls.
I see that in Moose there is a package that I can use for this, Dynamix-Core, but only model is defined and there is no importer.
Is there an available importer to use this feature ?
Cheers,
Vincent
________________________________
Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? de Worldline ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
Hi all,
The following code is an example to show the problem I am facing.
| view element |
view := ROView new.
element := (ROElement new size: 20) + ROBorder @ RODraggable.
view add: element + (ROLabel new text: 'Class1').
element := (ROElement new size: 20) + ROBorder @ RODraggable.
view add: element + (ROLabel new text: 'Class2').
ROHorizontalLineLayout new on: view elements.
view open.
The labels do not show 'Class1' and 'Class2' as expected, but only 'Class'
and 'Class'. The numbers do not appear. See image below:
And if I change the label adding more numbers, like in 'Class22222', the
result is weirder than before. See image below:
What's wrong? Am I missing something?
I am using Pharo 3.0 with Moose 5.0 image.
Thanks in Advance,
Leonardo
Hi,
I removed EyeSee from the configuration of Moose.
You can still load it separately.
Next will be to drop GraphET and only focus on GraphET2 :)
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi!
TRCanvas uses "Color transparent”. Is there a reason for this?
I am just wondering…
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Just to say that Pablo is working on a harmonized color set for Roassal2. He will probably announce it soon :-)
I know some of you are interested in that :-)
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi all,
Does anyone know why the TextProperty underline does not work anymore in the glamour browsers? Is this a problem with the default font in Moose? Because with the original font it seems to work.
Diego