<?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 Re: Text styles not saving in custom tool Pallett block in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464357#M23744</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14897340"&gt;@cengineerclay1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;The template file has the same style. It is labeled as dredge and is not annotative. When I use the template file, it reverts back to the annotative style.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If I understand correctly that there is a non-Annotative Style called "dredge" in a template file, but that when you make a new drawing based on that file, that Style ends up being Annotative, then the only conclusion I can come to is that there's some routine being triggered to run in every drawing, such as by an acaddoc.lsp file, that is changing the definition of that Style.&amp;nbsp; If by "use the template file" you mean something &lt;EM&gt;other than&lt;/EM&gt; "make a new drawing with the template file as the basis," tell us more about exactly how you make new drawings that have this problem.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2023 17:18:08 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2023-12-27T17:18:08Z</dc:date>
    <item>
      <title>Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464327#M23739</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have created some blocks on a custom tool pallet and pointed the source file to a directory where multiple computers can use it. I have the style set in all of the blocks as not annotative. However, when I open a new file and try to use the block from the tool pallet, it reverts back to annotative. Why am I losing the style settings. In the source file, the style settings for the text is set to a custom style named dredge. When I open and use the block in another file, it reverts back to annotative.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 16:53:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464327#M23739</guid>
      <dc:creator>cengineerclay1</dc:creator>
      <dc:date>2023-12-27T16:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464334#M23740</link>
      <description>&lt;P&gt;Then I must assume the Text Style called "dredge" is an Annotative Style in the target drawings.&amp;nbsp; Check the definition of that Style in your template file(s) and ensure that it's not Annotative there, so it will not be in new drawings you base on that/those.&amp;nbsp; You will need to change it in existing drawings individually.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 16:58:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464334#M23740</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-27T16:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464339#M23741</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and you are sure that in your TARGET file is no style with the name "dredge" before inserting your Block?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(named objects like styles, layers or blockdefinition won't import, if there is already an object of the same kind, with the same name)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;What program you are using?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 17:01:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464339#M23741</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2023-12-27T17:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464340#M23742</link>
      <description>The template file has the same style. It is labeled as dredge and is not&lt;BR /&gt;annotative. When I use the template file, it reverts back to the annotative&lt;BR /&gt;style.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2023 17:01:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464340#M23742</guid>
      <dc:creator>cengineerclay1</dc:creator>
      <dc:date>2023-12-27T17:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464342#M23743</link>
      <description>&lt;P&gt;If (somehow) the "dredge" style already exists (and is annotative) in the new file, the block will use the new drawing's style, not the style defined in the block itself.&amp;nbsp;&amp;nbsp;This will usually be reported on the command line as something like "&lt;SPAN&gt;Duplicate definitions will be ignored".&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do this: when you start a new file (technically you don't open a "new" file&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;), see if there's already a dredge style defined.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 17:01:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464342#M23743</guid>
      <dc:creator>clindner</dc:creator>
      <dc:date>2023-12-27T17:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464357#M23744</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14897340"&gt;@cengineerclay1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;The template file has the same style. It is labeled as dredge and is not annotative. When I use the template file, it reverts back to the annotative style.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If I understand correctly that there is a non-Annotative Style called "dredge" in a template file, but that when you make a new drawing based on that file, that Style ends up being Annotative, then the only conclusion I can come to is that there's some routine being triggered to run in every drawing, such as by an acaddoc.lsp file, that is changing the definition of that Style.&amp;nbsp; If by "use the template file" you mean something &lt;EM&gt;other than&lt;/EM&gt; "make a new drawing with the template file as the basis," tell us more about exactly how you make new drawings that have this problem.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 17:18:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464357#M23744</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-27T17:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464370#M23745</link>
      <description>Yes you are correct. This is a new copy of Autocad Civil 3D 2024. I have not installed any lsp files.</description>
      <pubDate>Wed, 27 Dec 2023 17:21:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464370#M23745</guid>
      <dc:creator>cengineerclay1</dc:creator>
      <dc:date>2023-12-27T17:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464388#M23746</link>
      <description>&lt;P&gt;On the custom tool pallete, I have a block called MLW EL X.XX. The source file the block pulls from is called Linked Drawing. In the linked drawing file is where I created the block from. I used a text style called DREDGE in the block. When I open my template file and try to use the block from within the tool pallete, the text style is reverted back to a style called Annotative and it jumbles the text up since the desire is to not have it annotative. It needs to stay the same scale no matter what scale I have in a viewport.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 17:31:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464388#M23746</guid>
      <dc:creator>cengineerclay1</dc:creator>
      <dc:date>2023-12-27T17:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464554#M23747</link>
      <description>&lt;P&gt;I think it's time for you to post both "&lt;SPAN&gt;the source file the block pulls from" and "my template file" for us to look at the Text Style definitions in each.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And when you say "reverted back to a style &lt;EM&gt;&lt;STRONG&gt;called&lt;/STRONG&gt;&lt;/EM&gt; Annotative," does "called" mean that it's actually &lt;STRONG&gt;&lt;EM&gt;named&lt;/EM&gt;&lt;/STRONG&gt; "Annotative" rather than "dredge," or just that it is identified as Annotative by the check box in the Text Style dialog box?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And when you say "&lt;STRONG&gt;&lt;EM&gt;open my template file&lt;/EM&gt;&lt;/STRONG&gt; and try to use the block," are you really talking about using the Block &lt;EM&gt;inside the template file&lt;/EM&gt;, or about using it in &lt;EM&gt;another drawing&lt;/EM&gt;&amp;nbsp;that was created using that template file as a basis?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 19:32:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464554#M23747</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-27T19:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464564#M23748</link>
      <description>&lt;P&gt;See attached. I open a new file pulling from the template file below. The attachment labeled Linked Drawing is where the source file is in the block and also is where the block was created with the text that has the style DREDGE. The Template file does not have a style labeled as DREDGE. When I create a new file from the template, the text style within the block reverts to a style labeled as ANNOTATIVE.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 19:39:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464564#M23748</guid>
      <dc:creator>cengineerclay1</dc:creator>
      <dc:date>2023-12-27T19:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464632#M23749</link>
      <description>&lt;P&gt;When I create a new drawing based on that template, that Style is &lt;EM&gt;not&lt;/EM&gt; Annotative:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1703708663759.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1308295iEFA6F44A2B71214B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1703708663759.png" alt="Kent1Cooper_0-1703708663759.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#999999"&gt;&lt;STRIKE&gt;Something else must be happening, but I don't have Civil3D nor your macro for using the Block [how are you pulling a Block definition out of another drawing with a macro?].&lt;/STRIKE&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333333"&gt;NEVER MIND.&amp;nbsp; &lt;EM&gt;That "MLW EL X.XX" Block is already defined in the template file&lt;/EM&gt;, and sure enough, the Attribute in it is in a Text Style called "Annotative," which, as the name implies, is.&amp;nbsp; So how is your macro attempting to pull a different definition from the other drawing?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 20:34:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464632#M23749</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-27T20:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464655#M23750</link>
      <description>We are pulling the blocks from a source file pointed to a google drive&lt;BR /&gt;folder we have.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2023 20:42:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464655#M23750</guid>
      <dc:creator>cengineerclay1</dc:creator>
      <dc:date>2023-12-27T20:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464676#M23751</link>
      <description>&lt;P&gt;That doesn't answer the "how" part of the question.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 20:59:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464676#M23751</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-27T20:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464696#M23752</link>
      <description>I'm not familiar with macros. All I know is the blocks are on one file and&lt;BR /&gt;the blocks are sourced to that one file. When I select a block from a&lt;BR /&gt;custom tool pallete I created, I place it on the screen and it works just&lt;BR /&gt;fine in the original file and it doesn't in a new file I create from the&lt;BR /&gt;template file. I'm just learning with blocks.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2023 21:08:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12464696#M23752</guid>
      <dc:creator>cengineerclay1</dc:creator>
      <dc:date>2023-12-27T21:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12465084#M23753</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14897340"&gt;@cengineerclay1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;.... When I select a block from a custom tool pallete I created, I place it on the screen and it works just&lt;BR /&gt;fine in the original file and it doesn't in a new file I create from the template file. ....&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Right-click on the Tool Palette button you select to place it, and pick &lt;STRONG&gt;Properties...&lt;/STRONG&gt; at the bottom.&amp;nbsp; What does the line called &lt;STRONG&gt;Command string&lt;/STRONG&gt; have in it?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 03:57:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12465084#M23753</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-28T03:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12465843#M23754</link>
      <description>&lt;P&gt;It says "Duplicate definition of block MLW EL X.XX ignored"&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 16:02:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12465843#M23754</guid>
      <dc:creator>cengineerclay1</dc:creator>
      <dc:date>2023-12-28T16:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12466085#M23755</link>
      <description>&lt;P&gt;This was the problem. I had three block definitions. One of them was in the template file and the text was set to the Annotative style.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 19:31:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12466085#M23755</guid>
      <dc:creator>shorelinebuildsdocks</dc:creator>
      <dc:date>2023-12-28T19:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Text styles not saving in custom tool Pallett block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12466364#M23756</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14897340"&gt;@cengineerclay1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It says "Duplicate definition of block MLW EL X.XX ignored"&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If that was supposed to be in reply to Message 15, it doesn't answer the question that was asked.&amp;nbsp; Read it more carefully and try again.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 23:21:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/text-styles-not-saving-in-custom-tool-pallett-block/m-p/12466364#M23756</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-28T23:21:25Z</dc:date>
    </item>
  </channel>
</rss>

