[Pharo-project] Recent changes on Pharo 1.3: ObjectStringConverter don´t works like ObjectTransformedStringConverter
May 6, 2011
7:28 p.m.
I see now a change on Pharo 1.3 in the way for configure a text field for accept only numeric values. Before I configure a text field of that way: aNumericTextField converter: ((ObjectTransformedStringConverter forClass: Integer) transformBlock: [:s | s select: [:c | c isDigit]] ). That allow input only numeric chars. Now I see the change of class ObjectStringConverter and I try: aNumericTextField converter: ObjectStringConverter new configureForIntegers. but don´t works. Somebody knows what happens? Regards -- View this message in context: http://forum.world.st/Recent-changes-on-Pharo-1-3-ObjectStringConverter-don-... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
5565
Age (days ago)
5565
Last active (days ago)
0 comments
1 participants
participants (1)
-
nullPointer