Author Topic: completed Change Layer Color/Linetype prog  (Read 2338 times)

0 Members and 1 Guest are viewing this topic.

jmaeding

  • Bull Frog
  • Posts: 304
  • I'm just here for the Shelties.
completed Change Layer Color/Linetype prog
« on: March 12, 2007, 05:47:17 PM »
I did some final tweaking to get things working well.
Code is attached.
I am sure I could improve on things, that goes without saying, but its all .net api, no activex.
I hope others learn from this project, it covers several things like modeless dialogs, nested entities, subroutine organization, and other things.

the dll is in the release folder.
The lisp to define the CCM key-in for it is:
(DEFUN C:CCM  () (princ "\nChange layer properties Modeless")
  (setvar "cmdecho" 0)(COMMAND "netload" "ChlayCoLtNetR16.dll")(command "ChlayCoLt")(princ))
or type ChlayCoLt to run it.
post any improvements please...
James Maeding

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: completed Change Layer Color/Linetype prog
« Reply #1 on: March 14, 2007, 10:49:40 PM »
Thanks for sharing James. From the downloads it looks like your prog' is getting some perusal.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

jmaeding

  • Bull Frog
  • Posts: 304
  • I'm just here for the Shelties.
Re: completed Change Layer Color/Linetype prog
« Reply #2 on: March 16, 2007, 08:35:19 PM »
The more people involved, the better.  Figures OpenDCL gets the kinks out when .net starts to soak into my head.
I need to make a contribution to Owen for his work...
James Maeding