Anybody there to help me out?
Please


Sagar1111 wrote:
> 
> Hi
> 
> I am using WixUI_Mondo as my UI. However i am skipping SetupTypeDlg which
> comes with standard WixMondo (This is because i have a single feature).
> Now i have added a my own dialog ChangeFolderDlg between
> LicenseAgreementDlg and VerifyReadyDlg.
> In this dialog i have 
> 1) a control of type text to show the folder path Selected by user
> 2) a control of type pushButton to allow user to browse the directories
> 
> Here is my code snippet:
> <Control Type="PushButton" Id="Browse" Width="50" Height="17" X="285"
> Y="120" Text="Browse">
>           <Publish Property="_BrowseProperty"
> Value="FOLDERDIR">1</Publish>
>           <Publish Event="SpawnDialog" Value ="BrowseDlg">1</Publish>
>         </Control>
> 
> <Control Type="Text" Id="FolderDirPath" Width="245" Height="52" X="26"
> Y="120" >
>           <Text>&lt;The selection's path&gt;</Text>
>           <Subscribe Event="SelectionPath" Attribute="Text" />
>           <Subscribe Event="SelectionPathOn" Attribute="Visible" />
>         </Control>
> 
> Problem:
> I am able to successfully open BrowseDlg.
> i am able to copy files to FOLDERDIR. But i am not able to update my
> control FolderDirPath with the updated text from BrowseDlg.
> Seems this is something to do with the "subscribe" part.
> 
> Me being a newbie,i am not able to figure out the where the actually
> problem is. Please help me out !
> Thanks in advance.
> 
> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/BrowseDlg-SelectionPathOn-help-tp4207467p4231227.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to