<?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: 'Graphic scale' macro bug in NCS title object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66206#M33565</link>
    <description>Where do I find this 'NCS title object' in AC10int as I'm very keen to to use the linear scale on the drawing title (it was on one of my wishlists).&lt;BR /&gt;
&lt;BR /&gt;
I currently only have basic, framing title, linear and stamp title available.&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
    <pubDate>Sun, 03 Sep 2006 15:40:40 GMT</pubDate>
    <dc:creator>Haneef Tayob</dc:creator>
    <dc:date>2006-09-03T15:40:40Z</dc:date>
    <item>
      <title>'Graphic scale' macro bug in NCS title object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66202#M33561</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;In AC 10 (I hadn't tried it in AC 9) the graphic scale is disappearing from the title when the drawing scale is set to 1":10', 1":20', etc. &lt;BR /&gt;
&lt;BR /&gt;
Anybody encountered this before and fixed it?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2006 01:06:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66202#M33561</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2006-08-22T01:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: 'Graphic scale' macro bug in NCS title object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66203#M33562</link>
      <description>I'm having my own problems with this macro:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=11796" target="_blank"&gt;archicad-talk.graphisoft.com/viewtopic.php?t=11796&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
and did recently notice in my investigations that none of the Engineering scales seem to work.  It's the zero inches (-0") within the STRSTR statements (drawingScale does not include zero inches, so all values= 0 and no scale is being inserted).  I erased the culprets and now the Engineering scales appear.&lt;BR /&gt;
&lt;BR /&gt;
Now if I could only get the duplicate scales problem fixed...</description>
      <pubDate>Thu, 31 Aug 2006 19:09:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66203#M33562</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2006-08-31T19:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: 'Graphic scale' macro bug in NCS title object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66204#M33563</link>
      <description>How do you delete the "STRSTR" statements?&lt;BR /&gt;
Where is that located?&lt;BR /&gt;
Thx,</description>
      <pubDate>Thu, 31 Aug 2006 21:05:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66204#M33563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-31T21:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: 'Graphic scale' macro bug in NCS title object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66205#M33564</link>
      <description>&lt;FONT color="#ff002d"&gt;They are within the Graphic_Sc_NCS_drawTit macro:&lt;/FONT&gt;&lt;BR /&gt;

&lt;PRE&gt;IF ut = "Engineering" THEN

	sc_e_1 = STRSTR(drawingScale, `1'-0"`)
	sc_e_2 = STRSTR(drawingScale, `2'-0"`)
	sc_e_3 = STRSTR(drawingScale, `5'-0"`)
	sc_e_4 = STRSTR(drawingScale, `10'-0"`)
	sc_e_5 = STRSTR(drawingScale, `20'-0"`)
	sc_e_6 = STRSTR(drawingScale, `30'-0"`)
	sc_e_7 = STRSTR(drawingScale, `40'-0"`)
	sc_e_8 = STRSTR(drawingScale, `50'-0"`)
	sc_e_9 = STRSTR(drawingScale, `60'-0"`)
	sc_e_10 = STRSTR(drawingScale, `80'-0"`)
	sc_e_11 = STRSTR(drawingScale, `100'-0"`)
	sc_e_12 = STRSTR(drawingScale, `160'-0"`)
	sc_e_13 = STRSTR(drawingScale, `200'-0"`)
	sc_e_14 = STRSTR(drawingScale, `500'-0"`)
	sc_e_15 = STRSTR(drawingScale, `1000'-0"`)
	sc_e_16 = STRSTR(drawingScale, `1250'-0"`)
	sc_e_17 = STRSTR(drawingScale, `2500'-0"`)
	sc_e_18 = STRSTR(drawingScale, `5000'-0"`)
ENDIF&lt;/PRE&gt;
&lt;FONT color="#ff0024"&gt;&lt;BR /&gt;
I removed all of the`-0"` from the scales:&lt;/FONT&gt;&lt;BR /&gt;

&lt;PRE&gt;IF ut = "Engineering" THEN

	sc_e_1 = STRSTR(drawingScale, `1'`)
	sc_e_2 = STRSTR(drawingScale, `2'`)
	sc_e_3 = STRSTR(drawingScale, `5'`)
	sc_e_4 = STRSTR(drawingScale, `10'`)
	sc_e_5 = STRSTR(drawingScale, `20'`)
	sc_e_6 = STRSTR(drawingScale, `30'`)
	sc_e_7 = STRSTR(drawingScale, `40'`)
	sc_e_8 = STRSTR(drawingScale, `50'`)
	sc_e_9 = STRSTR(drawingScale, `60'`)
	sc_e_10 = STRSTR(drawingScale, `80'`)
	sc_e_11 = STRSTR(drawingScale, `100'`)
	sc_e_12 = STRSTR(drawingScale, `160'`)
	sc_e_13 = STRSTR(drawingScale, `200'`)
	sc_e_14 = STRSTR(drawingScale, `500'`)
	sc_e_15 = STRSTR(drawingScale, `1000'`)
	sc_e_16 = STRSTR(drawingScale, `1250'`)
	sc_e_17 = STRSTR(drawingScale, `2500'`)
	sc_e_18 = STRSTR(drawingScale, `5000'`)
ENDIF&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Aug 2006 21:15:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66205#M33564</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2006-08-31T21:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: 'Graphic scale' macro bug in NCS title object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66206#M33565</link>
      <description>Where do I find this 'NCS title object' in AC10int as I'm very keen to to use the linear scale on the drawing title (it was on one of my wishlists).&lt;BR /&gt;
&lt;BR /&gt;
I currently only have basic, framing title, linear and stamp title available.&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
      <pubDate>Sun, 03 Sep 2006 15:40:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66206#M33565</guid>
      <dc:creator>Haneef Tayob</dc:creator>
      <dc:date>2006-09-03T15:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: 'Graphic scale' macro bug in NCS title object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66207#M33566</link>
      <description>&lt;BLOCKQUOTE&gt;Haneef wrote:&lt;BR /&gt;Where do I find this 'NCS title object' in AC10int as I'm very keen to to use the linear scale on the drawing title (it was on one of my wishlists).&lt;BR /&gt;
&lt;BR /&gt;
I currently only have basic, framing title, linear and stamp title available.&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;/BLOCKQUOTE&gt;

Me too.  How can I find the 'NCS title object'?</description>
      <pubDate>Wed, 14 Mar 2007 03:51:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66207#M33566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-14T03:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: 'Graphic scale' macro bug in NCS title object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66208#M33567</link>
      <description>&lt;BLOCKQUOTE&gt;johncassel wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;Haneef wrote:&lt;BR /&gt;Where do I find this 'NCS title object' in AC10int as I'm very keen to to use the linear scale on the drawing title (it was on one of my wishlists).&lt;BR /&gt;
&lt;BR /&gt;
I currently only have basic, framing title, linear and stamp title available.&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;/BLOCKQUOTE&gt;

Me too.  How can I find the 'NCS title object'?&lt;/BLOCKQUOTE&gt;

Here is the NCS title Object along with its macro.</description>
      <pubDate>Wed, 14 Mar 2007 08:57:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66208#M33567</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2007-03-14T08:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: 'Graphic scale' macro bug in NCS title object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66209#M33568</link>
      <description>NCS title Object also gives just the original &lt;BR /&gt;
scale, but if you are scaling it in the layout&lt;BR /&gt;
it still gives the original value.</description>
      <pubDate>Thu, 15 Mar 2007 11:38:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Graphic-scale-macro-bug-in-NCS-title-object/m-p/66209#M33568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-03-15T11:38:52Z</dc:date>
    </item>
  </channel>
</rss>

