just a silly example, to explain the Issue/Request ?!
CODE
[Example]
Description.0=Programs from the Same Categorie
command.0=*
Description.0.0=Innocent0
command.0.0=Innocent0.exe
Description.0.1=Innocent1
command.0.1=Innocent1.exe
Description.0.2=InCompatibleWith_4
command.0.2=InCompatibleWith_4.exe
selected.0.2=if .0.4 selected then 0
locked.0.2=if .0.4 NOT selected then 0
Description.0.3=Innocent3
command.0.3=Innocent3.exe
Description.0.4=InCompatibleWith_2
command.0.4=InCompatibleWith_2
selected.0.4=if .0.2 selected then 0
locked.0.4=if .0.2 NOT selected then 0
Description.0=Programs from the Same Categorie
command.0=*
Description.0.0=Innocent0
command.0.0=Innocent0.exe
Description.0.1=Innocent1
command.0.1=Innocent1.exe
Description.0.2=InCompatibleWith_4
command.0.2=InCompatibleWith_4.exe
selected.0.2=if .0.4 selected then 0
locked.0.2=if .0.4 NOT selected then 0
Description.0.3=Innocent3
command.0.3=Innocent3.exe
Description.0.4=InCompatibleWith_2
command.0.4=InCompatibleWith_2
selected.0.4=if .0.2 selected then 0
locked.0.4=if .0.2 NOT selected then 0
How can i realize this, without to use Radio Buttons,
because these Programs are from the same Categorie and
it should be possible to select them all, except two of them:
They incompatible to each together.
This means; when you select one of them, it should lock and
disable the other one.
Thx..