for sclick in item of the treeview:
alias mdx-info { var %tokens = $3 | if ( %tokens == $null ) set %tokens 3- | did -i $1 $2 1 page $prop | return $gettok($did($1,$2,1), %tokens ,32) }
on *:dialog:DIALOG:sclick:ID:{
tokenize 32 $did($dname,$did,1)
var %action = $1
if (%action == slclick) {
echo -s Item: $mdx-info($dname,$did).event
}
} |