Lindsay Harris wrote:

Hello! I was wondering, is there any kind of built in computer browsers in wix?

Depends on what you mean by "computer browser." Network or file system? No on the former, kinda on the latter (WixUI's BrowseDlg).

I am spawning a dialog from another dialog. (a popup yes/no). If the user clicks one of the buttons, I would like to not only close this dialog and return to the parent dialog but go to the next dialog in sequence. (Essentially, exit this child dialog, and simulate a Next button click on the parent dialog). I'm sure this is a simple thing but I can't figure out how to do it...


A spawned dialog can't close its parent but you might be able to set a property that the parent looks at when the spawned dialog returns.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to