[WiX-users] Edit control not getting updated in UI

2012-03-12 Thread Madhumita Chakraborty
Hi, In out custom dialog we have a check box. Based on the checkbox selection we are populating an edit control say PORT. If the user does not write anything in the PORT control then it is working fine and the changed property value(based on checkbox selection) is getting updated in ui. But if

[WiX-users] Edit control font

2012-03-09 Thread Parkes, Kevin
Is it possible to set the font used for edit controls? (I'd like to make one fixed pitch). I know you can use, eg, Text={\WixUI_Font_Normal}... for text controls but this doesn't appear to work for edit controls. Thanks

Re: [WiX-users] Edit control not geting updated from property value

2011-01-04 Thread kim
Thats perfect!! Everything is in place now. Thanks so much for your guidance Blair :) Keep up the good work of helping newbies like me :) -- View this message in context:

[WiX-users] Edit control not geting updated from property value

2011-01-03 Thread kim
Hello all, I need to update text of Edit control on my custom dialog from a property that is being set by custom action. This custom control is to provide OpenFileDialog to user and populate the Edit control with selected filename. The property is getting set by CA but the control is not getting

Re: [WiX-users] Edit control not geting updated from property value

2011-01-03 Thread Blair
[mailto:contactme...@gmail.com] Sent: Monday, January 03, 2011 12:09 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Edit control not geting updated from property value Hello all, I need to update text of Edit control on my custom dialog from a property that is being set by custom action

Re: [WiX-users] Edit Control, trap textchanged possible?

2010-06-26 Thread Elfe Xu
Are there any workarounds? Seems to me this is a very common scenario. Thanks, -Elfe -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Edit-Control-trap-textchanged-possible-tp2907541p5224744.html Sent from the wix-users mailing list archive at

Re: [WiX-users] Edit Control, trap textchanged possible?

2010-06-26 Thread Blair
: Elfe Xu [mailto:elf...@microsoft.com] Sent: Saturday, June 26, 2010 1:11 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Edit Control, trap textchanged possible? Are there any workarounds? Seems to me this is a very common scenario. Thanks, -Elfe -- View this message in context

Re: [WiX-users] Edit control default button

2009-11-09 Thread Bob Arnson
Dan Giambalvo wrote: So, is there any way to work around this issue? Is there something I can do in the handler of my button to cause a focus change before I invoke my CA? I'm not aware of any. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Edit control default button

2009-11-05 Thread Dan Giambalvo
for Windows Installer XML toolset. Subject: Re: [WiX-users] Edit control default button Dan Giambalvo wrote: I'm running into a strange issue with an interaction between an Edit control and a default button with a custom action on a WiX Dialog. The Edit is tied to an MSI property

Re: [WiX-users] Edit control default button

2009-11-04 Thread Bob Arnson
Dan Giambalvo wrote: I'm running into a strange issue with an interaction between an Edit control and a default button with a custom action on a WiX Dialog. The Edit is tied to an MSI property, and the button's custom action does some processing to validate the value of that property.

[WiX-users] Edit control default button

2009-11-03 Thread Dan Giambalvo
I'm running into a strange issue with an interaction between an Edit control and a default button with a custom action on a WiX Dialog. The Edit is tied to an MSI property, and the button's custom action does some processing to validate the value of that property. I'm finding when I make the

Re: [WiX-users] Edit Control, trap textchanged possible?

2009-05-17 Thread Bob Arnson
Phil Sayers wrote: Is there a way I can Enable the Next button as soon as the first character is entered into the third textbox? No. MSI UI doesn't work that way. -- sig://boB http://joyofsetup.com/ -- Crystal

Re: [WiX-users] Edit Control, trap textchanged possible?

2009-05-15 Thread Phil Sayers
Correction to the Control's code snippet. copy/paste/cleanse failure. Control Id=THEURL Type=Edit X=125 Y=88 Width=210 Height=17 Property= MYURL / Control Id=THEUSER Type=Edit X=125 Y=108 Width=110 Height=17 Property= MYUSERNAME / Control Id=THEPASSWORD Type=Edit X=125 Y=128 Width=110

[WiX-users] Edit control

2009-02-17 Thread Lough, Norman
I've created a custom control and want to be able to populate an edit box with some default text Control Id=WSServerEditBox Type=Edit X=20 Y=72 Width=290 Height=18 Default=yes Text=amp;abc Property=WEBSERVICESERVER / I've tried the above (and without the amp) but cannot get anything to

Re: [WiX-users] Edit control

2009-02-17 Thread Bob Arnson
Lough, Norman wrote: I've tried the above (and without the amp) but cannot get anything to appear. I intend to use the corresponding property to edit an installed config file. Any ideas as to why the text doesn't show? Because MSI ignores the text if there's a property attached. --

Re: [WiX-users] Edit control and windows theme

2008-09-24 Thread Bob Arnson
Sergey Abakumoff wrote: Notice that the cancel button is 'themed', however the edit boxes are not themed. How can I achieve theme support in edit boxes? The sample of code I use for them: Control Id=EmailEdit Type=Edit X=15 Y=115 Width=220 Height=18 Property=USEREMAIL Text={80} /

[WiX-users] Edit control for a password in a Japanese locale

2007-09-19 Thread D Hutchinson
Here are some snippets of my installer xml file: Dialog Width=370 Height=270 Id=LocationTypeDlg ErrorDialog=no NoMinimize=yes Title=[ProductName] [Setup] . . . Control Type=Text Width=200 Height=10 X=45 Y=90 Id=usernameLbl Text=[DlgFont8Dark]$(loc.CrdDlgUserNmLbl) / Control Type=Edit