Hi Clement, So how can I prevent a user to execute a doIt? Blocking the opening of windows?
Francis ----Messaggio originale---- Da: clement.b...@inria.fr Data: 1-feb-2015 9.46 A: "Any question about pharo is welcome"<pharo-users@lists.pharo.org>, "falzonidav...@libero.it"<falzonidav...@libero.it> Ogg: Re: [Pharo-users] Standalone GUI On Jan 31, 2015 10:33 PM, "falzonidav...@libero.it" <falzonidav...@libero.it> wrote: > > Hi guys, > > How can I make a standalone pharo installation that starts on a GUI? > Yes. In the start up list you add code opening the ui you need. > About the gui: my first idea was to use Morphic, but then user has access to > all the source code, am I right? > Morphic is orthogonal to source code access. It is a tool for building ui. some ui access source code, some don't. You can build widgets accessing something else than source code. Note that as long as the user can execute a doit, he can access your source code by guessing a class/method name. Consider the other frameworks for building ui on top of morphic too: Spec, a ui descriptor framework allowing you to deploy on morphic and on native uis Glamour, a framework for fast ui implementation > Thanks > Francis Best Clement