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

0 Members and 1 Guest are viewing this topic.

haustab

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #240 on: December 17, 2009, 06:08:38 AM »
@Hugo
in der Lisp-Datei ist einmal "program files" vllt. sollte es Programme (bzw. Install-Path der Routine) bei dir heißen
P.S.: Man sollt sich den Geflogenheiten des Forums anpassen... die Masse spricht englisch
und wenn du es übersetzt, muss es nur "einer" machen, somit steigt deine Chance sinnvolle Antworten zu erhalten.

in the lisp-file is in one line "program files" perhaps it should be "programme"
or better something like this
...(getenv "programfiles")...

@Andrea
nice tool, thx for sharing
« Last Edit: December 17, 2009, 06:55:33 AM by haustab »

Hugo

  • Bull Frog
  • Posts: 422
Re: Dynamic Intelligent Leader !
« Reply #241 on: December 17, 2009, 07:41:31 AM »
Hello

I've long since settled, the getvar Adjusted. see picture

P.S. As you have seen, I have translated the previous amount already in English.
Thanks for your note

haustab

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #242 on: December 17, 2009, 07:49:41 AM »
This too?
(defun GetDilLanguageVersion ()
...
(findfile (strcat "C:\\program files\\ductisoft\\dileader\\" CFGo_5 ".lpk")))...

Hugo

  • Bull Frog
  • Posts: 422
Re: Dynamic Intelligent Leader !
« Reply #243 on: December 17, 2009, 07:53:02 AM »
Yes, even the

haustab

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #244 on: December 17, 2009, 08:05:27 AM »
objectdcl istalliert und es läuft? objectdcl installed and it works without an error?
supportpfad zum dileaderverzeichnis gesetzt? support path to dileader?
acad neugestartet und dileader geladen? (without errors)? start acad new and load dileader?
verzeichnis siehe oben ggf. geändert auf Programme? change the path (look up) to Programme?
welche acad version ist in Benutzung? which version of acad you use?

Hugo

  • Bull Frog
  • Posts: 422
Re: Dynamic Intelligent Leader !
« Reply #245 on: December 17, 2009, 08:22:53 AM »
Yes there is error. See picture

Autcad 2010
But even last.

(defun PutAnnotativeObject (object)
         (if (and (eq CFGo_6 "1")
                  (> (read (substr (getvar "ACADVER") 1 4)) 18.0)
             )
           (command "._chprop" object "" "_A" "_Y" "")
         )
)

Sebb77

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #246 on: December 17, 2009, 04:32:27 PM »
Hey Andrea, how the hell did you  :-o create those little sliding tabs, Help & About ?? I have been trying to figure that out, but obviously you've done something weird (again) to accomplish this in ObjectDCL because i cannot find any function that does that kind of stuff. If you're willing to reveal your secret, i'll be attentive  :angel:...
I think it's really sharp lookin'....amazing job again..Thanks....!!

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #247 on: December 17, 2009, 09:01:01 PM »
Hugo,...
Sorry if it do not work for you..
I've realised that i have miss some (getenv "programfiles")...

I'll make more test and rearange that on the next release.


Seb...
I'm happy to see that you have note this TAB-DROP-DOWN tool..;)
i'll come back with my secret on how to make this thing on the ObjectDCL forum.
Keep smile...

Hugo

  • Bull Frog
  • Posts: 422
Re: Dynamic Intelligent Leader !
« Reply #248 on: December 18, 2009, 12:00:22 AM »
Hallo Andrea

Danke

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #249 on: December 21, 2009, 04:50:10 PM »
Hey Andrea, how the hell did you  :-o create those little sliding tabs, Help & About ?? I have been trying to figure that out, but obviously you've done something weird (again) to accomplish this in ObjectDCL because i cannot find any function that does that kind of stuff. If you're willing to reveal your secret, i'll be attentive  :angel:...
I think it's really sharp lookin'....amazing job again..Thanks....!!

There you go Sebb77
you will found the secret here

 :kewl:
Keep smile...

Aerdvark

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #250 on: January 06, 2010, 04:49:38 AM »
Hi Andrea,

I have been meaning tot ask you this before.

How come that whenever I have used dilleader in a drawing the "previous" function (when selecting objects) is being disabled?

Example: if I use "move" and then select an object, I can do as I want.
When the "move" command ends and I repeat move, or enter "copy" I very often use the "p" for previous selection.

When entering "p" autocad selects one of the "dilleaders" I have created with your program.

What to do?

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #251 on: January 06, 2010, 09:49:47 AM »
Hi Andrea,

I have been meaning tot ask you this before.

How come that whenever I have used dilleader in a drawing the "previous" function (when selecting objects) is being disabled?

Example: if I use "move" and then select an object, I can do as I want.
When the "move" command ends and I repeat move, or enter "copy" I very often use the "p" for previous selection.

When entering "p" autocad selects one of the "dilleaders" I have created with your program.

What to do?

nice Catch Aerdvark !
I've never realized that.

This will be fixed on next release.  Thanks.

Keep smile...

Aerdvark

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #252 on: January 07, 2010, 02:02:59 AM »
Allright, that would be great !!!

guitarguy1685

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #253 on: January 10, 2010, 07:46:31 PM »
very impressive.  what I would like to learn is how to make that leader rubberband like that. 

Lee Mac

  • Seagull
  • Posts: 12906
  • London, England
Re: Dynamic Intelligent Leader !
« Reply #254 on: January 10, 2010, 07:54:29 PM »
very impressive.  what I would like to learn is how to make that leader rubberband like that. 

Welcome to the Swamp GuitarGuy  :-)

Look into the GrRead function for rubberbanding and the like  :wink:

Great link here

Lee