2013/5/27 stephane ducasse <stephane.ducasse@free.fr>
in 30 I get an error asShortCut� DNU.


Maybe there is issue about it. Character>>asShortcut was lost during some update.
But I don't try TxText at latest pharo build
Stef

On May 26, 2013, at 11:09 PM, Denis Kudriashov <dionisiydk@gmail.com> wrote:

m := TxTextMorph new.
��� m editDecorator: TxSingleLineEditDecorator smartNumbers.
��� m textSpec: (TxDecimalTextSpec maxDecimalDigits: 3).
��� m newTextContents: '10000000'.
��� m addCursor.
��� m beEditable.
��� m openInHand