<?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: Autotext String Width in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55672#M33424</link>
    <description>&lt;BLOCKQUOTE&gt;Documented somewhere? are u kidding me? &lt;/BLOCKQUOTE&gt;
I did not really thought of.&lt;BR /&gt;
&lt;BR /&gt;
I have found now a hard way to search for the implemented &lt;B&gt;optional Parameters&lt;/B&gt; too. Can you compare it with your list, if I have missed some? You will find it in a few days on selfgdl.com&lt;BR /&gt;
&lt;BR /&gt;
AC_OriginalDrawingScale&lt;BR /&gt;
AC_Magnification&lt;BR /&gt;
AC_DrawingScale&lt;BR /&gt;
AC_SourceFilePath&lt;BR /&gt;
AC_SourceFileName&lt;BR /&gt;
AC_TitleFitMode&lt;BR /&gt;
AC_ManualPosition&lt;BR /&gt;
AC_DrawingGUID</description>
    <pubDate>Thu, 07 Sep 2006 07:15:59 GMT</pubDate>
    <dc:creator>Frank Beister</dc:creator>
    <dc:date>2006-09-07T07:15:59Z</dc:date>
    <item>
      <title>Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55656#M33408</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I am trying to get our Drawing Title to set its width based on its text content (&amp;lt;DRAWINGNAME&amp;gt; &amp;amp; &amp;lt;DRAWINGSCALE&amp;gt;) however I am having difficulty finding the correct way to extract the string width to position the text and line length. I have tried:&lt;BR /&gt;
&lt;BR /&gt;
width=STW('&amp;lt;DRAWINGNAME&amp;gt;')*A_/1000&lt;BR /&gt;
TEXT2 0,0,'&amp;lt;DRAWINGNAME&amp;gt;'&lt;BR /&gt;
LINE2 0, 0, width, 0&lt;BR /&gt;
&lt;BR /&gt;
Whilst this correctly displays the drawing name, the text anchor and line length use the width of the 13 characters in &amp;lt;DRAWINGNAME&amp;gt; and not the actual drawings name.&lt;BR /&gt;
&lt;BR /&gt;
I (think) i understand why this doesn't work - the &amp;lt;DRAWINGNAME&amp;gt; autotext conversion to the correct drawing name is done &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;after&lt;E&gt;&lt;/E&gt; the script is run (ie. when displayed on the layout) whereas the STW is done within the script when &amp;lt;DRAWINGNAME&amp;gt; is still just those characters.&lt;BR /&gt;
&lt;BR /&gt;
So is there a REQUEST function to get the name of the attached drawing name? I can't find anything in the AC10 GDL Reference Guide .. is there another more extensive list somewhere else?&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Aug 2006 01:16:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55656#M33408</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-08-08T01:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55657#M33409</link>
      <description>Owen,&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;AC_DrawingName&lt;/B&gt; is the answer which should be automatically listed in the parameter if we choose subtype Drawing Title. To make it works, we must first add this variable to the parameter manually.&lt;BR /&gt;
&lt;BR /&gt;
There many more available Datas that shloud be included for subtype Drawing Title:&lt;BR /&gt;
AC_DrawingNumber, AC_DrawingScale, AC_OriginalDrawingScale, AC_magnification, etc.&lt;BR /&gt;
&lt;BR /&gt;
GS screw up again!  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_twisted.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 08 Aug 2006 02:10:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55657#M33409</guid>
      <dc:creator>LiHigh</dc:creator>
      <dc:date>2006-08-08T02:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55658#M33410</link>
      <description>Excellent ... many thanks LiHigh! Works perfectly&lt;BR /&gt;
&lt;BR /&gt;
Nice to see GS is sticking to their usual standards of documentation &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
I'm sorry but where the f-ing hell is this stuff documented?&lt;BR /&gt;
&lt;BR /&gt;
I have run a text search on every single bit of documentation that comes with AC. Not only can i not find it anywhere in that, the fact that these variables are not created automatically when selecting the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Drawing Title&lt;E&gt;&lt;/E&gt; subtype but really are fundamental to their functionality shows they have well and truly fucked this up!&lt;BR /&gt;
&lt;BR /&gt;
How many times do we have to say it ... &lt;B&gt;If you add/change features you MUST include FULL documentation of ALL associated GDL commands and AC created variables as part of the documentation that ships with AC. We should not have to go any further than the Help Menu to find it! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_evil.gif" style="display : inline;" /&gt;&lt;/B&gt;</description>
      <pubDate>Tue, 08 Aug 2006 02:47:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55658#M33410</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-08-08T02:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55659#M33411</link>
      <description>You can find some documentation in the "basic library documentation". You should find the library on the GS server. There is included some html-doc. Most for the macros, but some of the blue &lt;B&gt;optional object parameters&lt;/B&gt; are explained too.</description>
      <pubDate>Tue, 08 Aug 2006 06:14:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55659#M33411</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-08-08T06:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55660#M33412</link>
      <description>thanks Frank&lt;BR /&gt;
&lt;BR /&gt;
i've downloaded the Basic Library 10 kit from  &lt;A href="http://www.graphisoft.com/support/developer/downloads/" target="_blank"&gt;http://www.graphisoft.com/support/developer/downloads/&lt;/A&gt;   but cannot seem to find any of this documented there ... as a matter of fact i cannot find any reference anywhere in any of the HTML documentation to the Layouting environment in AC10 (both browsing through it and Spotlighting the entire Lib kit folder to check the contents of all the HTML files ...)&lt;BR /&gt;
&lt;BR /&gt;
I appreciate the help given so far but could anyone post a link to the appropriate web page, or a page number to any of the PDF docs for AC. I'd really like to work out why I can't find this stuff  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:57:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55660#M33412</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-08-08T06:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55661#M33413</link>
      <description>It is not much you can find there, because there are explained the macros. But if the use these optional (global) parameters they are listed with a few words: Have alook to &lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/" target="_blank"&gt;Basic Library doc&lt;/A&gt;, which is available from developer/documentation site. Even that it is named there as "ArchiCAD 9" I think it is the version 10.</description>
      <pubDate>Tue, 08 Aug 2006 08:13:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55661#M33413</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-08-08T08:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55662#M33414</link>
      <description>Especially have a look to this part:&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/LibDevGuide/Appendix_ACParams.html" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/LibDevGuide/Appendix_ACParams.html" target="_blank"&gt;&lt;/A&gt;&lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/LibDevGuide/Appendix_ACParams.html" target="_blank"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/ftp/techsuppo ... arams.html"&gt;http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/LibDevGuide/Appendix_ACParams.html&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;</description>
      <pubDate>Tue, 08 Aug 2006 08:40:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55662#M33414</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-08-08T08:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55663#M33415</link>
      <description>OK thanks for the direction guys ... i can see there is a lot of stuff in here so i will have to look through it. However i have to say after quick look through the index there is nothing aparent that is AC10 layout environment related. Will see how i go.&lt;BR /&gt;
&lt;BR /&gt;
This really shouldn't be so hard to find. I wish i had the time to work these things out for myself but GDL is only my side job here. And anyway, I shouldn't have to work it out for myself. I would definately put myself in the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;'guys who haven't the time'&lt;E&gt;&lt;/E&gt; category Matthew has refered to &lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=4647&amp;amp;start=0&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;highlight=library+subtype+documentation" target="_blank"&gt;here&lt;/A&gt;&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Matthew wrote:&lt;BR /&gt;
Besides the lack of standards for structuring the parts (which is beginning to be addressed with the subtypes) there is no standard for ensuring that all these thing are properly documented and communicated to the end users. Guys like us can figure it out, but we really shouldn't have to, and the guys who haven't the time or inclination to figure it out should have a place to look this stuff up.&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 09 Aug 2006 02:03:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55663#M33415</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-08-09T02:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55664#M33416</link>
      <description>&lt;BLOCKQUOTE&gt;LiHigh wrote:&lt;BR /&gt;&lt;B&gt;AC_DrawingName&lt;/B&gt; is the answer which should be automatically listed in the parameter if we choose subtype Drawing Title. To make it works, we must first add this variable to the parameter manually.&lt;BR /&gt;
&lt;BR /&gt;
There many more available Datas that shloud be included for subtype Drawing Title:&lt;BR /&gt;
AC_DrawingNumber, AC_DrawingScale, AC_OriginalDrawingScale, AC_magnification, etc.
&lt;/BLOCKQUOTE&gt;

LiHigh,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for tips.&lt;BR /&gt;
Could you please explain what exactly you mean:- "To make it work, we must first add this variable to the parameter manually"?</description>
      <pubDate>Wed, 06 Sep 2006 04:03:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55664#M33416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-06T04:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55665#M33417</link>
      <description>You have to add a parameter named AC_DrawingName to the parameter list of the object. Otherwise parameter content is not available. GS has introduced with AC 8 a new way to get more information by optional (global) parameters, which have to be part of the parameter list.</description>
      <pubDate>Wed, 06 Sep 2006 06:38:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55665#M33417</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-09-06T06:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55666#M33418</link>
      <description>@ LiHigh&lt;BR /&gt;
