Author Topic: Dynamic Intelligent Leader !  (Read 24098 times)

0 Members and 1 Guest are viewing this topic.

Lee Roy

  • Mosquito
  • Posts: 2
Re: Dynamic Intelligent Leader !
« Reply #315 on: October 21, 2011, 11:15:10 am »
Thanks for the welcome! Been a long-time lurker, several years, just never posted.

insunits=1
insunitsdeftarget=1
insunitsdefsource=1
dimasz=.09375 (3/32")

What I found to 'make it work' for the time being, was to change
Code: [Select]
(if (eq cfgo_3 "1") 
  (vla-put-arrowheadsize
    (vlax-ename->vla-object llead)
    Arsize
  )
)
to
Code: [Select]
(if (eq cfgo_3 "0") 
  (vla-put-arrowheadsize
    (vlax-ename->vla-object llead)
    Arsize
  )
)

I'm not trying to tell you how to change your lisp (you're far better at this than me), just what my short term solutions were, in case it helps you with any further development.

It's a GREAT lisp and everyone loves it. Great job!

Clina

  • Mosquito
  • Posts: 11
Re: Dynamic Intelligent Leader !
« Reply #316 on: January 19, 2012, 09:35:33 am »
Hello Andrea,

I'm new here and I found this tool by searching with "LEADER".
I must say this tool is AWESOME !.

I seriously think that this tool should be included in AutoCAD itself or have something similaire.
DILEAER aptly named.

However, I have not managed to make it work, I'm not an expert in AutoLISP.
so if you can help me I would appreciate it.

Thank you very much.

Clina.

Andrea

  • Water Moccasin
  • Posts: 2006
Re: Dynamic Intelligent Leader !
« Reply #317 on: February 03, 2012, 08:06:08 am »
Hi Clina,

Thank you.
do you have any error message or something that it can help me resolve the problem ?
saying that you can run it can't help me.


oh,....and welcome to theswamp ! :)
Keep smile...

autocart

  • Newt
  • Posts: 38
Re: Dynamic Intelligent Leader !
« Reply #318 on: February 21, 2012, 08:44:47 am »
Hi Andrea,

First thanks for this great contribution to the Autocad-world.

There seems to be a problem with the vertical alignment of MTEXT. At least DIL seems to handle MTEXT different from TEXT. My geometrical configurations are all set to zero. Also the length of the extension-line is different. Also the auto-numbering treats TEXT and MTEXT different. All of this can be seen in the attached screen-shot. The picture shows the status after i did a "diledit" (moving them around) on both DiLeaders.
I am using Auotcad vanilla 2011.

Kind regards, Stephan

Andrea

  • Water Moccasin
  • Posts: 2006
Re: Dynamic Intelligent Leader !
« Reply #319 on: February 21, 2012, 09:01:36 pm »
Hi AutoCART

thank you..for the feedback,
I'm actually soo busy right now, sorry for all inconvenience,
But it will be great if you write me an email describing the issue with screen shot and maybe the dwg.
I'll look at it when I'll have 2 min.

Meanwhile,...could you check if your Textstyle have any dimention or some default settings ?
just curious.

thanks.
Keep smile...