Exchange Forum > Dcl Dialogs
Imperial Door Symbols, Where are the door blocks?
Page 1 of 2
1 2
Imperial Door Symbols, Where are the door blocks?

#1

Theodorus Winata
Join Date:
11-15-2007
Buzzard,
I downloaded IDS_V1.01.dcl and IDS_V1.01.lsp, but the door blocks needed for the program to run are not included. Could you please upload the blocks for your program?
 
Thank You,
 
Theodorus Winata
Imperial Door Symbols, Where are the door blocks?

#2

Buzzard
Join Date:
12-25-2007
Theodorus,
 
The door blocks are created within the program. External blocks for this program are not required. Simply select the options you wish and the program names and creates it own blocks by constructing a list in the program. Give it a try and get back to me if their are any problems.
 
Good Luck
Imperial Door Symbols, Where are the door blocks?

#3

Theodorus Winata
Join Date:
11-15-2007
Buzzard,
I ran your door program, here was the response, Command: IDS_V1.01.lsp successfully loaded. I filled in what was required for a single door swing left in the dialog box. I need more guidance, please.
Quote:
Command: 
Imperial Door Symbols Lisp Version 1.01 Loaded.... 
Copyright © March, 2009  Angelo M. Bozzone 
Type IDS to start program. 
Command: 
Command: ids 
Select insertion point: 
"1-42x2.25-45-L-E-O-WA.dwg": Can't find file in search path: 
\\IS655\UE7P$\My Documents\ (current directory)
Thank you,
 
Theodorus Winata
Imperial Door Symbols, Where are the door blocks?

#4

Buzzard
Join Date:
12-25-2007
Not sure as to why you are getting that message. Attached is a copy of the program with dcl and was tested. I do not see a problem with it or duplicate the problem you are having. Try the attached program and be sure you have the two files together. Make sure they are in the Acad Search Support Path. Please let me know if you still have a problem.
I also want to point out the program was tested on ACAD Versions 2004 & 2009. Not sure what version you are using so please let me know.



Attachments  IDS_V1.01.zip  
Imperial Door Symbols, Where are the door blocks?

#5

J Briggs
Join Date:
07-25-2007
Hi Theodorus,
Buzzard has done an exceptional job with this program and especially in his documentation. Let’s try a few things to debug what might be causing the issue with the blocks. Just in case that you might have an AutoLISP function named the same as one of his, load his program last. This will insure that all of his functions are loaded correctly. I hope this does the trick.
James
Imperial Door Symbols, Where are the door blocks?

#6

Buzzard
Join Date:
12-25-2007
Hey J Briggs,
 
Long time no hear. I named the functions in an obscure way that it is most likely rare for a conflict to happen, I use the IDS with an underscore then the letters fom the functions last.(eg IDS_SFS for IDS program, function Set Font Style). Also I declared local variables for the same reason as not to conflict with other programs. This is an odd problem that I have been spending time trying to duplicate without success. I also placed a (_.) before acad cammands used in the program if others with versions in different langauges use this program. I took alot of measures to avoid many issues. I hope to nail this problem down real soon. There could be a possible conflict although I would find that real strange.
 
Will keep investigating as I need to know this issue as well.
Thanks for the input.
Buzzard
Imperial Door Symbols, Where are the door blocks?

#7

Theodorus Winata
Join Date:
11-15-2007
Buzzard and James,
I put the 2 files you mentioned in different location Acad Search Path and the result is the same. I use Acad 2008.
Quote:
Command: ids 
Select insertion point: 
"1-42x2.25-90-R-E-O-WA.dwg": Can't find file in search path: 
\\IS655\UE7P$\My Documents\ (current directory) 
C:\Documents and Settings\ue7p\Application Data\Autodesk\AutoCAD 2008\R17.1\enu\support\ 
C:\Program Files\AutoCAD 2008\help\ 
C:\Program Files\AutoCAD 2008\support\ 
Q:\Data\Drafting\R2002\Menu\ 
C:\Program Files\AutoCAD 2008\fonts\ 
C:\Program Files\AutoCAD 2008\express\ 
C:\Program Files\AutoCAD 2008\support\color\ 
Q:\Data\Drafting\R2002\Icons\ 
Q:\Data\Drafting\R2002\Lisp\ 
Q:\Data\Drafting\R2002\Fonts\ 
Q:\Data\Drafting\R2002\Blocks\ 
Q:\Data\Drafting\R2002\Lisp\Library\ 
Q:\Data\Drafting\R2002\Plotters\ctb-tables\ 
Q:\Data\Drafting\R2002\Menu\script\ 
Q:\Data\Drafting\R2002\Development R2002\Blocks\ 
Q:\Data\Drafting\CADFILES\Library\Title Blocks\ 
C:\Documents and Settings\ue7p\XTRA\ 
C:\Program Files\AutoCAD 2008\drv\ 
C:\Program Files\AutoCAD 2008\ 
*Invalid* 
; error: Function cancelled 
Thanks for your help.
 
Theodorus Winata
Imperial Door Symbols, Where are the door blocks?

#8

J Briggs
Join Date:
07-25-2007
Theodorus,
I tried several things but I couldn’t duplicate the block error issue. Here’s something that you might try at least once to see if it works with just Buzzards code. That is to put an (exit) as the first line of your Acaddoc.lsp file, then open a new drawing and load and run his program. Remember to take the (exit) out of your Acaddoc.lsp file after testing. If this works, then there may be a conflict with common global variables.
Imperial Door Symbols, Where are the door blocks?

#9

Theodorus Winata
Join Date:
11-15-2007
James,
Thanks for your effort. It's still not working. That's OK for now.
Thanks,
Theodorus Winata
Imperial Door Symbols, Where are the door blocks?

#10

Buzzard
Join Date:
12-25-2007
Theodorus,
 
My appologies to you for the problems you have experienced with the IDS program. Someone has found where the problem existed in my code and has now been fixed. I started a new thread with regard to this issue and the fixed version in now available on that thread. It will briefly explain what was found. Please go to this thread to get the new version IDS_V1.03.
Once again sorry for the problem and thank you for pointing this out to me.
Page 1 of 2
1 2