Hi Ben,
I think the question was referring to a high level mechanism in Glamour, rather than the low level one from Morphic.
Cheers, Doru
On 27 Oct 2011, at 17:55, Benjamin wrote:
I think that
browser := GLMBasicExamples new textSelection
inherits from Morph.
If it actually does, you can use eventHandler (if you are using a 1.4 image)
handler := BlockEventHandler new. handler keyStrokeBlocOrSelector: [:evt :morph | evt keyString = '<Cmd-M>' ifTrue: [ self halt ]]. browser eventHandler: handler.
Ben
On Oct 27, 2011, at 11:49 AM, VOGT Simon wrote:
Hi
We have a Moose question!
http://stackoverflow.com/questions/7914189/in-moose-how-can-i-be-notified-of...
Simon _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Reasonable is what we are accustomed with."
-- www.tudorgirba.com
"Some battles are better lost than fought."