![]() |
MUI_PAGE_COMPONENTS + group controls
Hi,
I use MUI_PAGE_COMPONENTS to 4 for sections, it works very well. Just I want to have two groups in my page section, can I disable 3 sections if the fourth section was checked or disable the fourth section if the other sections are checked ? please can you help me thx :) |
I don't understand what you want.
1. If you want to disable one section by settings on a previous page, e.g. createing a custom page that show some options, and one of them make a component will be shown. Set the section name start with a minus sign, it will be hidden by default. code: In the pre-function of components page, if the condition is established, using SectionSetText to set ${DUMMY_SEC_ID} a name without prefixed minus sign, it will show. code: 2. If you want to change the state of a section when other setions' state are changing, you can use SectionGetFlags and SectionSetFlags in function .onSelChange. code: |
| All times are GMT. The time now is 17:20. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.