2007-10-18 04:45 UTC
After all of the questions I've posted in the "Runtime/AutoLISP" section and the great responses, I feel I owe at least a quick view of what I've been working on these last few days.
A client of mine needs to have a quick way to locate an address within their city using an AutoCAD drawing with many xrefs. They print out plot plans for the residents who are interested in doing some sort of building activity. It needs to be simple because it will be operated by non-technical, admin staff [yikes!]. This is not a replacement for a full design drawing, but a quick, paperspace-generated plot of their property.
I cobbled together this project using Kerry Brown's reference to an ADOLisp link: http://acad.fleming-group.com/index.html so I could connect to an Access database. And, of course, OpenDCL which I just discovered only last week. Looking at the other examples posted in this section truly humbles me.
The process:
I built a database that contained the X/Y coordinates of a city address. The user types in a street NUMBER, then the lookup returns all addresses that share that number. After selecting the desried "full" address, the user clicks the "ZoomTo" button to navigate to that location within the city limits.
Thanks again for all of the people who commented and gave me tips, especially BazzaCAD and his mention of the "EventInvoke" property. I was dead in the wate without that one.
Quick question: Is there any way to get an image to display with better color depth? You will notice that the shadows and reflections don't look very nice in the background. The orignal image looked pretty good [see "DCL_Sample3.jpg" attached]
[attachment deleted by admin]
A client of mine needs to have a quick way to locate an address within their city using an AutoCAD drawing with many xrefs. They print out plot plans for the residents who are interested in doing some sort of building activity. It needs to be simple because it will be operated by non-technical, admin staff [yikes!]. This is not a replacement for a full design drawing, but a quick, paperspace-generated plot of their property.
I cobbled together this project using Kerry Brown's reference to an ADOLisp link: http://acad.fleming-group.com/index.html so I could connect to an Access database. And, of course, OpenDCL which I just discovered only last week. Looking at the other examples posted in this section truly humbles me.
The process:
I built a database that contained the X/Y coordinates of a city address. The user types in a street NUMBER, then the lookup returns all addresses that share that number. After selecting the desried "full" address, the user clicks the "ZoomTo" button to navigate to that location within the city limits.
Thanks again for all of the people who commented and gave me tips, especially BazzaCAD and his mention of the "EventInvoke" property. I was dead in the wate without that one.
Quick question: Is there any way to get an image to display with better color depth? You will notice that the shadows and reflections don't look very nice in the background. The orignal image looked pretty good [see "DCL_Sample3.jpg" attached]
[attachment deleted by admin]
