Excellent! Let us know for any request for enhancement or bug fixes.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel �http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Nov 26, 2013, at 4:20 PM, GOUBIER Thierry <thierry.goubier@cea.fr> wrote:
> Yes! I also found there is a ROPlatform thing I can query (not sure, the code is at work and I'm home).
>
> (I'm coupling a C ast + CFG + parallel task analysis displayed with Roassal with interaction with the source code under analysis on a text pane. I demoed it this morning to our partner)
>
> Thierry
> ________________________________________
> De : Pharo-dev [pharo-dev-bounces@lists.pharo.org] de la part de Alexandre Bergel [alexandre.bergel@me.com]
> Date d'envoi : mardi 26 novembre 2013 17:56
> � : Pharo Development List
> Objet : Re: [Pharo-dev] Roassal Question
>
> Does the following helps?
> -=-=-=-=-=-=-=-=-=-=-=-=
> | view �shape morph |
> view := ROView new.
> 100 timesRepeat: [
> � � � �shape := ROEllipse new size: 40; color: (Color green alpha: 0.5).
> � � � �view add: shape element ].
> view elements do: [ :el | el translateTo: 500 atRandom @ 500 atRandom ].
>
>
> morph := ROAthensMorph on: view.
> morph extent: 500 @ 500.
> morph openInWindow
> -=-=-=-=-=-=-=-=-=-=-=-=
>
> If you do not use Athens, then replace �ROAthensMorph� by �ROMorph�
>
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel �http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> On Nov 26, 2013, at 12:51 PM, Goubier Thierry <thierry.goubier@cea.fr> wrote:
>
>> Hi all,
>>
>> does anybody knows how to integrate a ROView inside a Morphic GUI ?
>>
>> Regards,
>>
>> Thierry
>> --
>> Thierry Goubier
>> CEA list
>> Laboratoire des Fondations des Syst�mes Temps R�el Embarqu�s
>> 91191 Gif sur Yvette Cedex
>> France
>> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>>
>
>
>