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

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #285 on: June 14, 2010, 10:56:43 AM »
well,..anybody else have same problem ?

 :?
Keep smile...

Aerdvark

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #286 on: June 14, 2010, 02:07:53 PM »
I have not read all post but is ObjectDCL installed properly?

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #287 on: June 14, 2010, 11:35:02 PM »
I have not read all post but is ObjectDCL installed properly?


I don't think that ObjectDCL will interfere on this lisp because it is only needed to edit the configuration file.
so I have made more tests with some other and new users..but no one have this error message.
It is a little hard to find when i'm unable to reproduce the error.  :oops:
so if you can zip and send me your actual Dileader folder...i'll take a look.

désolé Gilles, j'essai de voir mais je n'arrive pas a reproduire le problème.
pourrais-tu me fournir tout l'ensemble de ton répertoire Dileader ? je vais le copier intégralement.


Merci/Thanks.

Keep smile...

Hugo

  • Bull Frog
  • Posts: 433
Re: Dynamic Intelligent Leader !
« Reply #288 on: June 15, 2010, 12:20:44 AM »
Hallo Andrea

Can this have something to do with Win 7 and 64 bits.


Kann das was mit Win 7 und 64 Bit zu tun haben.
Danke

Gilles

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #289 on: June 15, 2010, 04:41:27 AM »
Salut Andrea.

Ci-joint le dossier demandé.

Ma config 32bits:
Windows XP pro SP3
nvidia quadro fx 1800
autocad 2009 v4
objectDCL-ARX-7.2.0 + autoBATCH 2010 100 32b

Hugo

  • Bull Frog
  • Posts: 433
Re: Dynamic Intelligent Leader !
« Reply #290 on: June 15, 2010, 05:24:35 AM »
I get this message

Ich bekomme diese Meldung

Code: [Select]
Befehl: (LOAD "C:/Program Files (x86)/DuctiSoft/DiLeader/dileader2.3.1.LSP")
;Mask type 0=none 1=Wipeout
0
;Multi-Selection 0=No 1=Yes
0
;+ or - Key for Arrow size is activation 0=No 1=Yes
1
;Convert Qleader to DiLEADER 0=No 1=Yes
1
;Language
English
;Convert DiLEADER to annotative object
0
;Custom Arrow Path

;Use default 0=Text or 1=Mtext
0
;Auto-Numbering
(1 "pref" 0 "suff" "1" "48" "x" "1" 1)
;Leader end Length
0
;Leader Gap X axis
0
;Leader Gap Y axis

; Fehler: Fehlerhafter Argumenttyp: streamp nil

HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: Dynamic Intelligent Leader !
« Reply #291 on: June 15, 2010, 05:27:44 AM »
Salut Gilles,..
Could you give this a try ?

I gave a try and this is the result
Code: [Select]
Command: (LOAD "C:/Documents and Settings/Hasan/Desktop/dileader2.3.1.LSP")
;Mask type 0=none 1=Wipeout
0
;Multi-Selection 0=No 1=Yes
0
;+ or - Key for Arrow size is activation 0=No 1=Yes
1
;Convert Qleader to DiLEADER 0=No 1=Yes
1
;Language
English
;Convert DiLEADER to annotative object
0
;Custom Arrow Path

;Use default 0=Text or 1=Mtext
0
;Auto-Numbering
(1 "pref" 0 "suff" "1" "48" "x" "1" 1)
;Leader end Length
0
;Leader Gap X axis
0
;Leader Gap Y axis

_.layer
Current layer:  "0"
Enter an option
[?/Make/Set/New/ON/OFF/Color/Ltype/LWeight/MATerial/Plot/Freeze/Thaw/LOck/Unlock
/stAte]: set
Enter layer name to make current or <select object>: Enter an option
[?/Make/Set/New/ON/OFF/Color/Ltype/LWeight/MATerial/Plot/Freeze/Thaw/LOck/Unlock
/stAte]:
Command: ; error: An error has occurred inside the *error* functionAutoCAD
variable setting rejected: "cmdecho" nil

Command: dileader
Unknown command "DILEADER".  Press F1 for help.

and one more question

is there an *.ARX file to give the ability to use *.ODCL files

Hugo

  • Bull Frog
  • Posts: 433
Re: Dynamic Intelligent Leader !
« Reply #292 on: June 15, 2010, 09:41:13 AM »
I believe that here is where the error occurred.
Find the mistake but no.
Believe a bracket is the false or missing.

Ich glaube das hier wo der Fehler liegt.
Finde aber den Fehler nicht.
Glaube ein Klammer ist das Falsch oder Fehlt.



Code: [Select]
;| ;;
FILE CONFIG WRITE ;;
|;
;;
(defun dil_FCW ();pipo1

(if (not CFGo_10)(setq CFGo_10 "0"))
(if (not CFGo_11)(setq CFGo_11 "0"))
(if (not CFGo_12)(setq CFGo_12 "0"))
 
(setq cfgo (open (strcat cfgf "dlconfig.cfg") "w"))
    (write-line (strcat
      ";Mask type 0=none 1=Wipeout
" CFGo_1
"
;Multi-Selection 0=No 1=Yes
" CFGo_2
"
;+ or - Key for Arrow size is activation 0=No 1=Yes
" CFGo_3
"
;Convert Qleader to DiLEADER 0=No 1=Yes
" CFGo_4
"
;Language
" CFGo_5
"
;Convert DiLEADER to annotative object
" CFGo_6
"
;Custom Arrow Path
" CFGo_7
"
;Use default 0=Text or 1=Mtext
" CFGo_8
"     
;Auto-Numbering
" CFGo_9
"
;Leader end Length
" CFGo_10
"
;Leader Gap X axis
" CFGo_11
"
;Leader Gap Y axis
" CFGo_12
)
     cfgo
    )
    (close cfgo)
  )
;;
;| ;;
FILE CONFIG WRITE ;;
|;






;| ;;
FILE CONFIG READ ;;
|;
;;
(defun dil_FCR ()

(if (not (findfile (strcat cfgf "dlconfig.cfg")))
  (progn
    (setq cfgo (open (strcat cfgf "dlconfig.cfg") "w"))
    (write-line
      ";Mask type 0=none 1=Wipeout
0
;Multi-Selection 0=No 1=Yes
0
;+ or - Key for Arrow size is activation 0=No 1=Yes
1
;Convert Qleader to DiLEADER 0=No 1=Yes
1
;Language
English
;Convert DiLEADER to annotative object
0
;Custom Arrow Path

;Use default 0=Text or 1=Mtext
0
;Auto-Numbering
(1 \"pref\" 0 \"suff\" \"1\" \"48\" \"x\" \"1\" 1)
;Leader end Length
0
;Leader Gap X axis
0
;Leader Gap Y axis
"     cfgo
    )
    (close cfgo)
  )
)

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #293 on: June 15, 2010, 12:27:05 PM »
Sorry,...but the bracket are the same and.

Gilles, your files work ok for me...tested on 4 PC at office and my personal PC.
Some of My friends also use DiLeader and have no problem.
so now...i'm stucked. until I can't reproduce the problem...I can't unfortunatly help you.

Please check your PM maybe we need to exchange more information and make more test together.

sorry about all the inconvenient.   :oops:
Keep smile...

erratic

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #294 on: July 30, 2010, 02:07:48 PM »
any chance this will work in AutoCAD MEP 2011?
in addition - why is the ObjectDCL necessary??? any chances of eliminating that portion???
don't want to pay for something just for a LISP that may not even work in my version of ACAD - plus I HATE DIALOG BOXES - THEY ARE A WASTE OF TIME!!!!!

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #295 on: July 30, 2010, 07:45:11 PM »
any chance this will work in AutoCAD MEP 2011?
in addition - why is the ObjectDCL necessary??? any chances of eliminating that portion???
don't want to pay for something just for a LISP that may not even work in my version of ACAD - plus I HATE DIALOG BOXES - THEY ARE A WASTE OF TIME!!!!!

erratic,

First, thank you for your post.
DiLeader wasn't tested on MEP maybe you can give me some hint on where the bugs are ?
also, the program work with and without ObjectDCL. The dialog is only a way to modify the settings in the config file.
Another thing is...all Free Program remain FREE. that mean that you don't have to pay nothing for it. ObjectDCL work on signed project.

oh !...and welcome to the swamp.  ;-)

Keep smile...

mexxx_

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #296 on: March 16, 2011, 09:11:01 AM »
I get this message

Ich bekomme diese Meldung

Code: [Select]
0=none 1=Wipeout
0
;Multi-Selection 0=No 1=Yes
0
;+ or - Key for Arrow size is activation 0=No 1=Yes
1
;Convert Qleader to DiLEADER 0=No 1=Yes
1
;Language
English
;Convert DiLEADER to annotative object
0
;Custom Arrow Path

;Use default 0=Text or 1=Mtext
0
;Auto-Numbering
(1 "pref" 0 "suff" "1" "48" "x" "1" 1)
;Leader end Length
0
;Leader Gap X axis
0
;Leader Gap Y axis

; Fehler: Fehlerhafter Argumenttyp: streamp nil

DiLeader2.3.0.zip from Gilles and Andrea
Windows 7 64bit
AutoCAD 2011 64bit

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #297 on: March 16, 2011, 01:06:10 PM »
Hi Mexxx_..

First, welcome to theswamp. ;-)

I would like to know more about the bug.
Is the installation made in "program files (x86)"  ?

Keep smile...

mexxx_

  • Guest
Re: Dynamic Intelligent Leader !
« Reply #298 on: March 17, 2011, 03:11:01 AM »
Hi Andrea,

The installation is made in:

C:\Program Files (x86)\DuctiSoft\DiLeader\dileader2.3.1.LSP

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Dynamic Intelligent Leader !
« Reply #299 on: March 17, 2011, 09:51:46 PM »
ok thanks...

Let me check the installation package on 64 bits and i'll be back shortly.
Keep smile...