Author Topic: Block Manager [Option 2]  (Read 22736 times)

0 Members and 2 Guests are viewing this topic.

cadmonkey13

  • Guest
Re: Block Manager [Option 2]
« Reply #30 on: August 06, 2010, 09:10:59 AM »
yeah Tim,  I had loaded it for the last version

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Block Manager [Option 2]
« Reply #31 on: August 06, 2010, 10:48:05 AM »
Does the palette show at all?
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

cadmonkey13

  • Guest
Re: Block Manager [Option 2]
« Reply #32 on: August 06, 2010, 10:55:05 AM »
No Tim,

When I open a drawings after putting it in my LISP folder the dialog comes up asking me to pick a directory but then it gived the error below.
OPENDCL
Command: ; error: bad argument type: stringp nil

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Block Manager [Option 2]
« Reply #33 on: August 06, 2010, 12:24:56 PM »
Paste these into the command line

Code: [Select]
(vl-registry-delete "HKEY_CURRENT_USER\\Software\\TheSwamp\\Block Manager")
(vl-registry-delete "HKEY_CURRENT_USER\\Software\\TheSwamp")

They should both return T.  Once this is done re-run the block manager.
« Last Edit: August 06, 2010, 12:28:23 PM by TimSpangler »
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

cadmonkey13

  • Guest
Re: Block Manager [Option 2]
« Reply #34 on: August 09, 2010, 04:34:37 AM »
Great Tim,  that worked a treat.  I like the additions you've made to it.  I am going to get the guys in our place to use it as our block importer.

Thanks again.

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Block Manager [Option 2]
« Reply #35 on: August 09, 2010, 07:13:57 AM »
Glad that worked.  There are still a few more little things to take care of before it is totally ready, but at this point it is very usable. (I've been using it since the beginning.)

I'll post up any changes.
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

Hugo

  • Bull Frog
  • Posts: 422
Re: Block Manager [Option 2]
« Reply #36 on: August 13, 2010, 01:57:49 PM »
Hallo
Will this error

Befehl: (LOAD "C:/Users/Dober/Downloads/Lisp/BlockManager0.8/BlockManager.lsp")
TheSwamp Block Manager v0.8 (BETA)©
 Timothy Spangler,
 July, 2010....loaded.

 Type "SBM" to start
 OPENDCL
Befehl: ; Fehler: Fehler bei ADS-Anforderung

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Block Manager [Option 2]
« Reply #37 on: August 13, 2010, 02:05:16 PM »
Did you run the last version?  If so then copy and paste the above code the the command line and re-run the program.  It needs to reset the registry keys in order to function.
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

Hugo

  • Bull Frog
  • Posts: 422
Re: Block Manager [Option 2]
« Reply #38 on: August 13, 2010, 02:15:36 PM »
Hallo
Will this error



Befehl: (Vl-registry-delete "HKEY_CURRENT_USER \ \ Software \ \ TheSwamp \ \
Block Manager")
; Fehler: Unbekannter Stamm für Registrierungsschlüssel: "HKEY_CURRENT_USER   
Software   TheSwamp   Block Manager"

Hugo

  • Bull Frog
  • Posts: 422
Re: Block Manager [Option 2]
« Reply #39 on: August 13, 2010, 02:24:54 PM »
Now get the following error


Hugo

  • Bull Frog
  • Posts: 422
Re: Block Manager [Option 2]
« Reply #40 on: August 13, 2010, 02:25:41 PM »
And yet this

linuxsun

  • Guest
Re: Block Manager [Option 2]
« Reply #41 on: January 19, 2011, 05:48:20 AM »
Hello, I have this error you have some solution
Bye

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Block Manager [Option 2]
« Reply #42 on: January 19, 2011, 07:43:55 AM »
What version of OpenDCL do you have?
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

linuxsun

  • Guest
Re: Block Manager [Option 2]
« Reply #43 on: January 19, 2011, 11:17:51 AM »
What version of OpenDCL do you have?

Hello, OpenDCL v. 5.1.2.3
Thanks again.

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Block Manager [Option 2]
« Reply #44 on: January 19, 2011, 12:35:28 PM »
Let me check to be sure that dcl_Control_SetToolTipTitle was available then.  The last version that I have been using is 6.0.1.3.

BRB
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016