Feb 28, 2017
Offray Vladimir Luna Cárdenas-2
How to capture the execution of a playground?
Hi,
I would like to store the object resulting from executing a playground.
This would imply two steps:
- Knowing that the playground cont...
Hi,
I would like to store the object resulting from executing a playground.
This would imply two steps:
- Knowing that the playground content was executed (via the play button
or its shortcuts Ctrl + Shift + g or Ctrl + g).
- Getting the results of that execution. For example if the result at
the end is a string or a dictionary, I would like to get that string or
dictionary.
Any pointers on how to make that will be welcomed.
Cheers,
Offray
Ps: I still get lost when I search by myself trying to answer questions
like the ones above. I imagine that in some way is related with
evaluationAction and presentations, by looking for the source code of
"do it and go", but still I can't get a functional code snippet to start
prototyping.
Feb 28, 2017
Ben Coman
On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas <
offray.luna@...> wrote:
> Hi,
>
> I would like to store the...
Loading...
Mar 01, 2017
Offray Vladimir Luna Cárdenas-2
On 28/02/17 02:12, Ben Coman wrote:
>
>
> On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas
> <offray.luna@......
Loading...
Mar 01, 2017
Ben Coman
On Wed, Mar 1, 2017 at 10:06 AM, Offray Vladimir Luna Cárdenas <
offray.luna@...> wrote:
>
> On 28/02/17 02:12, Ben Coman wrote:
...
Loading...
Mar 01, 2017
philippeback
You can see what's going on with this:
p := GTPlayground open.
pmodel := p model.
logger := GLMMemoryLogger new.
pmodel logger: logger.
pmo...
Loading...
Feb 28, 2017
Ben Coman
On Tue, Feb 28, 2017 at 3:12 PM, Ben Coman <btc@...> wrote:
>
>
> On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárde...
Loading...