falzonidav...@libero.it 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
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, falzonidav...@libero.it a écrit :
Hi Clement,
So how can I prevent a user to execute a doIt? Blocking the opening
of wind