scooterNSIS
19th July 2008 14:30 UTC
Position of section descriptions
In some installers made with NSIS I saw the components' description box below the listbox of the components, not to its right side, as it seems to be the normal way. How do I achieve that? Is the listbox widened automatically to the right if the description box is placed below it?
Afrow UK
19th July 2008 14:39 UTC
!define MUI_COMPONENTSPAGE_SMALLDESC
Stu
scooterNSIS
25th July 2008 14:23 UTC
Yep, that was it. Thanks.
But the description box seems to give place for two line only (remainder disappears). Is there a way of making it scrollable?
LoRd_MuldeR
25th July 2008 14:57 UTC
The description will disappear as soon as the user moves away the mouse cursor from the section, so using a scrollbox would make no sens, because the user couldn't use it anyway...
Afrow UK
25th July 2008 15:07 UTC
Use Resource Hacker to edit the UI executable in Contrib\UIs.
Stu
scooterNSIS
25th July 2008 15:11 UTC
@LoRd_MuldeR:
Yes, that's clear. But I meant something different. Is there a way to enlarge the box vertically?
@Afrow UK:
How do I do that?
Afrow UK
25th July 2008 15:13 UTC
Resource Hacker can be found via Google and it's fairly straight forward to use.
Stu
Yathosho
26th July 2008 13:01 UTC
another recommendation is XN Resource Editor, opensource and modern. i don't know if it has commandline-support though, like ResHacker.