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
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 alexandre.bergel@me.com 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 Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Thanks!
Alexandre
On May 27, 2016, at 2:27 PM, Andrei Chis chisvasileandrei@gmail.com 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 alexandre.bergel@me.com 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 Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev