bwood
20th October 2004 22:37 UTC
Is this possible?
I have tried some samples, but I can't determine what I need to w/o spending a very long time.
Can I do the following with NSIS (if so I'll take the time to figure out how):
- Dynamically create a list of components.
- Display .rtf text on selection of each component in tree (.rtf file dynamically associated with each node).
- Traverse the component tree detecting whether components have been selected and getting their text.
PerditionC
21st October 2004 07:01 UTC
- sorta, as far as I know the
number of components [sections] is
determined at compile time, but
you can create several hidden ones
and then dynamically hide/unhide
them and set/get their text.
- the .rtf thing might be possible,
depends on where you want to
display it
- this is possible currently, but
makes use of undocumented? aspect
that may break or can be done
using purely documented but
potentially lots of boilerplate
code -- see one section example
see SectionSetFlags, SectionSetText
and their Get equivalents; there
are also some standard macros to
help determining if a section is
selected or not