Hi all.
I try fill some values to "ComboBox" control with the help of CA(custom action).
My wix code:
<Control Id="databaseNameComboBox" Type="ComboBox" X="130" Y="80" Width="160" 
Height="16"
         Property="SQLDATABASES" RightToLeft="yes" ComboList="yes">
  <Publish Event="DoAction" Value="FillDatabaseCustomAction" 
Order="1">1</Publish> - this work, but new values show after change dialog (go 
to another dialog and return to this dialog)
  <!--<Publish Event="[SQLDATABASES]" Value="[SQLDATABASES]" Order="2" /> - 
this didn't help-->
  <!--<Publish Property="SQLDATABASES" Value="[SQLDATABASES]" Order="2" /> - 
this didn't help also-->
  <!--<Publish Event="EndDialog" Value="Return" Order="2">1</Publish>          
- this trow exception
      <Publish Event="NewDialog" Value="UseExistedDBDlg" Order="3">1</Publish> 
- end show FatalError dialog-->
</Control>

I want view new values right away after "FillDatabaseCustomAction" executed.
How can I do this?

Sorry for my English.
-------------------------------------------------------------------------
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