<?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: How do I modify the drawing title? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203609#M24469</link>
    <description>Greener,&lt;BR /&gt;
&lt;BR /&gt;
I would be happy to help but I don't have the NCS DRAWING TITLE 11. Maybe its something that your ArchiCAD reseller or distributer has included in your localized version of ArchiCAD.&lt;BR /&gt;
&lt;BR /&gt;
You might even find it easier to create a brand new drawing title. Some of the commercial objects have a lot of functionality built into them that you probably don't need (different marker shapes, text positions, options on what is displayed, etc.). As a result their scripts tend to look a lot more compicated than a script designed to do a specific job.&lt;BR /&gt;
&lt;BR /&gt;
I would agree with Erich that you might want to check out what literature is available. Any of the books he mentioned will get you started.&lt;BR /&gt;
&lt;BR /&gt;
Anyhow, my original offer still stands if you would like to send me the object.</description>
    <pubDate>Fri, 03 Apr 2009 20:11:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-03T20:11:40Z</dc:date>
    <item>
      <title>How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203604#M24464</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have looked through these posts to try to decode the egyptian writing on the wall on how to do this and its all chicken scratch to me. I know absolutely nothing about scripting or anything related. Can anyone help me out? This may even open some doors for me for future editing.&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/68549i0DDF4A0B81E353F3/image-size/large?v=v2&amp;amp;px=999" border="0" alt="CCI04012009_00000.jpg" title="CCI04012009_00000.jpg" /&gt;</description>
      <pubDate>Wed, 24 May 2023 08:57:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203604#M24464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203605#M24465</link>
      <description>To change the appearance of the drawing title, you need to do a bit of GDL scripting. The title is a GDL object, so you must first open it for editing. Then save a copy so you can edit the object without affecting existing drawings.&lt;BR /&gt;
&lt;BR /&gt;
1. Use the line2 command to draw a line across the circle.&lt;BR /&gt;
&lt;BR /&gt;
2. You may want to define a second text style for the text below the separator line.&lt;BR /&gt;
&lt;BR /&gt;
3. You will need to reposition the existing text to appear above the separator line.&lt;BR /&gt;
&lt;BR /&gt;
4. You will need to define text to appear below the separator line. You can get the layout ID using the request:&lt;BR /&gt;
REQUEST ("HomeDB_info", "", homeDBIntId, homeDBUserId, homeDBName, homeContext)&lt;BR /&gt;
the returned values homeDBUserId and homeDBName are the ID and name of the layout.&lt;BR /&gt;
&lt;BR /&gt;
If you need any further help, it might be easiest if you send me the drawing title object. I would be happy to make the adjustments for you, and include some comments to show what was involved.</description>
      <pubDate>Wed, 01 Apr 2009 22:10:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203605#M24465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-01T22:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203606#M24466</link>
      <description>Yeah I read through your reply and it looks very informative but its all cuneiform to me. HAHA, The title object is the standard supplied title object from ARCHICAD 12&lt;BR /&gt;
&lt;BR /&gt;
NCS DRAWING TITLE 11&lt;BR /&gt;
&lt;BR /&gt;
It would be great if you could make the changes but even better if you could describe the entire process so I could attempt to learn something different with this program and do it hands on. The reference guide is too vague and the forums on here are very specific to other artists problems.&lt;BR /&gt;
&lt;BR /&gt;
Thank You for your reply Andrew.</description>
      <pubDate>Thu, 02 Apr 2009 13:29:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203606#M24466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-02T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203607#M24467</link>
      <description>Greener,&lt;BR /&gt;
&lt;BR /&gt;
If you are interested in learning GDL, I would suggest starting with the GDL cookbook which can be found in PDF format here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.nottingham.ac.uk/sbe/cookbook/" target="_blank"&gt;http://www.nottingham.ac.uk/sbe/cookbook/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
There is also a newer version available here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.archicad.ca/" target="_blank"&gt;http://www.archicad.ca/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
But is is a bit shorter than the older one so I would recommend you get both.  Once you are beyond the very beginner stages there are other references available, you can do a search. Also Cadimage is releasing a new book on the subject, shipping now/soon. &lt;BR /&gt;
&lt;BR /&gt;
HTH</description>
      <pubDate>Fri, 03 Apr 2009 01:58:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203607#M24467</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2009-04-03T01:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203608#M24468</link>
      <description>&lt;BLOCKQUOTE&gt;Erich wrote:&lt;BR /&gt;... Cadimage is releasing a new book on the subject, shipping now/soon. &lt;BR /&gt;

&lt;/BLOCKQUOTE&gt;

.... written by a certain Andrew Watson. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 03 Apr 2009 02:14:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203608#M24468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-03T02:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203609#M24469</link>
      <description>Greener,&lt;BR /&gt;
&lt;BR /&gt;
I would be happy to help but I don't have the NCS DRAWING TITLE 11. Maybe its something that your ArchiCAD reseller or distributer has included in your localized version of ArchiCAD.&lt;BR /&gt;
&lt;BR /&gt;
You might even find it easier to create a brand new drawing title. Some of the commercial objects have a lot of functionality built into them that you probably don't need (different marker shapes, text positions, options on what is displayed, etc.). As a result their scripts tend to look a lot more compicated than a script designed to do a specific job.&lt;BR /&gt;
&lt;BR /&gt;
I would agree with Erich that you might want to check out what literature is available. Any of the books he mentioned will get you started.&lt;BR /&gt;
&lt;BR /&gt;
Anyhow, my original offer still stands if you would like to send me the object.</description>
      <pubDate>Fri, 03 Apr 2009 20:11:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203609#M24469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-03T20:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203610#M24470</link>
      <description>I should have assumed that we have different versions. Yeah I will definately take you up on that offer. Where can I send the object to?</description>
      <pubDate>Mon, 06 Apr 2009 13:30:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203610#M24470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-06T13:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203611#M24471</link>
      <description>You can email the file to &lt;A href="mailto: andrew@cadimagetools.com"&gt;andrew@cadimagetools.com&lt;/A&gt;.</description>
      <pubDate>Mon, 06 Apr 2009 19:39:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203611#M24471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-06T19:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203612#M24472</link>
      <description>Ok Andrew I will send it to that e-mail address, thank you. Can you put a brief description of what you did so I can get a feel for what I'm in for when I try this with future objects?&lt;BR /&gt;
&lt;BR /&gt;
Thanks Again! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 09 Apr 2009 13:29:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203612#M24472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-09T13:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203613#M24473</link>
      <description>Also can you send me some information about where and how I can order this book you speak of?</description>
      <pubDate>Thu, 09 Apr 2009 16:24:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203613#M24473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-09T16:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the drawing title?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203614#M24474</link>
      <description>Hi Greener,&lt;BR /&gt;
Thanks I received the file you sent, and will help you work towards creating that drawing title.&lt;BR /&gt;
You can purchase the GDL Handbook on the &lt;A href="http://www.cadimagetools.com" target="_blank"&gt;www.cadimagetools.com&lt;/A&gt; website, or at cadgarage, objectsonline or maybe your ArchiCAD reseller has some in stock.&lt;BR /&gt;
Cheers,</description>
      <pubDate>Tue, 14 Apr 2009 20:55:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-modify-the-drawing-title/m-p/203614#M24474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-14T20:55:54Z</dc:date>
    </item>
  </channel>
</rss>

