Old 20th October 2004, 21:37   #1
bwood
Junior Member
 
Join Date: Oct 2004
Posts: 1
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.
bwood is offline   Reply With Quote
Old 21st October 2004, 06:01   #2
PerditionC
Junior Member
 
Join Date: Jan 2003
Posts: 27
- 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
PerditionC is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump