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

0 Members and 1 Guest are viewing this topic.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #90 on: February 23, 2010, 09:56:33 AM »
Quote
I'm worthless.....sorry

No problem man -

If anyone is still looking I need some help with the whole tree population thing:  only populating the first set of parents and siblings.  Sorry Kerry, I know your code does that but it's very difficult for me to follow (remember, I'm an Architect - NOT a programmer(and Architects aren't that bright to begin with!))

Thanks for any help.
James Buzbee
Windows 8

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: the Swamp Block Library Manager?
« Reply #91 on: February 24, 2010, 11:11:34 AM »
Quote
I'm worthless.....sorry

No problem man -

If anyone is still looking I need some help with the whole tree population thing:  only populating the first set of parents and siblings.  Sorry Kerry, I know your code does that but it's very difficult for me to follow (remember, I'm an Architect - NOT a programmer(and Architects aren't that bright to begin with!))

Thanks for any help.

HEY! I resemble that remark.   :-D :-D
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

Hugo

  • Bull Frog
  • Posts: 431
Re: the Swamp Block Library Manager?
« Reply #92 on: February 25, 2010, 01:10:14 AM »
Hello jbuzbee
Block Manager

Get the following error

Command: insert .- Unknown command "INSERT". Press F1 for help.

Command: D: \ symbols individually \ Bel \ Flutlichtleuchte.dwg Unknown command
"D: \ SYMBOLS INDIVIDUALLY \ BEL \ FLUTLICHTLEUCHTE.DWG. Press F1 for help.

Hallo jbuzbee
Blockmanager

Bekomme folgende Fehlermeldung

Befehl: .-insert Unbekannter Befehl "-INSERT". Drücken Sie F1-Taste für Hilfe.

Befehl: D:\Symbole einzeln\Bel\Flutlichtleuchte.dwg Unbekannter Befehl
"D:\SYMBOLE EINZELN\BEL\FLUTLICHTLEUCHTE.DWG". Drücken Sie F1-Taste für Hilfe.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: the Swamp Block Library Manager?
« Reply #93 on: February 25, 2010, 01:20:41 AM »

Hugo
Somewhere in the code will be something like this

".-INSERT"
find it and change it to this
"._-INSERT"


The _ underscore is needed in international versions so that the command evaluator will recognise the English spelling
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.

Hugo

  • Bull Frog
  • Posts: 431
Re: the Swamp Block Library Manager?
« Reply #94 on: February 25, 2010, 02:07:14 AM »
Hello Kerry Brown

This is not. Lsp file but one. Fas.
Since I can not change anything.

Thanks for your tip


Hallo Kerry Brown

Das ist keine .lsp Datei sondern eins .fas.
Da kann ich nichts ändern.

Danke für dein Tip

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #95 on: February 25, 2010, 02:34:05 PM »
Ok, I'll change that.  I'm not at my ACAD station so I can't work on it.  I've got to many projects going right now (trying to get SOMETHING started here) I'll see if I can look at it this weekend.  I still need to figure out the tree thing.
James Buzbee
Windows 8

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #96 on: March 02, 2010, 11:14:55 AM »
Updated Version 0.2 is on the first post.

I think I caught everything.  The subfolder code isn't pretty but it seems to work well.
James Buzbee
Windows 8

Hugo

  • Bull Frog
  • Posts: 431
Re: the Swamp Block Library Manager?
« Reply #97 on: March 02, 2010, 12:26:19 PM »
Hallo Kerry

I think there is missing a file.
And although the ending with. Fas.
Thanks

Ich glaube da fehlt eine Datei.
Und zwar die mit der Endung .fas.
Danke

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #98 on: March 02, 2010, 02:45:18 PM »
Here you go Hugo:

jb
James Buzbee
Windows 8

Hugo

  • Bull Frog
  • Posts: 431
Re: the Swamp Block Library Manager?
« Reply #99 on: March 03, 2010, 02:32:37 AM »
Danke

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #100 on: March 06, 2010, 09:56:51 AM »
OK, my last version.

I changed the Block Preview to a Drawing Preview to speed things up.  I added a Preview button that brings up a separate modeless form for panning and zooming.  The whole app is much faster now.  If there are any changes in the future I've included the command "BlockManagerVer" which returns the version number.

I'll be working on an alternative version using drawings as containers for my own use.  I'll definitely share when I get a working copy done.

My intention was to provide a real world example of how easy and robust OpenDCL is.  I hope this example will help with anyones future development.

New version up on first post.

James Buzbee
Windows 8

Crank

  • Water Moccasin
  • Posts: 1503
Re: the Swamp Block Library Manager?
« Reply #101 on: March 06, 2010, 12:25:33 PM »
Very cool James!
I will certainly use this: A black background color is much better for all those yellow lines. :)

Nb.:
I don't know if this is a bug in your program or in OpenDCL: If the palette is floating or docked everything is working fine, but when you anchor it to the left or right side of the screen it's impossible to work with (acad2008 / OpenDCL6.0.0.23).
Vault Professional 2023     +     AEC Collection

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: the Swamp Block Library Manager?
« Reply #102 on: March 06, 2010, 06:05:35 PM »
Does it flash if you hold the cursor over the docked name or icon?

That's an OpenDCL issue that is being looked at: how the form paints itself.
James Buzbee
Windows 8

Crank

  • Water Moccasin
  • Posts: 1503
Re: the Swamp Block Library Manager?
« Reply #103 on: March 07, 2010, 01:22:13 AM »
Yes, I think that what's happening. Good to know this is being looked at.
Vault Professional 2023     +     AEC Collection

cadmonkey13

  • Guest
Re: the Swamp Block Library Manager?
« Reply #104 on: June 23, 2010, 04:53:44 AM »
I am ver interested in a block manager for our office. How do I load and run these files?  Where do I need to copy the files to?