TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: It's Alive! on June 06, 2007, 01:34:31 PM

Title: OpenDCL example – Summary info editor
Post by: It's Alive! on June 06, 2007, 01:34:31 PM
Have fun

Ps: Thanks Kerry Brown for fixing my errors, and to the OpenDCL team for their hard work
Title: Re: OpenDCL example – Summary info editor
Post by: Guest on June 06, 2007, 01:40:01 PM
Interesting... I don't know if I'd have a use for it, but I'm definitely going to disect the code.

Thanks for posting!
Title: Re: OpenDCL example – Summary info editor
Post by: Tramber on June 06, 2007, 01:44:54 PM
Good !

I have a question : how many infos can you save in a drawing ?
I suppose you use the field functionnality ?
Title: Re: OpenDCL example – Summary info editor
Post by: It's Alive! on June 06, 2007, 01:52:47 PM
I have a question : how many infos can you save in a drawing ?

Dunno’ I use about 250+ with no problems

I suppose you use the field functionnality ?

Oh you bet, every block attribute , template , qleader , text…. in my drawings are fields. This is where I set things up

Title: Re: OpenDCL example – Summary info editor
Post by: Guest on June 06, 2007, 01:55:29 PM
I have a question : how many infos can you save in a drawing ?

Dunno’ I use about 250+ with no problems

I suppose you use the field functionnality ?

Oh you bet, every block attribute , template , qleader , text…. in my drawings are fields. This is where I set things up
So you're linking text, attribs, etc... to the custom values in the DWG props?
Title: Re: OpenDCL example – Summary info editor
Post by: Tramber on June 06, 2007, 01:56:14 PM
Forget it, I have to try before asking questions.

I'll be back...
Title: Re: OpenDCL example – Summary info editor
Post by: Tramber on June 06, 2007, 01:58:50 PM
Quote
(setq   App    (vlax-Get-Acad-Object)
   Doc    (vla-Get-ActiveDocument App)
   DwgProps (vla-Get-SummaryInfo Doc)

Got it
Title: Re: OpenDCL example – Summary info editor
Post by: It's Alive! on June 06, 2007, 02:12:39 PM
I have a question : how many infos can you save in a drawing ?

Dunno’ I use about 250+ with no problems

I suppose you use the field functionnality ?

Oh you bet, every block attribute , template , qleader , text…. in my drawings are fields. This is where I set things up
So you're linking text, attribs, etc... to the custom values in the DWG props?

That’s correct  8-)
Title: Re: OpenDCL example – Summary info editor
Post by: jbuzbee on June 07, 2007, 07:13:41 AM
Very nice!  This would be a good entry for the contest . . .  :wink:
Title: Re: OpenDCL example – Summary info editor
Post by: Guest on June 07, 2007, 10:06:49 AM
So you're linking text, attribs, etc... to the custom values in the DWG props?

That’s correct  8-)
I assume you have another snazzy stuff to link a value to a selected piece of text, mtext, attribute....??  If not, are you just scrolling through the list each time you want to add a value??!?
Title: Re: OpenDCL example – Summary info editor
Post by: It's Alive! on June 20, 2007, 03:05:43 AM
Updated for the new version of OpenDCL
Title: Re: OpenDCL example – Summary info editor
Post by: Guest on June 20, 2007, 10:31:32 AM
Updated for the new version of OpenDCL

<Scooby Doo> Ruh roh! <Scooby Doo>

Quote
Command: dwp
; error: no function definition: DCL_PROJECT_IMPORT
Title: Re: OpenDCL example – Summary info editor
Post by: It's Alive! on June 20, 2007, 11:06:57 AM
Updated for the new version of OpenDCL

<Scooby Doo> Ruh roh! <Scooby Doo>

Quote
Command: dwp
; error: no function definition: DCL_PROJECT_IMPORT

Are you using the latest greatest OpenDCL beta 18?
My kid just did your avatar down concrete steps
Title: Re: OpenDCL example – Summary info editor
Post by: Guest on June 20, 2007, 11:27:47 AM
Are you using the latest greatest OpenDCL beta 18?

WHAT??!?  I just got 16!!  When did 18 come out?!?



My kid just did your avatar down concrete steps

Ouch!  How old?
Title: Re: OpenDCL example – Summary info editor
Post by: It's Alive! on June 20, 2007, 01:01:49 PM
Ouch!  How old?

She’s almost two. I am amazed she didn’t get hurt.
Title: Re: OpenDCL example – Summary info editor
Post by: Kerry on June 20, 2007, 05:37:46 PM


WHAT??!?  I just got 16!!  When did 18 come out?!?


Have been released each Monday .. Beta 18 was a special though, just for name changes.
MAKE SURE you read the Discussion on Beta 18 :-)

Title: Re: OpenDCL example – Summary info editor
Post by: Guest on June 21, 2007, 08:26:10 AM
Every Monday, huh?

That's good to know.  Thanks.
Title: Re: OpenDCL example – Summary info editor
Post by: Hugo on February 14, 2012, 04:37:24 AM
Hello

For me, the picture freezes

Hallo

Bei mir friert das Bild ein