<?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 Frame in GDL in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364766#M7425</link>
    <description>&lt;P&gt;Thanks a lot - fixed it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-12-12 at 14.42.43.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/32419i581BF56B2BE52E3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-12-12 at 14.42.43.png" alt="Screenshot 2022-12-12 at 14.42.43.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes it's useful to have guidance, even if it's a bit of a stupid question&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 14:43:14 GMT</pubDate>
    <dc:creator>Jim Allen</dc:creator>
    <dc:date>2022-12-12T14:43:14Z</dc:date>
    <item>
      <title>Text Frame in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/239854#M7420</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Is it possible to add text frame to your text within GDL scripting?&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Feb 2025 11:47:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/239854#M7420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-05T11:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Text Frame in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/239855#M7421</link>
      <description>Not as a simple option in the text.&lt;BR /&gt;
But you can request the height of your text style … &lt;PRE&gt;REQUEST ("Height_of_style", name, height [, descent, leading]) &lt;/PRE&gt;… and then the width of the text string… &lt;PRE&gt;STW string_expression)/1000*GLOB_SCALE &lt;/PRE&gt;… and then place a rectangle or fill that is the correct size and location.&lt;BR /&gt;
&lt;BR /&gt;
Or if you are using the textblock command you can request the size of the textblock … &lt;PRE&gt;rrr = REQUEST ("TEXTBLOCK_INFO",textblock_name, width, height)
&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Oct 2016 02:15:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/239855#M7421</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2016-10-28T02:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text Frame in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364595#M7422</link>
      <description>&lt;P&gt;How do I use this?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;REQUEST ("Height_of_style", name, height [, descent, leading]) &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's taken from the GDL reference document, but it's not designed for novices like me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have &amp;nbsp;this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REQUEST ("Height_of_style", my_text_style_name, height [, descent, leading])&lt;/LI-CODE&gt;&lt;P&gt;but I get this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Missing comma in parameter list&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;at&amp;nbsp;&lt;/STRONG&gt;&lt;EM&gt;mylinenumber&lt;/EM&gt;&lt;STRONG&gt; in the 3D script of file &lt;/STRONG&gt;&lt;EM&gt;myfilename&lt;/EM&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand the braces or how you can have a comma after a brace. If I take the section between braces out, I get this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Missing comma in parameter list&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;at &lt;/STRONG&gt;&lt;EM&gt;mylinenumber&lt;/EM&gt;&lt;STRONG&gt; in the 3D script of file &lt;/STRONG&gt;&lt;EM&gt;myfilename&lt;/EM&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The guidance could be a lot clearer...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 15:00:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364595#M7422</guid>
      <dc:creator>Jim Allen</dc:creator>
      <dc:date>2022-12-09T15:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text Frame in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364606#M7423</link>
      <description>&lt;P&gt;In the GDL manual the presence of the brackets are to highlight options [, Optional Values ] that may be omitted from the code line. Either omit everything including the &amp;nbsp;[ ] or just omit the [ ] to set the extra values.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 17:49:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364606#M7423</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2022-12-09T17:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Text Frame in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364724#M7424</link>
      <description>&lt;P&gt;Thanks! Makes perfect sense now you have explained it. Getting started with GDL is a bit daunting, but making progress.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 10:04:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364724#M7424</guid>
      <dc:creator>Jim Allen</dc:creator>
      <dc:date>2022-12-12T10:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Text Frame in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364766#M7425</link>
      <description>&lt;P&gt;Thanks a lot - fixed it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-12-12 at 14.42.43.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/32419i581BF56B2BE52E3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-12-12 at 14.42.43.png" alt="Screenshot 2022-12-12 at 14.42.43.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes it's useful to have guidance, even if it's a bit of a stupid question&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 14:43:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-Frame-in-GDL/m-p/364766#M7425</guid>
      <dc:creator>Jim Allen</dc:creator>
      <dc:date>2022-12-12T14:43:14Z</dc:date>
    </item>
  </channel>
</rss>

