VMD-L Mailing List
From: Ajasja Ljubetič (ajasja.ljubetic_at_gmail.com)
Date: Thu Oct 28 2010 - 06:56:02 CDT
- Next message: Ajasja Ljubetič: "Re: Possible bug in freeing global selections"
- Previous message: Andrew Jewett: "menus unresponsive in ubuntu 10.10"
- Next in thread: Ajasja Ljubetič: "Re: Possible bug in freeing global selections"
- Reply: Ajasja Ljubetič: "Re: Possible bug in freeing global selections"
- Reply: Axel Kohlmeyer: "Re: Possible bug in freeing global selections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Dear all,
I believe the following script should work, but it returns "can't unset
"upproc_var_atomselect23903": no such variable" .
Best regards,
Ajasja
proc freesel {sel} {
$sel delete
}
proc atest {sel} {
set a [atomselect top $sel]
$a global
return $a
}
proc dotest {} {
set selx [atest "protein"]
freesel $selx
}
dotest
- Next message: Ajasja Ljubetič: "Re: Possible bug in freeing global selections"
- Previous message: Andrew Jewett: "menus unresponsive in ubuntu 10.10"
- Next in thread: Ajasja Ljubetič: "Re: Possible bug in freeing global selections"
- Reply: Ajasja Ljubetič: "Re: Possible bug in freeing global selections"
- Reply: Axel Kohlmeyer: "Re: Possible bug in freeing global selections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]