Hi folks,

<Fragment>
        <UI Id="foo">
            <Dialog Id="bar" Width="370" Height="270" NoMinimize="yes"
Title="foobar">
                <Control Id="foobarbar" Type="Edit" X="45" Y="115"
Width="280" Height="15" Property="NR_IPADDRESS" ToolTip="I write a tooltip
here but it's too darn long. and even worse i must write it as long as this
one!" />
            </Dialog>
        </UI>
    </Fragment>


I wrote this UI code in WiX 3.0. And the compiler complained that
"Warning    33    ICE03: String overflow (greater than length permitted in
column); Table: Control, Column: Help, Key(s):
NRconfigParametersDlg.NR_DBIPEdit
D:\FoobarProject\Forbar\UI\DialogConfig.wxs    13    1    FoobarServer".

If I shorten the tooltip string length, the warning is gone.

So is there anybody who can tell me how to configure the WiX to get rid of
this warning without changing my tooltip string?

Thank you!
Derek

-- 
Andrew S. Tanenbaum  - "The nice thing about standards is that there are so
many of them to choose from."
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to