hi all,

i am facing here quite a different problem.

i have created my custom dialog for *SQLlogin* and in that on
*SQLBROWSE *button
i am calling a C# custom action for gettin all the dbservers on network and
writing all that in a textfile.
next i am calling a spawn dialog with listbox control  in which all of these
*sqlserver values* will get populated.

and clicking on any dbserver value should return the value to the main *
SQLlogin* dialog in the edit control.

this is happening perfectly for the first time, but if user deletes the text
value in edit field and clicks browse again, it is populating all the
dbservers in the listbox on spawn dialog but somehow not able to return the
dbserver value back to the sqlLogin dialog.

here is wat i have written for spwan dialog


<Dialog Id="spawndialogDBservers" Width="370" Height="270" Title="
!(loc.VerifyReadyDlg_Title)">

<Control Id="text" Type ="Text" X="20" Width ="300" Y ="20" Height ="30"
Text="From the list of servers below, select the database server you would
like to target."></Control>

<Control Id="DBLISTBOX" Type ="ListBox" Property="LISTBOXPROP" X="20" Y="60"
Width="300" Height="170" Sorted="no" Indirect="no" >

</Control>

<Control Id="OK" Type ="PushButton" Default="yes" X="160" Y="240" Width="56"
Height="17" Text="&amp;OK">

<Publish Event ="EndDialog" Value ="Return" />

</Control>

</Dialog>

also Property for the edit field in *SQLlogin* dialog is same as the listbox
in the spawn dialog.


any suggestions on this will be highly appreciated.


Thanks!
Akash
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to