Standalone GUI

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

Standalone GUI

Francis
Hi guys,

How can I make a standalone pharo installation that starts on a GUI?

About the gui: my first idea was to use Morphic, but then user has access to all the source code, am I right?

Thanks
 Francis
Reply | Threaded
Open this post in threaded view
|

Re: Standalone GUI

stepharo

Le 31/1/15 22:33, [hidden email] a écrit :
> Hi guys,
>
> How can I make a standalone pharo installation that starts on a GUI?
>
> About the gui: my first idea was to use Morphic, but then user has
> access to all the source code, am I right?

There are packages to block and control the UI
     - menu
     - exception (not showing up the debugger)
     - resizing the window.

Look at the pharo launcher (check the setting there is one to open the
launcher in dev mode).

>
> Thanks
>  Francis


Reply | Threaded
Open this post in threaded view
|

Re: Standalone GUI

Francis
Thanks Steph,
I'll look at pharo launcher.

Francis


stepharo wrote
Le 31/1/15 22:33, [hidden email] a écrit :
> Hi guys,
>
> How can I make a standalone pharo installation that starts on a GUI?
>
> About the gui: my first idea was to use Morphic, but then user has
> access to all the source code, am I right?

There are packages to block and control the UI
     - menu
     - exception (not showing up the debugger)
     - resizing the window.

Look at the pharo launcher (check the setting there is one to open the
launcher in dev mode).

>
> Thanks
>  Francis