firing up an instance of pier

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

firing up an instance of pier

sergio_101-2
i have just installed pier on pharo.. and everything looks okay..

i just don't know how to fire up an instance..

how would i go about doing that?

thanks!

--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: firing up an instance of pier

LawsonEnglish
On 11/17/10 1:55 PM, sergio_101 wrote:
> i have just installed pier on pharo.. and everything looks okay..
>
> i just don't know how to fire up an instance..
>
> how would i go about doing that?
>
> thanks!
>
Thanks to Nick Ager:

Some ways of registering Pier:

1) PRPierFrame registerAsApplication: 'pier' kernel:  PRDistribution new
kernel.
2) PRPierFrame registerAsApplication: 'pier' kernel: (PRKernel named:
'aSimpleKernel').
3) PRPierFrame registerAsApplication: 'pier' kernel: (PRKernel new root:
(PRPage new title: 'test title'; contents: 'Pier on Seaside 3.0'; name:
'testPage'); name: 'aVerySimpleKernel').


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki