Skip to content
⌘ NSIS Forum Archive

Checkboxes in Beta 4 CVS

11 posts

Yathosho#

Checkboxes in Beta 4 CVS

the icon of a read-only section (SectionIn RO) is not displayed. instead it shows the icon of the unchecked mode.

i used NSIS\Contrib\Icons\yi-box_check.bmp as checkboxes.
Yathosho#
it does. the file was unchanged since beta 3 and i worked before.

some months ago there were similiar but different problems, because of wrong color-depth. the icons i speak about ar 8bit, so they should work.
Joost Verburg#
Do you also have the same problem with other bitmaps (like the default Modern UI). They have exactly the same color depth. If using the Modern UI, did you use the right Modern UI define to change the bitmap?
Joost Verburg#
Works fine for me. Using the latest development snapshot? Using the right Modern UI define? Can you attach the script and a screenshot?

Can you help us to fix check1?
Yathosho#edited
its that script you already downloaded in my other post. the icon is white (unselected) instead of red (read-only) but it behaves as if it was read-only.
kichik#
Works fine for me. Make sure that section is really selected (really in Standard InstType).
kichik#
Use SectionIn for the read only section too. Read only sections are not requried to be in every InstType anymore.