|
|
|
|
#1 |
|
Junior Member
Join Date: Mar 2013
Posts: 23
|
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
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
|
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: Contact me: 137729898@qq.com |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|