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: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Edit-control-not-geting-updated-from-property-value-tp5886476

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

2011-01-03 Thread Blair
your code snippets below. Blair -Original Message- From: kim [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 o

[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