2009/11/26 Henrik Jegbjerg Hansen <[email protected]>: > Is it possible to get rid of the blinking cursor? I prefer the > non-blinking which is default on Squeak. >
TextMorph allInstancesDo:[: each | each stopBlinking ] > Maybe there should be a preference setting for this? > Yes, you should change (or remove) in #keyboardFocusChange: the blinking behavior. See senders of #addPreference:categories:... to install a new preference. Hernán _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
