Exchange Forum > AutoLISP and Visual LISP
Update Search to include progress bar
Update Search to include progress bar

#1

Koppesetic
Join Date:
02-18-2009
Hi Terry,
Can you put the progress bar into the Search.lsp file for me?
Koppesetic
Update Search to include progress bar

#2

Terry Cadd
Join Date:
09-10-2007
Hi Koppesetic,
Great suggestion! Those are two of my all time favorites. I added the progress bar to my personal copy also. I'm glad you are using Search.lsp. It helps me out tremendously to find examples in my code that I did in the past.
 
Terry
 
P.S. You will still need to do a (load "ProgressBar") as before. I didn't add the whole function into SearchFiles.lsp, only the necessary calls to it. You still can type Search to run this version of the program.



 
http://web2.airmail.net/terrycad/LISP/ProgressBar.lsp
http://web2.airmail.net/terrycad/LISP/ProgressBar.dcl
http://web2.airmail.net/terrycad/LISP/GetIcon.lsp

Attachments  SearchFiles.lsp    Search.dcl  
Update Search to include progress bar

#3

Koppesetic
Join Date:
02-18-2009
Thanks Terry! This works great!
Koppesetic