Where do you have the names from you can use? They are not documented anywhere, isn't it?</description>
      <pubDate>Wed, 06 Sep 2006 08:55:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55666#M33418</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-09-06T08:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55667#M33419</link>
      <description>&lt;BLOCKQUOTE&gt;owen wrote:&lt;BR /&gt;Excellent ... many thanks LiHigh! Works perfectly&lt;/BLOCKQUOTE&gt;

Owen,&lt;BR /&gt;
&lt;BR /&gt;
Did you actually get this to work? I'm having no luck. Any advice or tricks you came across would be greatly appreciated. I think I've done exactly what's required but the line remains the same length no matter what the title of the drawing is. Here's the code:&lt;BR /&gt;
&lt;BR /&gt;
titw=STW('&amp;lt;DRAWINGNAME&amp;gt;')*GLOB_SCALE/1000 &lt;BR /&gt;
&lt;BR /&gt;
hotspot2      -0.0085,            0&lt;BR /&gt;
hotspot2      titw,               0&lt;BR /&gt;
line2         -0.0085,            0,       titw,            0&lt;BR /&gt;
&lt;BR /&gt;
I think this is all fine and maybe the problem is somewhere else. Have I added the AC_DrawingName parameter correctly? See attached parameter list snapshot.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any advice.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/11617i7F167ED70A3364E6/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Title parameters.png" title="Title parameters.png" /&gt;</description>
      <pubDate>Thu, 07 Sep 2006 00:05:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55667#M33419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-07T00:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55668#M33420</link>
      <description>Ray,&lt;BR /&gt;
&lt;BR /&gt;
You need to add &lt;B&gt;AC_DrawingName&lt;/B&gt; to your parameter list - this is one of those undocumented blue optional parameters LiHigh and Frank are refering to. Usually the blue optionals are in the GS library documentation HTML files on their website, but they seem to have forgotten to include any documentation on the new Drawing Title subtypes. If it is there i can't find it anyway so I too would be interested to know how LiHigh found them!&lt;BR /&gt;
&lt;BR /&gt;
Anyway this new parameter will actually return the drawing name as a string to use in your script. The autotext &amp;lt;DRAWINGNAME&amp;gt; does not work like that .. as far as the script is concerned it is literally those characters, it is only after the script is run and the object displayed that AC recognises that combination of characters as an autotext function and converts them. This is why the line remains a constant length ... it is the length of the characters &amp;lt;DRAWINGNAME&amp;gt;.&lt;BR /&gt;
&lt;BR /&gt;
Below is the script i've used for part of our title - this finds the width of the drawing name and sets the width of the drawing title lines to match.&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;fjmt_mrk_len1=STW(&lt;B&gt;AC_DrawingName&lt;/B&gt;)*(A_/1000)&lt;BR /&gt;
LINE2 fjmt_mrk_rad1*2,-fjmt_mrk_rad1,fjmt_mrk_len1+fjmt_mrk_rad1*2+fjmt_mrk_txtoffset1,-fjmt_mrk_rad1&lt;BR /&gt;
CIRCLE2 fjmt_mrk_rad1,-fjmt_mrk_rad1,fjmt_mrk_rad1&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
I've also attached our object as it stands. Its still a work in progress - for example it sets the title width based on the drawing name only. In practice this should always be the longest string but when its finished it will determine what string (Drawing Name, Scale ..) is longest and use that length. Anyway maybe it will help you.&lt;BR /&gt;
&lt;BR /&gt;
Parameter names are a bit long i know but we like to put &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;fjmt&lt;E&gt;&lt;/E&gt; at the front of ours as most of our objects are just tweaked when required and this helps distinguish them from other peoples code &lt;BR /&gt;
&lt;BR /&gt;
HTH</description>
      <pubDate>Thu, 07 Sep 2006 00:46:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55668#M33420</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-09-07T00:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55669#M33421</link>
      <description>Thanks Owen,&lt;BR /&gt;
&lt;BR /&gt;
Haven't got time to look at it at the moment, but this should help a lot. Looking in the code of a working object is usually the best way I find to work out how things are working. Before I found this thread I was opening up an old title block object "Section-detail Marker.GSM" (from an old Australian Essential Library from before ArchiCAD 8 - before layout books and autotext titles) to look at the code. And it had the line "(stw(Ttl_Txt)*(A_/1000)" to calculate the width of the string. I remembered using this object for our titles pre ArchiCAD 8 and it working perfectly for our needs. But getting this to work with Titles now in 10 and optional object parameters was the headache.&lt;BR /&gt;
&lt;BR /&gt;
I've no idea why the OOTB library in 10 couldn't have had a title object that worked similarly to this old one. It's very basic but works perfectly for adding a title of typical working documentation standard for all drawing types: plans, elevations, sections and details. Nothing I see of the new titles provided works like this. And with version 8 &amp;amp; 9 it was easy to draw your own, drag and stretch as needed. Still not quite perfect but a darn sight better than what's available in 10 at the moment.&lt;BR /&gt;
&lt;BR /&gt;
Just a bit of a vent of my frustration with titles!!!!&lt;BR /&gt;
&lt;BR /&gt;
But thanks again Owen.</description>
      <pubDate>Thu, 07 Sep 2006 01:50:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55669#M33421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-07T01:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55670#M33422</link>
      <description>No problem. Oh btw it doesn't work with automatic drawing cross referencing AFAIK ... we haven't used that in the past due to spliting our docs into many layout books. It is something I hope to get around to trying out soon though</description>
      <pubDate>Thu, 07 Sep 2006 02:06:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55670#M33422</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-09-07T02:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55671#M33423</link>
      <description>&lt;BLOCKQUOTE&gt;F. wrote:&lt;BR /&gt;@ LiHigh&lt;BR /&gt;
Where do you have the names from you can use? They are not documented anywhere, isn't it?&lt;/BLOCKQUOTE&gt;

Documented somewhere? are u kidding me?&lt;BR /&gt;
&lt;BR /&gt;
I did it the hard way. I studied GS title object codes. very time consuming.......... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_twisted.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 07 Sep 2006 06:36:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55671#M33423</guid>
      <dc:creator>LiHigh</dc:creator>
      <dc:date>2006-09-07T06:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55672#M33424</link>
      <description>&lt;BLOCKQUOTE&gt;Documented somewhere? are u kidding me? &lt;/BLOCKQUOTE&gt;
I did not really thought of.&lt;BR /&gt;
&lt;BR /&gt;
I have found now a hard way to search for the implemented &lt;B&gt;optional Parameters&lt;/B&gt; too. Can you compare it with your list, if I have missed some? You will find it in a few days on selfgdl.com&lt;BR /&gt;
&lt;BR /&gt;
AC_OriginalDrawingScale&lt;BR /&gt;
AC_Magnification&lt;BR /&gt;
AC_DrawingScale&lt;BR /&gt;
AC_SourceFilePath&lt;BR /&gt;
AC_SourceFileName&lt;BR /&gt;
AC_TitleFitMode&lt;BR /&gt;
AC_ManualPosition&lt;BR /&gt;
AC_DrawingGUID</description>
      <pubDate>Thu, 07 Sep 2006 07:15:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55672#M33424</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-09-07T07:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55673#M33425</link>
      <description>I've been working on older v9 projects lately, so haven't used it much yet but I wanted to say &lt;B&gt; a big thanks&lt;/B&gt; to Owen for sharing that Title Object.&lt;BR /&gt;
&lt;BR /&gt;
At last something that works properly!  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
An object like this really must be included in Graphisoft's standard library or the localised libraries. It is an everyday standard way of titling drawings.&lt;BR /&gt;
&lt;BR /&gt;
I can't imagine how someone coming new to ArchiCAD would deal with this. When automatic titling, numbering and referencing is touted as a feature but  in practice is almost totally unuseable, new users may wonder 'Was I conned?'. &lt;BR /&gt;
&lt;BR /&gt;
Older users realise it's something (titles as objects) that came out too soon - before being thouroughly resolved - and will eventually get fixed.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 09 Oct 2006 23:45:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55673#M33425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-09T23:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Autotext String Width</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55674#M33426</link>
      <description>Thanks for the support Ray. Its not finished yet though, i've got a few things that needed to be done and some more i wanted to do. I've just moved offices and am about to head off to South America for a month so it could be a while before i get back to it ... but i will post it again when i have done more.</description>
      <pubDate>Wed, 11 Oct 2006 09:37:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Autotext-String-Width/m-p/55674#M33426</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-10-11T09:37:24Z</dc:date>
    </item>
  </channel>
</rss>

