Re: [Pharo-users] history graph widget

2013-05-22 Thread Martin Dias
Thanks Hernán, I'll take a look. Martín On Mon, May 20, 2013 at 8:19 PM, Hernán Morales Durand wrote: > For the grid part the SGrid supports embedding morphs, check the examples > > http://stackoverflow.com/questions/4674116/are-there-any-open-source-spreadsheet-implementations-in-smalltalk-whic

Re: [Pharo-users] history graph widget

2013-05-20 Thread Hernán Morales Durand
For the grid part the SGrid supports embedding morphs, check the examples http://stackoverflow.com/questions/4674116/are-there-any-open-source-spreadsheet-implementations-in-smalltalk-which-are-use cheers, Hernán El 19/05/2013 13:24, Martin Dias escribió: Hi I would like to have a Morphic wi

Re: [Pharo-users] history graph widget

2013-05-20 Thread Martin Dias
ah, yes, it's great! thanks On Mon, May 20, 2013 at 6:38 PM, stephane ducasse wrote: > in the image > > timeprofiler > > On May 20, 2013, at 5:59 PM, Martin Dias wrote: > > No, I think. Where can I find it? > > > On Mon, May 20, 2013 at 4:42 PM, stephane ducasse < > stephane.duca...@free.fr> wr

Re: [Pharo-users] history graph widget

2013-05-20 Thread stephane ducasse
in the image timeprofiler On May 20, 2013, at 5:59 PM, Martin Dias wrote: > No, I think. Where can I find it? > > > On Mon, May 20, 2013 at 4:42 PM, stephane ducasse > wrote: > did you check whtat alain did for the profiler? > > > On May 19, 2013, at 6:24 PM, Martin Dias wrote: > >> Hi

Re: [Pharo-users] history graph widget

2013-05-20 Thread Martin Dias
No, I think. Where can I find it? On Mon, May 20, 2013 at 4:42 PM, stephane ducasse wrote: > did you check whtat alain did for the profiler? > > > On May 19, 2013, at 6:24 PM, Martin Dias wrote: > > Hi > > I would like to have a Morphic widget like this. Does anyone know if there > is something

Re: [Pharo-users] history graph widget

2013-05-20 Thread stephane ducasse
did you check whtat alain did for the profiler? On May 19, 2013, at 6:24 PM, Martin Dias 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 lis

[Pharo-users] history graph widget

2013-05-19 Thread Martin Dias
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