Hi,
I managed to have tooltips in the user interface for explaining input fields to 
the user.

E.g.
<Control Id="LicenseLabel" Type="Text" X="124" Y="155" Width="267" Height="15" 
TabSkip="no" Text="&amp;!(loc.LicensePort):" 
ToolTip="!(loc.DestinationTooltip1)">
</Control>

<String Id="DestinationTooltip1">Licensing is done via a license server. Please 
enter the hostname and port number of the license server separated by 
'.'.</String>

My question is now:
How to wrap this tooltip text in two lines and show it with a line feed & 
carriage return?

I tried \n and &#10; as it works in many other programming languages and in 
HTML, but did not succeed.

MSI has a property to enable/disable word-wrap for text controls, but not for 
tooltip.
I think MSI does not support it and so Wix does not. True?

Regards,
Joachim



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to