![]() |
SectionFlagIsSet question
Hi all,
this one has me stumped, as I copied most of it straight out of the examples. I found a lot of other code going about it the same way but mine just doesn't work: I have an options page that only needs to be shown when a section is NOT checked. Here is the section definition. code: To decide whether SecNAGeoidModelFiles is checked or not, I test with: code: but this never jumps to show, regardless of the selection state. The test always comes out true, no matter what. Any ideas? Thanks - pixelfafa |
1. Make sure you're using the macro below the actual Section in your NSIS script.
2. It may not let you use 0 for the jump. Try a label. -Stu |
Hey Afrow,
moving it below the sections did the trick. Scary stuff... Thanks, - Pixelfafa |
You should have had a warning from the compiler about this.
Something along the lines of "unknown constant SecNAGeoidModelFiles, ignoring" -Stu |
| All times are GMT. The time now is 05:56. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.