Chris Bardon wrote:
Since it doesn't look like there's any way to refer to properties in a ScrollableText control (i.e. the [PROPERTY] references won't be resolved), is there any other way that anyone's figured out to dynamically generate the contents of one of these controls? I thought about setting the contents to a property, and then setting that property using a custom action, but it looks like even that won't work. I might be able to use multiple static text controls, but the installer I'm trying to replace has this feature (the dynamic scrollable text is set in Installscript), and there are cases where the summary information runs longer than the size of a dialog.

Well, the first response that comes to mind: If you need to scroll to see a "summary," it's not much of a summary.<g> The only way to have dynamic ScrollableText content is to build the RTF and update the Control table via custom action.

--
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