Hi I would like to have a Morphic widget like this. Does anyone know if there is something already done that I could reuse? [image: Inline image 1] Maybe do it with Roassal in this way: Use the list morph, where each row knows an image morph with its corresponding slice of the graph. Each time the graph changes (for example, if a node is appended), render using Roassal the part of the graph has to be updated, and cut the rendered surface in the new slices for each updated row. Any opinion? Maybe I should think more in vectors (i.e. Athens) instead of pixels/images? Cheers, Martin
did you check whtat alain did for the profiler? On May 19, 2013, at 6:24 PM, Martin Dias <tinchodias@gmail.com> wrote:
Hi
I would like to have a Morphic widget like this. Does anyone know if there is something already done that I could reuse?
Maybe do it with Roassal in this way:
Use the list morph, where each row knows an image morph with its corresponding slice of the graph.
Each time the graph changes (for example, if a node is appended), render using Roassal the part of the graph has to be updated, and cut the rendered surface in the new slices for each updated row.
Any opinion?
Maybe I should think more in vectors (i.e. Athens) instead of pixels/images?
Cheers, Martin
No, I think. Where can I find it? On Mon, May 20, 2013 at 4:42 PM, stephane ducasse <stephane.ducasse@free.fr>wrote:
did you check whtat alain did for the profiler?
On May 19, 2013, at 6:24 PM, Martin Dias <tinchodias@gmail.com> wrote:
Hi
I would like to have a Morphic widget like this. Does anyone know if there is something already done that I could reuse?
[image: Inline image 1]
Maybe do it with Roassal in this way:
Use the list morph, where each row knows an image morph with its corresponding slice of the graph.
Each time the graph changes (for example, if a node is appended), render using Roassal the part of the graph has to be updated, and cut the rendered surface in the new slices for each updated row.
Any opinion?
Maybe I should think more in vectors (i.e. Athens) instead of pixels/images?
Cheers, Martin
in the image timeprofiler On May 20, 2013, at 5:59 PM, Martin Dias <tinchodias@gmail.com> wrote:
No, I think. Where can I find it?
On Mon, May 20, 2013 at 4:42 PM, stephane ducasse <stephane.ducasse@free.fr> wrote: did you check whtat alain did for the profiler?
On May 19, 2013, at 6:24 PM, Martin Dias <tinchodias@gmail.com> wrote:
Hi
I would like to have a Morphic widget like this. Does anyone know if there is something already done that I could reuse?
Maybe do it with Roassal in this way:
Use the list morph, where each row knows an image morph with its corresponding slice of the graph.
Each time the graph changes (for example, if a node is appended), render using Roassal the part of the graph has to be updated, and cut the rendered surface in the new slices for each updated row.
Any opinion?
Maybe I should think more in vectors (i.e. Athens) instead of pixels/images?
Cheers, Martin
ah, yes, it's great! thanks On Mon, May 20, 2013 at 6:38 PM, stephane ducasse <stephane.ducasse@free.fr>wrote:
in the image
timeprofiler
On May 20, 2013, at 5:59 PM, Martin Dias <tinchodias@gmail.com> wrote:
No, I think. Where can I find it?
On Mon, May 20, 2013 at 4:42 PM, stephane ducasse < stephane.ducasse@free.fr> wrote:
did you check whtat alain did for the profiler?
On May 19, 2013, at 6:24 PM, Martin Dias <tinchodias@gmail.com> wrote:
Hi
I would like to have a Morphic widget like this. Does anyone know if there is something already done that I could reuse?
[image: Inline image 1]
Maybe do it with Roassal in this way:
Use the list morph, where each row knows an image morph with its corresponding slice of the graph.
Each time the graph changes (for example, if a node is appended), render using Roassal the part of the graph has to be updated, and cut the rendered surface in the new slices for each updated row.
Any opinion?
Maybe I should think more in vectors (i.e. Athens) instead of pixels/images?
Cheers, Martin
For the grid part the SGrid supports embedding morphs, check the examples http://stackoverflow.com/questions/4674116/are-there-any-open-source-spreads... cheers, Hernán El 19/05/2013 13:24, Martin Dias escribió:
Hi
I would like to have a Morphic widget like this. Does anyone know if there is something already done that I could reuse?
Inline image 1
Maybe do it with Roassal in this way:
Use the list morph, where each row knows an image morph with its corresponding slice of the graph.
Each time the graph changes (for example, if a node is appended), render using Roassal the part of the graph has to be updated, and cut the rendered surface in the new slices for each updated row.
Any opinion?
Maybe I should think more in vectors (i.e. Athens) instead of pixels/images?
Cheers, Martin
Thanks Hernán, I'll take a look. MartÃn On Mon, May 20, 2013 at 8:19 PM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
For the grid part the SGrid supports embedding morphs, check the examples
http://stackoverflow.com/questions/4674116/are-there-any-open-source-spreads...
cheers,
Hernán
El 19/05/2013 13:24, Martin Dias escribió:
Hi
I would like to have a Morphic widget like this. Does anyone know if there is something already done that I could reuse?
Inline image 1
Maybe do it with Roassal in this way:
Use the list morph, where each row knows an image morph with its corresponding slice of the graph.
Each time the graph changes (for example, if a node is appended), render using Roassal the part of the graph has to be updated, and cut the rendered surface in the new slices for each updated row.
Any opinion?
Maybe I should think more in vectors (i.e. Athens) instead of pixels/images?
Cheers, Martin
participants (3)
-
Hernán Morales Durand -
Martin Dias -
stephane ducasse