TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: whdjr on September 14, 2006, 05:06:50 PM

Title: Deleting Watched Expressions in VLIDE
Post by: whdjr on September 14, 2006, 05:06:50 PM
Is there a way to remove some or all watched expressions in the VLIDE without opening the watch window first?

I accidently told it to watch (ssget) so now when you open the watch window it goes into and ssget loop with no way to clear the window.  Any ideas?
Title: Re: Deleting Watched Expressions in VLIDE
Post by: Kerry on September 14, 2006, 05:31:16 PM
Try
something like : C:/Documents and Settings/CTDEV1/Application Data/Autodesk/AutoCAD 2006/R16.2/enu/VLIDE.DSK
entry *sdb-watcher-setting*

looks something like :
(*sdb-watcher-setting* (:AUTOLISP :APEX 43844329 :SIZE 4129405 :NAME ("*LAST-VALUE*" "G:BOXLIST")))

added: you can delete the line if ACAD is closed and it will be rebuilt with no active entry.
Title: Re: Deleting Watched Expressions in VLIDE
Post by: whdjr on September 15, 2006, 08:26:20 AM
Thank you Kerry!  That worked great.  I just removed the (ssget) from the watch list and now it works perfectly.

Thank You, :angel: