Setting a page in GTPlayground without opening?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Setting a page in GTPlayground without opening?

abergel
Hi!

Apparently, I have to open a playground to specify a page.

p := GTPlayground new.
p openOn: GTPlayPage new.

Is there a way to set a page without opening it?

Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Setting a page in GTPlayground without opening?

Andrei Chis
Hi,

You can use #startOn:

p := GTPlayground new.
p startOn: GTPlayPage new.
p open

Cheers,
Andrei

On Fri, May 27, 2016 at 6:08 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

Apparently, I have to open a playground to specify a page.

p := GTPlayground new.
p openOn: GTPlayPage new.

Is there a way to set a page without opening it?

Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre BergelĀ  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Setting a page in GTPlayground without opening?

abergel
Thanks!

Alexandre


> On May 27, 2016, at 2:27 PM, Andrei Chis <[hidden email]> wrote:
>
> Hi,
>
> You can use #startOn:
>
> p := GTPlayground new.
> p startOn: GTPlayPage new.
> p open
>
> Cheers,
> Andrei
>
> On Fri, May 27, 2016 at 6:08 PM, Alexandre Bergel <[hidden email]> wrote:
> Hi!
>
> Apparently, I have to open a playground to specify a page.
>
> p := GTPlayground new.
> p openOn: GTPlayPage new.
>
> Is there a way to set a page without opening it?
>
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev