<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Betreff: Is it possible to create new unique colour names? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085257#M83051</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp; schrieb:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you Betreff...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey Betreff, how you doin? Ever considered to change your user name? So many people recognize you by this nick. And it happened so naturally.&amp;nbsp; Like it! &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I like the idea &lt;span class="lia-unicode-emoji" title=":rolling_on_the_floor_laughing:"&gt;🤣&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 14:36:36 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2019-10-14T14:36:36Z</dc:date>
    <item>
      <title>Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9084942#M83044</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just wondering if it would be possible to create a unique set of colours, and give them names that would show up in the colour control menu, similar to the existing, Blue, Red, Green etc? So for instance i wanted to hatch something like a footway in a specific RGB code, i could save that as 'Footway' and so on. something that i could use in across all my drawings without the need to allocate the RGB codes every time. Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 12:25:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9084942#M83044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T12:25:45Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085039#M83045</link>
      <description>&lt;P&gt;CAD beginner, or ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Beginner:&lt;/P&gt;
&lt;P&gt;Create a LAYER with that RGB color and if you like to draw a footway, usw the Layer "footway",&lt;/P&gt;
&lt;P&gt;objectcolor should be "ByLayer"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expert:&lt;/P&gt;
&lt;P&gt;Yes you can create your own "colors", but i would never prefer to this.&lt;/P&gt;
&lt;P&gt;And you can not edit the Color drop-down menu, you have to create your&lt;/P&gt;
&lt;P&gt;own menu to set/change colors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to?&lt;/P&gt;
&lt;P&gt;Create your own ColorBook to assign special rgb codes to&amp;nbsp; a (color)name.&lt;/P&gt;
&lt;P&gt;More questions about this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only like some RGB-colors in the drop down menu?&lt;/P&gt;
&lt;P&gt;USE the color one time in your program session, you will see these colors in the drop down menu then.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:04:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085039#M83045</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-10-14T13:04:26Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085131#M83046</link>
      <description>&lt;P&gt;Thank you Betreff. Im not a CAD beginner, but i'm certainly no expert. The reason i hadn't assigned the colour by layer, is that at times they are likely to be assigned to alternative layers. I will look into creating a custom palette in the colour book, i think this may be my best option, i just never really knew it existed if i'm honest.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:38:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085131#M83046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085149#M83047</link>
      <description>&lt;P&gt;Thank you Re. (&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;"I will look into creating a custom palette in the colour book"&lt;/P&gt;
&lt;P&gt;Whatever you like, buti&amp;nbsp; do not support it and it brings you no real benefit.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I think user defined "extra Button"&amp;nbsp; a lot more helpful, or working with the &lt;STRONG&gt;toolpalette&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:47:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085149#M83047</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-10-14T13:47:18Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085158#M83048</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you Betreff...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey Betreff, how you doin? Ever considered to change your user name? So many people recognize you by this nick. And it happened so naturally.&amp;nbsp; Like it! &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:52:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085158#M83048</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2019-10-14T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085159#M83049</link>
      <description>&lt;P&gt;I fully appreciate your advice, but i don't understand what you mean by "Extra button, or working with Tool palette". However, looking at the colour book layout, if i could replicate that with my own names and RGB codes, this would be ideal for my needs. (See attachment)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:53:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085159#M83049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T13:53:27Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085254#M83050</link>
      <description>&lt;P&gt;"Extra Button" means&lt;/P&gt;
&lt;P&gt;such things with MenuMacro sequences, For example in side the Ribbon: &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ribbon.gif" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/687433i22C9043C1A5DC203/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ribbon.gif" alt="Ribbon.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Toolpalette is this feature:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/results?search_query=AutoCAD+Toolpalette" target="_blank"&gt;https://www.youtube.com/results?search_query=AutoCAD+Toolpalette&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ColorBook&lt;/P&gt;
&lt;P&gt;Again, i think just "Experts" should use custom color-books, but you asked for, so let's take a look.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-forum/color-book-editor/td-p/2447208" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-forum/color-book-editor/td-p/2447208&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;STOP!&lt;/P&gt;
&lt;P&gt;We are not talking about AutoCAD? but MEP3D or CIVIL3D, or ACA?&lt;/P&gt;
&lt;P&gt;then it is one more reason to not go this way.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:34:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085254#M83050</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-10-14T14:34:24Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085257#M83051</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp; schrieb:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you Betreff...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey Betreff, how you doin? Ever considered to change your user name? So many people recognize you by this nick. And it happened so naturally.&amp;nbsp; Like it! &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I like the idea &lt;span class="lia-unicode-emoji" title=":rolling_on_the_floor_laughing:"&gt;🤣&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:36:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085257#M83051</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-10-14T14:36:36Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085263#M83052</link>
      <description>&lt;P&gt;Thanks again, all very much appreciated. I will have a look at these and see how i get on.&lt;/P&gt;&lt;P&gt;And yes, im referring to AutoCAD 2019.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:37:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085263#M83052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T14:37:45Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085303#M83053</link>
      <description>&lt;P&gt;You're a legend. Ive just created a test color book, and this is going to be the perfect solution for me. (See attachment)&lt;/P&gt;&lt;P&gt;I cant thank you enough man.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:56:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085303#M83053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T14:56:06Z</dc:date>
    </item>
    <item>
      <title>Betreff: Is it possible to create new unique colour names?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085338#M83054</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;"this is going to be the perfect solution for me"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;And for others? And in the feature? I am not 100% sure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test it with a small project side by side "as text", especially if there is data exchange with other companies&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;BR /&gt;Test also the printing of the plans etc., &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;I can not explain everything to you in a few sentences, but it's not my job.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 15:05:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/is-it-possible-to-create-new-unique-colour-names/m-p/9085338#M83054</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-10-14T15:05:20Z</dc:date>
    </item>
  </channel>
</rss>

