Hi,
Finally I managed to get one application made with morphic. I developed the app inside a StandardWindow, and that's ok, but now I want to move it to production, so I need to do some tasks, some of them easy to solve, and some of them not (at least for me). This is what I think is needed: 1) remove all morphs (this is easy, already done) 2) add morphs in world instead StandardWindow (easy too, and already done). 3) disable control+click, cmd+., etc. (I don't know how to do this) 4) disable morph drags (my morphs, placed inside the world, can be moved, I don't want that) 5) change the behavior of "quit" when pressing close window (red button) 6) disable debugger on errors ...and I don't know if there are other things. Can you help me with points 3-6? Do you know other tasks needed? Thanks, Esteban _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I need to disable the world menu too
On 2010-10-21 19:20:48 -0300, Esteban Lorenzano <[hidden email]> said: > Hi, > Finally I managed to get one application made with morphic. I developed > the app inside a StandardWindow, and that's ok, but now I want to move > it to production, so I need to do some tasks, some of them easy to > solve, and some of them not (at least for me). > This is what I think is needed: > > 1) remove all morphs (this is easy, already done) > 2) add morphs in world instead StandardWindow (easy too, and already done). > 3) disable control+click, cmd+., etc. (I don't know how to do this) > 4) disable morph drags (my morphs, placed inside the world, can be > moved, I don't want that) > 5) change the behavior of "quit" when pressing close window (red button) > 6) disable debugger on errors > > ...and I don't know if there are other things. > > Can you help me with points 3-6? > Do you know other tasks needed? > > Thanks, > Esteban _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
check #disableProgrammerFacilities
On Fri, Oct 22, 2010 at 12:28 AM, Esteban Lorenzano <[hidden email]> wrote: I need to disable the world menu too _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by EstebanLM
Yes we need to make progress on that level please let us know what you will find and build!
On Oct 22, 2010, at 12:29 AM, Esteban Lorenzano wrote: > I need to disable the world menu too > > On 2010-10-21 19:20:48 -0300, Esteban Lorenzano <[hidden email]> said: > >> Hi, >> Finally I managed to get one application made with morphic. I developed >> the app inside a StandardWindow, and that's ok, but now I want to move >> it to production, so I need to do some tasks, some of them easy to >> solve, and some of them not (at least for me). >> This is what I think is needed: >> 1) remove all morphs (this is easy, already done) >> 2) add morphs in world instead StandardWindow (easy too, and already done). >> 3) disable control+click, cmd+., etc. (I don't know how to do this) >> 4) disable morph drags (my morphs, placed inside the world, can be >> moved, I don't want that) >> 5) change the behavior of "quit" when pressing close window (red button) >> 6) disable debugger on errors >> ...and I don't know if there are other things. >> Can you help me with points 3-6? >> Do you know other tasks needed? >> Thanks, >> Esteban > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |