Author Topic: Deleting Watched Expressions in VLIDE  (Read 2310 times)

0 Members and 1 Guest are viewing this topic.

whdjr

  • Guest
Deleting Watched Expressions in VLIDE
« 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?

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Deleting Watched Expressions in VLIDE
« Reply #1 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.
« Last Edit: September 14, 2006, 05:37:27 PM by Kerry Brown »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

whdjr

  • Guest
Re: Deleting Watched Expressions in VLIDE
« Reply #2 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: