again...

i have 2 list controls on dialog
ID's are 1 and 2
i want that when i click on VALID line inside list 1 (id 1)
that it automaticaly checks (marks) same line in order
in list 2 (id 2)

so i have this:

Code:
 
on *:dialog:dialog_name:sclick:*:{
  if ($did == 1) {
    if ($did($did).sel == $null) { return }
    [color:green]else { did -c $dname 2 $did($dname,2).sel }[/color]
  }
} 
 


thing in green doesnt work :P
may i ask why?

Last edited by raZOR; 03/10/06 02:04 AM.

IceCapped