I am trying:

                        <Property Id="EndecaServerProperty"
Hidden="yes">devbrain02</Property>
                        <Property Id="EndecaPortProperty"
Hidden="yes">8000</Property>
                        <Dialog Id="PropertiesDlg" Width="270" Height="150"
Title="[ProductName] [Setup]" NoMinimize="yes">
...
                                <Control Id="EndecaServerEdit" Type="Edit"
X="94" Y="62" Width="150" Height="18" Property="EndecaServerProperty"
Indirect="yes" Text="[EndecaServerProperty]"/>
...
                                <Control Id="EndecaPortEdit" Type="Edit"
X="94" Y="82" Width="150" Height="18" Property="EndecaPortProperty"
Indirect="yes" Text="[EndecaPortProperty]"/>

And I don't see the default properties (set as properties above). Am I doing
something wrong?

Kevin

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 31, 2007 2:51 PM
To: [EMAIL PROTECTED]
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Default values to a control

[EMAIL PROTECTED] wrote:
> I am relatively new to Wix. I am trying to build a dialog and I would like
there to be a default value for the text entered and I would like to have
text for a password field masked. I am sure this can be done I just don't
know how right now.
>   

Controls are tied to properties so if you give the properties values, 
they'll show up as the default content/setting.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to