That's what I figured. Copy & paste is annoying (I always try to adhere to DRY :/ ) but I'll live with it. Thanks Wendell.
Wendell Joost wrote: > > I hit this problem a few years ago and decided that the added > complexity of trying to reuse dialogs wasn't worth the effort - > development, debugging and maintenance would have been a nightmare. > > It was easier to copy/paste the dialog code and the person who took > over the project after me was easily able to understand what was going > on. > > Wendell > > On Mon, Jan 4, 2010 at 10:48 AM, pmdarrow <[email protected]> wrote: >> >> Hi all, I'm having a bit of trouble reusing dialogs. I'm building an >> installer that (optionally) installs two IIS web applications. I need >> dialogs for both for selecting website, virtual directory, and app pool. >> I >> did some searching on this list and found >> http://n2.nabble.com/Re-using-Dialogs-td1112082.html which discusses >> using >> indirect properties on controls but it doesn't go into detail on how to >> spawn a dialog twice in the wizard sequence. The indirect properties work >> fine, but when I try to publish two instances of the same dialog in a >> wizard >> (by modifying back & next buttons), I get "Error 2856: Creating a second >> copy of the dialog MyDialog." Is there a better way to reuse dialogs or >> am I >> forced to simply copy and paste? >> -- >> View this message in context: >> http://n2.nabble.com/Reusing-Dialogs-tp4251469p4251469.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 >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wix-users >> > > > > -- > "Some people come visit Europe and are really let down when they find > out it's not like a credit-card commercial; others really get into > meeting all the quirky people and careening along narrow mountain > roads in rickety cabs driven by suicidal, gap-toothed Carpathians. I > guess it's pretty obvious which one you are..." - Justin Crevier, May > '01 > > ------------------------------------------------------------------------------ > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://n2.nabble.com/Reusing-Dialogs-tp4251469p4251739.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 [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

