Hello,

I'd like to have a text control in a installer dialog that allows
input of a database connection string. The database connection string
can be rather long, so rather than have its text flow off into the
nether world, I'd like to make the text box taller and have the text
automatically wrap so the entire string is visible WITHOUT having to
scroll horizontally (which is a big usability issue for me).

        <Control Id="DatabaseConnectionParamsInput" Type="Edit"
X="150" Y="85" Width="180" Height="75" Property="DBCONNECTION_STRING"
TabSkip="no" Multiline="yes">
          <Text>{32767}sadfsaddfsdfasfsadfsfs asdf asdf asd fasd f sdf
sdf sadf sda fas fsd fsd fg sadfasdf sadfsd</Text>
        </Control>

Problem is, no matter what I seem to try the text keeps flowing
horizonally off the box rather than wrapping.

Is there a way to make a text entry box that wraps as a single line of text?

Thanks in advance,

Bob

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to