I can enter and display tooltips including line breaks if I enter as:
Hi<Ctrl+Enter>
There<Ctrl+Enter>
Everyone!
Some time ago I wrote a function to break tooltip into lines of max 100 chars. It inserted "~r~n" at latest space before the 100th character in "current" line.
Is the MaxWidth property of the TOOLTIP property of the DW active yet? If so, then use that, else there's no way I know of to control the width of a ToolTip except by controlling the length of your string/tip.
There are no replies made for this question yet. However, you are not allowed to reply to this question.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.
Thanks, was so obvius, but i never thinked in to do so haha
Thank you so much