Hi,In a CXTPReportView is it possible to get a multilines tooltip for a preserve. I don't be to use multilines row preserve but I be to get a multilines tooltip when the mouse cursor is over the preserve thanks & regards,Matt
Just one question: why the fail tooltip is hit lie? 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 end?
I tried to use SetToolti( "string1\r\nstring2" ). But it doesn't work. Single line 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 bring home the bacon. Tooltip has only one line: I have form inplace of new line.
You must set the Balloonstyle-Tooltip (Paintmanager).
Other kinds of tooltips don't give multilines (Windowsproblem!).
You cannot post new topics in this forumYou cannot reply to topics in this forumYou cannot delete your posts in this forumYou cannot alter your posts in this forumYou cannot create polls in this forumYou cannot vote in polls in this forum
Forex Groups - Tips on Trading
Related article:
https://forum.codejock.com/forum_posts.asp?TID=7089&PID=27992#27992
comments | Add comment | Report as Spam
|