Re: [WiX-users] Scrollabletext control

2008-02-12 Thread Bob Arnson
Sajo Jacob wrote: Has someone does something like this in a scrollabletext box? I know that the scrollabletext control requires that only rich text be loaded but I wanted to embed text assigned to a property coming in from a VBScript There's no support in the rich-edit control for formatt

[WiX-users] Scrollabletext control

2008-02-12 Thread Sajo Jacob
Has someone does something like this in a scrollabletext box? I know that the scrollabletext control requires that only rich text be loaded but I wanted to embed text assigned to a property coming in from a VBScript I tried this code and different variations of escape sequences but it just shows *

Re: [WiX-users] ScrollableText Control type

2006-08-03 Thread Rob Mensching
http://blogs.msdn.com/robmen/archive/2006/05/30/610950.aspx       From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Thursday, August 03, 2006 4:19 PM To: Magus Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ScrollableText Control type

Re: [WiX-users] ScrollableText Control type

2006-08-03 Thread Bob Arnson
Magus wrote: OK I've been having a really bad time with this. For some reason it won't display anything. I want it to display information form a .txt file since its a lot smaller than a .rtf I have'nt really seen anywhere that says this won't work and in all the other controls it works ju

[WiX-users] ScrollableText Control type

2006-08-03 Thread Magus
OK I've been having a really bad time with this. For some reason it won't display anything. I want it to display information form a .txt file since its a lot smaller than a .rtf I have'nt really seen anywhere that says this won't work and in all the other controls it works just fine. Is there