OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: hdLinux on January 06, 2010, 11:54:42 PM

Title: Displaying help from an openDCL dialog
Post by: hdLinux on January 06, 2010, 11:54:42 PM
Hi,
I'm newish, and am currently just looking through the openDCL documentation rather than actually using it!
I was wondering if there is any mechanism for writing/displaying help to be displayed from an openDCL eg is there an html control?  Is this the best way to display help?  Can you recommend any other method?

Thanks,
Hugh
Title: Re: Displaying help from an openDCL dialog
Post by: Fred Tomke on January 07, 2010, 12:32:28 AM
There are many ways to show help in a form.

Within the form

Outside the form

There is no best way - it depends on your app and the situations. Often different ways can be used together side-by-side.

Fred
Title: Re: Displaying help from an openDCL dialog
Post by: hdLinux on January 07, 2010, 02:17:42 PM
Thankyou.
I think I'll investigsate the html contols..
Hugh