Updates:
Status: Started
Comment #6 on issue 4646 by
[hidden email]: Provide better Class
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646Camillo I get a DNU when I want to a repository
newContentMorph
|pluggableTextMorph|
pluggableTextMorph := super newContentMorph.
pluggableTextMorph
autoAccept: false;
askBeforeDiscardingEdits: false;
setProperty: #wantsFrameAdornments toValue: false;
changedAction: [:aString| self contentChanged: aString asString];
eventHandler: self.
^ pluggableTextMorph
changedAction: is not defined.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker