OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: khann on April 23, 2010, 01:34:31 AM

Title: AutoLisp File Name in the "project pane " ?
Post by: khann on April 23, 2010, 01:34:31 AM
Hi.
AutoLisp File Name in the "project pane "
What does this do?

Hope anyone tell me some story.  ;D
Title: Re: AutoLisp File Name in the "project pane " ?
Post by: Fred Tomke on April 23, 2010, 02:31:42 AM
Hi, khann

the activated event names can copied automatically into this lisp-file.

Fred
Title: Re: AutoLisp File Name in the "project pane " ?
Post by: BazzaCAD on April 23, 2010, 10:07:46 AM
Like Fred said....
Title: Re: AutoLisp File Name in the "project pane " ?
Post by: khann on April 25, 2010, 05:28:10 PM
Ooops.
What a stupid I am.   :'(
Till now I've copied all the event and pasted manually since last year.
Does Help Topics has this story?
I've checked many times about that, but I count not find the above message.

Everytime clicking the [ Clipboard Copy ] button I wondered there could be another way.
From now I can copy the events automatically.
Thank you gentlemen! :)
Title: Re: AutoLisp File Name in the "project pane " ?
Post by: BazzaCAD on April 26, 2010, 09:31:44 AM
Using the Copy\Paste method actually is the safer way of working.
If you make changes to your Lisp code & don't save it before you hit the "Add to File" button, your lisp will revert back to the original version & you could lose some of your work.
So I've always used the "Clipboard Copy" for years now.

Title: Re: AutoLisp File Name in the "project pane " ?
Post by: khann on April 28, 2010, 09:50:11 PM
Thanks again.
I'll keep this in mind.  :D