VMD-L Mailing List
From: Axel Kohlmeyer (akohlmey_at_gmail.com)
Date: Fri Apr 09 2010 - 08:37:36 CDT
- Next message: Ajasja Ljubetič: "Re: Turn off initial VMD animation and "menu tkcon on" problem"
- Previous message: Ajasja Ljubetič: "AutoHotkey script for managing VMD windows"
- In reply to: Ajasja Ljubetič: "Turn off initial VMD animation and "menu tkcon on" problem"
- Next in thread: Ajasja Ljubetič: "Re: Turn off initial VMD animation and "menu tkcon on" problem"
- Reply: Ajasja Ljubetič: "Re: Turn off initial VMD animation and "menu tkcon on" problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
On Fri, 2010-04-09 at 14:18 +0200, Ajasja Ljubetič wrote:
> Dear all,
>
>
> is there a way to turn off the initial animation (The rotating VMD
you can set the environment variable VMDTITLE to off.
> letters). I sometimes start VMD without loading a pdb for a long time
> and during this time the animation is eating a lot of cpu time. I have
> removed "rock y by 1" from my vmd.rc.
>
>
> Also the command "menu tkcon on" seems to have no effect if placed in
> the .rc file.
that is because the .rc file is processed before all
plugins are initialized (so that you can override
installed plugins with your own test version).
just use:
after idle {
menu tkcon on
}
instead and you should be fine.
cheers,
axel.
>
>
> The problem is present on Win7_64 an WinXP_32.
>
>
> Best regards,
> Ajasja
-- Dr. Axel Kohlmeyer akohlmey_at_gmail.com http://sites.google.com/site/akohlmey/ Institute for Computational Molecular Science Temple University, Philadelphia PA, USA.
- Next message: Ajasja Ljubetič: "Re: Turn off initial VMD animation and "menu tkcon on" problem"
- Previous message: Ajasja Ljubetič: "AutoHotkey script for managing VMD windows"
- In reply to: Ajasja Ljubetič: "Turn off initial VMD animation and "menu tkcon on" problem"
- Next in thread: Ajasja Ljubetič: "Re: Turn off initial VMD animation and "menu tkcon on" problem"
- Reply: Ajasja Ljubetič: "Re: Turn off initial VMD animation and "menu tkcon on" problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]