That works! On Jun 7, 2010, at 10:15 PM, newzai wrote:
> thanks!! I set the content of a Tooltip to a TextArea instance . > > > ------------------ Original ------------------ > From: "Greg Brown"<[email protected]>; > Date: 2010年6月8日(星期二) 上午10:08 > To: "user"<[email protected]>; > Subject: Re: Tooltip wrap Text? > > The default tooltip shown by Pivot components does not wrap, because it does > not know what break width to apply. If you want to wrap text in a tooltip, > you'll need to create a custom tooltip. You can set the content of a Tooltip > instance to a Label with a fixed preferred width - that will force the text > to wrap. > > Note that you need to subscribe to the dev or user lists if you want to see > responses to your inquiries. By default, responses to messages posted to the > mailing lists are sent only to the list, not to the original sender. > > Greg > > On Jun 7, 2010, at 9:51 PM, newzai wrote: > > > I want to show wrap Text toolTip? what can I do ? > > I try much ways, but all its show on one line.. > >
