Author Topic: fruity leaders  (Read 5136 times)

0 Members and 1 Guest are viewing this topic.

ELOQUINTET

  • Guest
fruity leaders
« on: September 24, 2004, 12:04:18 PM »
hey guys i fixing my coworkers drawings and because his english is not that well he will copy and paste his notes from various drawings. these various drawings have different colors of text so his notes look like a bowl of fruit loops see attached image. i'm wondering if anyone has something similar to the bylayer lisp that will make all of the text colors bylayer. you're gonna love this...


http://theswamp.org/lilly_pond/dan/fruity%20leaders.doc?nossi=1

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
fruity leaders
« Reply #1 on: September 24, 2004, 12:07:38 PM »
lol, it looks like Christmas.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

ELOQUINTET

  • Guest
fruity leaders
« Reply #2 on: September 24, 2004, 12:09:07 PM »
yeah  jah rastafari dude

Craig

  • Guest
fruity leaders
« Reply #3 on: September 24, 2004, 12:17:10 PM »
nice!! need a touch of blue in there to round out the colors :)

ELOQUINTET

  • Guest
fruity leaders
« Reply #4 on: September 24, 2004, 12:24:37 PM »
two words color wheel  :lol:

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
fruity leaders
« Reply #5 on: September 24, 2004, 12:43:14 PM »
nice ... I like!!! NOT!!!
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

PDJ

  • Guest
fruity leaders
« Reply #6 on: September 24, 2004, 01:39:18 PM »
I'ma write a lisp routine to randomly change my text colors like that.. Add it to my qsave routine so everytime I open the drawing, they're all different colors from what they were the last time I closed it..

Why not just grab alla text and in your properties window (Which EVERYONE should have open on thier second monitor) click on bylayer..

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
fruity leaders
« Reply #7 on: September 24, 2004, 01:48:14 PM »
[sarcasm]Yeah ... well I might just as well put the properties box on my third 42" flat panel plasma monitor, after all it is smaller than my regular 60" monitor.[/sarcasm]
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

ELOQUINTET

  • Guest
fruity leaders
« Reply #8 on: September 24, 2004, 02:25:21 PM »
tried that it doesn't change but if you go into mtext editor and highlight it and set to bylayer it changes

ELOQUINTET

  • Guest
fruity leaders
« Reply #9 on: September 27, 2004, 09:36:58 AM »
hmmm so nobody can help me on this one?

AVCAD

  • Guest
fruity leaders
« Reply #10 on: September 27, 2004, 12:29:59 PM »
well if you have standards at work as everyone should...atleast for layering...

All the text should be on the same layer....

Modify this code for your lisp....

Code: [Select]

(defun C:textch ()
(COMMAND "-LAYER" "MAKE" "0" "")
(COMMAND "-layer" "color" "yellow" "text" "")
(COMMAND "chprop" "all" "" "color" "bylayer" "")

  (princ "\nText is now the right color")
  (princ)
)


Simple lisp routine but it works...This will select everything and make the color bylayer though...if its not what you...oh well!!

You need to change:

Code: [Select]

(COMMAND "-layer" "color" "yellow" "text" "")


To what ever your layer is and what ever color you want...

"yellow" = color
"text" = layer

Hope it helps.

SPDCad

  • Bull Frog
  • Posts: 453
fruity leaders
« Reply #11 on: September 27, 2004, 02:35:00 PM »
With a topic of 'Fruity leaders', I might of thought you were talking about your boss.
If that the case my boss is one of those fruity leaders!  :lol:
AutoCAD 2010, w/ OpenDCL

visit: http://reachme.at/spd_designs

ELOQUINTET

  • Guest
fruity leaders
« Reply #12 on: September 27, 2004, 03:58:56 PM »
standard ha that's funny did you see the image. i tried what you gave and it does not do what i want thanks anyway

whdjr

  • Guest
fruity leaders
« Reply #13 on: September 27, 2004, 04:04:33 PM »
Can you post the drawing so we can see the situation first hand?

ELOQUINTET

  • Guest
fruity leaders
« Reply #14 on: September 27, 2004, 04:30:00 PM »
i uploaded an example at the beginning of the post but here's the situation. because his english is not that great he will copy and paste a note together from various drawings these drawings have different color text because standard is a foreign word around here too. so one leader can look like a rainbow. this is not a problem for him because he has made modifications to his pen settings but when i print the drawing it looks dreadful. i basically need something that would select all of the leader text in a drawing and change it all to red