This has been intergraded in WIX 3.8 -----Original Message----- From: John Ludlow [mailto:john.ludlow...@gmail.com] Sent: February-13-14 7:58 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Burn custom UI, second browse button
I think you may need to use something like this: http://wixextba.codeplex.com/ On 13 February 2014 11:21, Hans De Groot <hans.degr...@nice.com> wrote: > Hello, > > I'm trying to a second location + browse button the standard > bootstrapper application. I currently have this: > <Page Name="Options"> > <Text X="11" Y="70" Width="-11" Height="30" > FontId="2">#(loc.OptionsHeader)</Text> > <Text X="11" Y="111" Width="-11" Height="17" > FontId="3">#(loc.OptionsLocationLabel)</Text> > <Editbox Name="FolderEditbox" X="11" Y="133" Width="-91" > Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" /> > <Button Name="BrowseButton" X="-11" Y="132" Width="75" Height="23" > TabStop="yes" FontId="3">#(loc.OptionsBrowseButton)</Button> > > <Text X="11" Y="158" Width="-11" Height="17" > FontId="3">#(loc.OptionsLogfileLabel)</Text> > <Editbox Name="LogFolderEditbox" X="11" Y="180" Width="-91" > Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" /> > <Button Name="BrowseButtonLog" X="-11" Y="179" Width="75" > Height="23" TabStop="yes" > FontId="3">#(loc.OptionsBrowseButton)</Button> > > <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" > Height="23" TabStop="yes" FontId="0">#(loc.OptionsOkButton)</Button> > <Button Name="OptionsCancelButton" X="-11" Y="-11" Width="75" > Height="23" TabStop="yes" > FontId="0">#(loc.OptionsCancelButton)</Button> > > </Page> > > > This works for the layout part, but not for the functional part. The > browse button does not do anything. And when I change it to > BrowseButton it interacts with the install folder edit box. > How do I change the stba to support multiple input fields with a > browse button. > > Hope you can help, > Regards, > Hans de Groot > > > ---------------------------------------------------------------------- > -------- > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. > Get your Android app in front of a whole new audience. Start now. > > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg. > clktrk _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users