In article <[EMAIL PROTECTED]>,
    "Chris Matthews" <[EMAIL PROTECTED]>  writes:

> >The property associated with an edit control is updated when the focus
> >leaves the edit control.  Is that consistent with what you're seeing?
> 
> No because the focus is already lost as I have clicked on the  push
> button to fire the custom action the edit control never updates.

OK, I think I'm a little confused here.  Are you having problems
getting the property updated when the user edits the text in the
control, or having problems getting the control updated when the
property's value is changed?

For the latter, you'll have to do the "two dialog trick" as has been
discussed here recently.

It occurs to me that you might be able to fake it out by hiding and
then unhiding the control.  That might force it to update its text
from the property.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
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