Any help??

---------- Forwarded message ----------
From: pavan gadam <[EMAIL PROTECTED]>
Date: Wed, Aug 27, 2008 at 7:44 PM
Subject: C# Custom Action on ComboBox Item Selection.
To: "General discussion for Windows Installer XML toolset." <
wix-users@lists.sourceforge.net>


 Hi all,

I am populating the websites deployed in the machine in a ComboBox.

I need to display the port number of the selected website.


<
Control Type="ComboBox" Width="100" Height="17" X="100" Y="85" Id="Website"
Property="ComboWebsiteProp">

<
ComboBox Property="ComboWebsiteProp">

<
ListItem Text="WixWebsite" Value="WixWebsite"/>

</
ComboBox>

<
Publish Event ="DoAction" Value="Action3">1</Publish>

</
Control>

<
Control Type="Edit" Width="35" Height="15" X="275" Y="85" Id="PortNum"
Integer="yes" Property="PortEditProp">

I am able to get the corresponding port value for the website
selected.inCustom Action Code using
session["PortEditProp"]=getportvalue();

But, The port value is not getting displayed in the Edit box.

If i click "NEXT" Button and go to next Dialog and again Come back to same
Dialog, the see value getting updated.

*But, Why is that Port Value not appearing immediately after selecting the
website?*

Thanks,

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