[GiDlist] A problem about customization files
Posted: Tue Sep 23, 2003 2:16 pm
hi,everybody,
when I use GID's customization, I meet a following problem. following code showed in *.cnd file.
QUESTION: TYPE:#CB#(X,Y,Z)
VALUE: X
DEPENDENCIES: (X,RESTORE,Value_X1:,0.)(#DEFAULT#,SET,Value_X1:,#CURRENT#)
DEPENDENCIES: (X,RESTORE,Value_X2:,0.)(#DEFAULT#,SET,Value_X2:,#CURRENT#)
QUESTION: Value_X1:
VALUE: 0.
STATE: disabled
QUESTION: Value_X2:
VALUE: 0.
STATE: disabled
my aim is
if TYPE:=X then
Value_X1 and Value_X2 are valid
else
Value_X1 and Value_X2 are invalid
end if
but I cann't get this result. I found that when several DEPENDENCIES exist, only one is valid, the others are invalid.
===================================================================
when I use GID's customization, I meet a following problem. following code showed in *.cnd file.
QUESTION: TYPE:#CB#(X,Y,Z)
VALUE: X
DEPENDENCIES: (X,RESTORE,Value_X1:,0.)(#DEFAULT#,SET,Value_X1:,#CURRENT#)
DEPENDENCIES: (X,RESTORE,Value_X2:,0.)(#DEFAULT#,SET,Value_X2:,#CURRENT#)
QUESTION: Value_X1:
VALUE: 0.
STATE: disabled
QUESTION: Value_X2:
VALUE: 0.
STATE: disabled
my aim is
if TYPE:=X then
Value_X1 and Value_X2 are valid
else
Value_X1 and Value_X2 are invalid
end if
but I cann't get this result. I found that when several DEPENDENCIES exist, only one is valid, the others are invalid.
===================================================================