Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Is this possible? (http://forums.winamp.com/showthread.php?t=196922)

bwood 20th October 2004 21:37

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 06:01

- 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


All times are GMT. The time now is 17:28.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.