Hello Sergey, >How to subclass the built-in Button class to make its label >multiline? >Now only one line (truncated if too long) is supported.
override updateDisplayList method to get rid of textField.truncateToFit and set textField.multiline = true in createChildren method? -- Best regards, Andriy mailto:[EMAIL PROTECTED]

