Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - ReportControl Tooltips
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ReportControl Tooltips

 Post Reply Post Reply
Author
Message
Federico View Drop Down
Newbie
Newbie


Joined: 01 October 2005
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Federico Quote  Post ReplyReply Direct Link To This Post Topic: ReportControl Tooltips
    Posted: 08 January 2007 at 4:28am
I have a problem with tooltips in ReportControl, I'm using, for example, the following code:

....
Set Item = Record.AddItem("New Item")
       
Item.Tooltip = "Test tooltip" & vbCrLf & "New line"
....


with version 10.3.1 the tooltip have two lines, with version 10.4.0 it have only one line.

Is there a solution for this problem?
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 15 January 2007 at 12:59am
Hi,
 
call
 
rc.ToolTipContext.MaxTipWidth = 500
 
 
for 10.4.1 we will revert it back.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Federico View Drop Down
Newbie
Newbie


Joined: 01 October 2005
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Federico Quote  Post ReplyReply Direct Link To This Post Posted: 15 January 2007 at 5:16am
Thanks for the answer, I have tried it and works.




Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.