Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 3rd March 2005, 13:03   #1
vbgunz
Senior Member
 
Join Date: Jun 2003
Posts: 284
Send a message via AIM to vbgunz
2.0.5 MUI Component Page Has Grayed Out Boxes When Nothing is Selected. Normal?

I've noticed this both on install and uninstall using SectionGroups. It seems if nothing is selected, all checkboxes are grayed out as if something is indeed selected. But, this is not the case.

Is this normal or do I still have to update my code to comply with this new behaviour? I need enlightenment
vbgunz is offline   Reply With Quote
Old 3rd March 2005, 13:15   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
That shouldn't happen :S

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 3rd March 2005, 13:25   #3
vbgunz
Senior Member
 
Join Date: Jun 2003
Posts: 284
Send a message via AIM to vbgunz
Yeah, the same exact code (except it was SubSection/End) didn't produce this. I left SubSection/end for 2.0.5 and thought maybe SectionGroup/End would fix it but no cigar
vbgunz is offline   Reply With Quote
Old 3rd March 2005, 18:46   #4
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,337
What's the code you're using?

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 4th March 2005, 23:59   #5
vbgunz
Senior Member
 
Join Date: Jun 2003
Posts: 284
Send a message via AIM to vbgunz
I've tried duplicating the bug by creating some sample code. I now know exactly what is causing the problem. Now, either this was a bug in 2.0.4 or it is a bug in 2.0.5.

I've had SectionGroups and within them, more SectionGroups. Within these special groups I had several types of section.

1. Sections a user can install or not install.
2. Sections hidden yet belonging to a special Install Type.
3. Sections which belonged to no Install Type but which were hidden.

The bug is in #3. My question is, was this a bug in 2.0.4 which is now fixed or is it a bug in 2.0.5?
vbgunz is offline   Reply With Quote
Old 5th March 2005, 11:17   #6
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,337
It was a bug fixed in 2.05. From 2.05 change log:
Quote:
Invisible sections weren't always affected by a change of the installation type (bug #1045722)

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 5th March 2005, 11:34   #7
vbgunz
Senior Member
 
Join Date: Jun 2003
Posts: 284
Send a message via AIM to vbgunz
I actually thought this was a feature as I used this as one. Happy to know it was a bug as it made me clean up my code a bit more.

Thanks for the info Kichik!
vbgunz is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump