View Single Post
  (#3 (permalink)) Old
oxygold oxygold is offline
Active Contributor
 
Posts: 62
Thanks: 0
Thanked 6 Times in 6 Posts
Join Date: Jun 2009
Default 06-29-2009, 03:34 AM

Hi Divya,

I have also met this kind of problem before. When I set Text for ToolTip, I can't resize them and all the things, just can display in one row and they are very long by the way.
Then I did some general fix on the GUI of the project, Before SetToolTipText(String text), i handled the text information, i inserted ‘\n’ for each 50 chars, then made these text wrap. That's a kind of way to resize them indirectly. And I think the effects were good.

Wish it could be helpful.


www.eclaxy.com
let's perfect the eclipse!
Reply With Quote