WINAMP.COM | Forums > Developer Center > NSIS Discussion > Section control using flags |
Last Thread
Next Thread
|
| Author |
|
|
cosmic66 Junior Member
Registered: Jan 2003 |
Section control using flags
Hi!
|
||
|
|
|
virtlink Major Dude
Registered: Sep 2002 |
That's where the Edit button is for __________________ - Claudia Pelsmaeker |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Have you tried settings the initial value for $R0 and $R1? Set it in .onInit. __________________ |
||
|
|
|
cosmic66 Junior Member
Registered: Jan 2003 |
|
||
|
|
|
japheth Junior Member
Registered: Mar 2002 |
I'm looking to do something similar, but not quite. |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
I don't understand, if you got it to work what's the problem? __________________ |
||
|
|
|
japheth Junior Member
Registered: Mar 2002 |
Sorry, I guess I should of explained myself better. |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
OK, then lets think of a script logic for that. __________________ |
||
|
|
|
virtlink Major Dude
Registered: Sep 2002 |
I think he has come up with that idea too, but didn't find the right words for it. What code should he use? __________________ - Claudia Pelsmaeker |
||
|
|
|
japheth Junior Member
Registered: Mar 2002 |
Yeah, virtlink hit the proverbial nail on the head. |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Enjoy: __________________ |
||
|
|
|
japheth Junior Member
Registered: Mar 2002 |
Thanks a lot kichik. |
||
|
|
|
tkm2007 Junior Member
Registered: Oct 2007 |
Hello everyone! |
||
|
|
|
pospec Senior Member
Registered: Jun 2007 |
I didn't see kichik's example but I'll give you my. I hope it is what you need.
__________________ |
||
|
|
|
tkm2007 Junior Member
Registered: Oct 2007 |
Thank you pospec for your quick reply. I have already found this way in the web, but it doesn't give me the option to have no section selected as kichik's example does. Thank you anyway! |
||
|
|
|
pospec Senior Member
Registered: Jun 2007 |
I see. If you like his example then you can modify it for your purposes. Just change IntOp $0 $0 & ${SECTION_OFF} with IntOp $0 $0 | ${SF_SELECTED} and vice versa in .onInit __________________ |
||
|
|
|
pospec Senior Member
Registered: Jun 2007 |
I missed one thing - remember ${sec2} in $R9 on init. __________________ |
||
|
|
|
tkm2007 Junior Member
Registered: Oct 2007 |
|
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > Section control using flags |
Forum Rules:
|