Author Topic: the Swamp Block Library Manager?  (Read 61568 times)

0 Members and 2 Guests are viewing this topic.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #60 on: February 17, 2010, 04:34:10 PM »
This should be it.  The tree control error is being fixed and will be in the next alpha build.  For now while testing if a node is selected when the Select Path button is clicked, you'll get an error - but everything continues fine.  So point it to a path and try leaving it . . . if that makes any sense.

I've also seperated the code into multiple files: the name give a clue to the functions inside.  I've also included a .fas file for easy loading.  Let me know . . ..
« Last Edit: February 19, 2010, 07:14:04 AM by jbuzbee »
James Buzbee
Windows 8

T.Willey

  • Needs a day job
  • Posts: 5251
Re: the Swamp Block Library Manager?
« Reply #61 on: February 17, 2010, 05:25:58 PM »
Thanks James.  I'll take a look when I can.  May not be this week though.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

T.Willey

  • Needs a day job
  • Posts: 5251
Re: the Swamp Block Library Manager?
« Reply #62 on: February 17, 2010, 05:43:44 PM »
James,

I see no ' .fas ' file.  I think you uploaded the old zip file.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: the Swamp Block Library Manager?
« Reply #63 on: February 17, 2010, 08:27:49 PM »
I will give it a try tomorrow.  I am also in the process of dusting off my old one as well.  More for learning OpenDCL ( I have a work project that I think would be a great candidate for it)

I'll post it here upon completion.
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #64 on: February 18, 2010, 07:34:32 AM »
oops.

It was a long day yesterday - but productive.

OK, now I know how to edit a post.  The attachment on the first post will be the latest - sorry for any confusion.
« Last Edit: February 19, 2010, 07:34:39 AM by jbuzbee »
James Buzbee
Windows 8

Atwist

  • Guest
Re: the Swamp Block Library Manager?
« Reply #65 on: February 18, 2010, 03:19:35 PM »
Hi

How can I start the "Blockmanager" :oops:

T.Willey

  • Needs a day job
  • Posts: 5251
Re: the Swamp Block Library Manager?
« Reply #66 on: February 18, 2010, 04:14:07 PM »
Hi

How can I start the "Blockmanager" :oops:

Make sure you have the latest build of the arx file for OpenDCL, and it's loaded, make sure all the lisp files within the zip file get loaded into Acad, and the odcl file is located within a directory in the search paths of Acad.  Then type ' blockmanager ' at the command line.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Atwist

  • Guest
Re: the Swamp Block Library Manager?
« Reply #67 on: February 18, 2010, 05:19:19 PM »
Hi

Do you know where I can download the latest built of de ARX file.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: the Swamp Block Library Manager?
« Reply #68 on: February 18, 2010, 05:29:00 PM »

here is the full install with the editor :
http://sourceforge.net/projects/opendcl/

via here
http://opendcl.com/wordpress/
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.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #69 on: February 18, 2010, 10:16:49 PM »
Kerry, thanks for your support.

We need to look at performance enhancement: i'm going to look at your process of loading subfolders on-demand.  Any thing else you guy's can think of let me know . . ..

jb
James Buzbee
Windows 8

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: the Swamp Block Library Manager?
« Reply #70 on: February 18, 2010, 11:04:44 PM »
James,
I haven't had a look at your code yet so can't comment.
mine seemed to be adequately fast enough to suit our work across a server, you're welcome to gut it.
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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: the Swamp Block Library Manager?
« Reply #71 on: February 18, 2010, 11:13:56 PM »

One thing I will comment on :
you seem to have versions spread all over the place, here and elsewhere, without any way of anyone telling which is the most recent.  Renaming your zip files accordingly seems like a sensible idea .... and removing redundant releases may help.


With that in mind, where is your most recent version ?
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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: the Swamp Block Library Manager?
« Reply #72 on: February 18, 2010, 11:25:25 PM »
Hi

How can I start the "Blockmanager" :oops:

Make sure you have the latest build of the arx file for OpenDCL, and it's loaded, make sure all the lisp files within the zip file get loaded into Acad, and the odcl file is located within a directory in the search paths of Acad.  Then type ' blockmanager ' at the command line.

Seems to me that only the .FAS file needs to be loaded, not all files.

added :
And it looks like the .odcl has been converted to an asci file and included with the build, so the .ODCL does not need to be on the path( 'cause it is never loaded as is)
« Last Edit: February 18, 2010, 11:46:37 PM by Kerry Brown »
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.

T.Willey

  • Needs a day job
  • Posts: 5251
Re: the Swamp Block Library Manager?
« Reply #73 on: February 19, 2010, 12:14:02 AM »
I don't know how many people would load a .fas file, so that is why I said it the way I did.  Nice tip about the other information.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: the Swamp Block Library Manager?
« Reply #74 on: February 19, 2010, 12:21:16 AM »
James,

you definately need to have another look at the code.
I crashed Autocad by selecting a primary drive.
required a regedit.

Crashed autocad changing root folders via the directory button.

Incredibly slow displaying folders.

never got to see a drawing :(

added:
FYI : I loaded the build from your OpenDCL forum post

« Last Edit: February 19, 2010, 12:25:46 AM by Kerry Brown »
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.