TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: bfred805 on November 20, 2014, 12:09:34 PM

Title: HTML via OpenDCL
Post by: bfred805 on November 20, 2014, 12:09:34 PM
Does anyone have experience using OpenDCL to display web pages within AutoCAD, or is that something accomplished through VisualLISP.
Title: Re: HTML via OpenDCL
Post by: jbuzbee on November 20, 2014, 01:06:56 PM
OpenDCL provides an HTML control that displays HTML documents either on a local server or located on the world wide web.  I use it for local HTML help files. 

jb
Title: Re: HTML via OpenDCL
Post by: bfred805 on November 20, 2014, 01:40:08 PM
OpenDCL provides an HTML control that displays HTML documents either on a local server or located on the world wide web.  I use it for local HTML help files. 

jb

OK, so I'm on the right track. Do you have any resources you would be willing to share with me for learning how to do this for my office?
Title: Re: HTML via OpenDCL
Post by: DanW on November 25, 2014, 11:37:40 AM
Hi  bfred

OpenDCL ships with a Samples folder to demonstrate the various features of OpenDCL including a comprehensive example of an html control.