Hi Clement, So how can I prevent a user to execute a doIt? Blocking the opening of windows? Francis ----Messaggio originale---- |
remove the key binding
you can by redefining the behavior of UnhandledException block the pop up of the debugger but after you will not have debugger :) Le 2/2/15 18:26,
[hidden email] a écrit :
|
In reply to this post by Francis
[hidden email] writes: > So how can I prevent a user to execute a doIt? Blocking the > opening of windows? look at how Pharo Launcher is implemented: http://www.smalltalkhub.com/#!/~Pharo/PharoLauncher. The Launcher window takes the whole screen. This is a good start. Still, this is not secure and there are many ways to escape. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill |
Free forum by Nabble | Edit this page |