Forum: NSIS Discussion
28th April 2007, 17:24
|
|
Replies: 3
Views: 1,399
|
Forum: NSIS Discussion
27th April 2007, 21:52
|
|
Replies: 3
Views: 1,399
advsplash fillscreen
Anyone know of a way to get advsplash to use the /FILLSCREEN (BgImage) option, or some similar workaround?
|
Forum: NSIS Discussion
26th April 2007, 20:54
|
|
Replies: 3
Views: 1,396
Thanks for the reply.
Sounds like it's more...
Thanks for the reply.
Sounds like it's more trouble than it's worth, especially since the SectionGroup loses any ability to track the state of the children once you force it to SF_BOLD.
It's...
|
Forum: NSIS Discussion
26th April 2007, 18:38
|
|
Replies: 3
Views: 1,396
FYI, I also tried this:
Function...
FYI, I also tried this:
Function .onSelChange
${If} ${SectionIsSelected} ${MainFileNoOptions}
!insertmacro UnSelectSection ${OptionGroup}
!insertmacro ClearSectionFlag...
|
Forum: NSIS Discussion
26th April 2007, 18:13
|
|
Replies: 3
Views: 1,396
toggle bold on/off
Does anyone here know how to make a function to toggle SF_BOLD on/off for a SectionGroup without any negative side-effects?
I've tried numerous variations of the suggested SectionGetFlags, IntOp,...
|
Forum: NSIS Discussion
26th April 2007, 15:07
|
|
Replies: 2
Views: 1,038
|
Forum: NSIS Discussion
25th April 2007, 21:11
|
|
Replies: 2
Views: 1,038
group exclusion
A recent post by Red Wine (here (http://forums.winamp.com/showthread.php?postid=2161864#post2161864)) gave me some much-needed clues about the quirks of using RadioButtons for selecting sections, but...
|