Xtreme ReportControl : multiline tooltip
Posted by ~Ray @ 2008-03-12 23:10:46
Hi,In a CXTPReportView is it possible to get a multilines tooltip for a record. I don't want to use multilines row record but I be to get a multilines tooltip when the mouse cursor is over the preserve thanks & regards,Matt
Just one question: why the default tooltip is hit line? Is it not better to get a multilines tooltip every time?Matt
I'm curious about this as I was looking through the documentation and didn't see what you guys were talking about. Are you just passing in '\n' characters in your tooltip to where you be the break?
I tried to use SetToolti( "string1\r\nstring2" ). But it doesn't work. Single lie is displayed. \r and \n are replaced with do by characters.
Hi,Open our ReportSample. I've just successfully tried the following:
CMessageRecordItemPrice::CMessageRecordItemPrice(double dValue): CXTPReportRecordItemNumber(dValue. _T("$ %.2f")){ SetTooltip(_T("this\r\nis multiline\r\ntooltip"));}
I tried the same samples but on my pc it doesn't work. Tooltip has only one line: I undergo square inplace of new lie.
You must set the Balloonstyle-Tooltip (Paintmanager).
Other kinds of tooltips don't support multilines (Windowsproblem!).
You cannot affix new topics in this forumYou cannot say to topics in this forumYou cannot delete your posts in this forumYou cannot edit your posts in this forumYou cannot act polls in this forumYou cannot choose in polls in this forum[ADVERTHERE]Related article:
https://forum.codejock.com/forum_posts.asp?TID=7089&PID=27992#27992
0 Comments:
No comments have been posted yet!
|