|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Senior Member
|
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
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
That shouldn't happen :S
-Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#3 |
|
Senior Member
|
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
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] 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 |
|
|
|
|
|
#5 |
|
Senior Member
|
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? |
|
|
|
|
|
#6 | |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
It was a bug fixed in 2.05. From 2.05 change log:
Quote:
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
|
#7 |
|
Senior Member
|
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! |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|