Re: [WiX-users] Property refernces are not expanded in ScrollableText

2007-01-11 Thread Bob Arnson
Boris Kolpackov wrote: > 1. If the text is too long then user won't see the whole thing and >there is no scroll bar. > > 2. ScrollableText allows copying of the text into clipboard so the >user can paste it into another application (Visual Studio IDE >in my case). > You can make a m

Re: [WiX-users] Property refernces are not expanded in ScrollableText

2007-01-10 Thread Bob Arnson
Boris Kolpackov wrote: > Height="40" Sunken="yes" TabSkip="yes" > > Text="{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 > Arial;}}\viewkind4\uc1\pard\f0\fs20 [BASEDIR]}"> > > > I'd be surprised if ScrollableText controls supported formatted text. Even the {\rtf1

Re: [WiX-users] Property refernces are not expanded in ScrollableText

2007-01-10 Thread Boris Kolpackov
Hi Bob, Bob Arnson <[EMAIL PROTECTED]> writes: > I'd be surprised if ScrollableText controls supported formatted text. > Even the {\rtf1 start uses MSI's style-formatted hint. I think you are right. It does not seem there is any way to get anything except static text to the ScrollableText contro