<?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: GDL text with fill in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62982#M36122</link>
    <description>Thank you so much...I have it figured out... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;  &lt;BR /&gt;
&lt;BR /&gt;
I really appreciate the input and I can now move on to another item.&lt;BR /&gt;
&lt;BR /&gt;
  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
    <pubDate>Fri, 14 Oct 2005 17:39:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-10-14T17:39:13Z</dc:date>
    <item>
      <title>GDL text with fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62980#M36120</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am kind of new to GDL and have learned a fair amount so far but I have ran into a snag and have not been able to find any information on the issue that I have come across.  I have a library part that I have made with three text fields but I need to be able to have a fill behind the text.  Can anyone help me with that? &lt;BR /&gt;
thanks &lt;BR /&gt;
SP&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Oct 2005 22:18:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62980#M36120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-13T22:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: GDL text with fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62981#M36121</link>
      <description>&lt;BLOCKQUOTE&gt;scoobypaul wrote:&lt;BR /&gt;I am kind of new to GDL and have learned a fair amount so far but I have ran into a snag and have not been able to find any information on the issue that I have come across.  I have a library part that I have made with three text fields but I need to be able to have a fill behind the text.  Can anyone help me with that? &lt;BR /&gt;
thanks &lt;BR /&gt;
SP&lt;/BLOCKQUOTE&gt;

SP&lt;BR /&gt;
Here's a snippet of one of my 2d scripts where I use a &lt;B&gt;poly2_b&lt;/B&gt; to make the background mask you're asking about. Note how I use &lt;B&gt;STW&lt;/B&gt; to determine width of the text and a &lt;B&gt;REQUEST&lt;/B&gt; to determine the height.&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Dan K&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#001bff"&gt;	fill 85&lt;BR /&gt;
	add2 aa,bb&lt;BR /&gt;
&lt;BR /&gt;
	dims=STR("%0.1ffi",xx-dwall)+'x '+STR("%0.1ffi",yy-dwall)&lt;BR /&gt;
	width=STW(dims)/1000 * A_&lt;BR /&gt;
	REQUEST("Height_of_style","Rm_Size",height2)&lt;BR /&gt;
	height2=height2/1000*A_&lt;BR /&gt;
	&lt;BR /&gt;
	poly2_b 5,2,1,-1,&lt;BR /&gt;
	-width/2,0,1,&lt;BR /&gt;
	-width/2,-height2,1,&lt;BR /&gt;
	width/2,-height2,1,&lt;BR /&gt;
	width/2,0,1,&lt;BR /&gt;
	-width/2,0,1&lt;/FONT&gt;</description>
      <pubDate>Fri, 14 Oct 2005 02:08:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62981#M36121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-14T02:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: GDL text with fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62982#M36122</link>
      <description>Thank you so much...I have it figured out... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;  &lt;BR /&gt;
&lt;BR /&gt;
I really appreciate the input and I can now move on to another item.&lt;BR /&gt;
&lt;BR /&gt;
  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 14 Oct 2005 17:39:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62982#M36122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-14T17:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: GDL text with fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62983#M36123</link>
      <description>&lt;BLOCKQUOTE&gt;scoobypaul wrote:&lt;BR /&gt;Thank you so much...I have it figured out... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;  &lt;BR /&gt;
&lt;BR /&gt;
I really appreciate the input and I can now move on to another item.&lt;BR /&gt;
&lt;BR /&gt;
  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;&lt;/BLOCKQUOTE&gt;

Great!, glad I could help</description>
      <pubDate>Fri, 14 Oct 2005 17:45:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62983#M36123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-14T17:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: GDL text with fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62984#M36124</link>
      <description>I was attempting to implement a similar bit of code in a gdl object and received the following error message: "Unused function return value". &lt;BR /&gt;
 &lt;BR /&gt;
! Background Fill &lt;BR /&gt;
SET FILL "Solid Fill" &lt;BR /&gt;
Width=STW(u_text)/1000*glob_scale &lt;BR /&gt;
Request ("Height_Of_Style", "AC_STYLE_1", Height) &lt;BR /&gt;
Height=Height/1000*Glob_Scale &lt;BR /&gt;
 &lt;BR /&gt;
Poly2_b 5,2,1,-1, &lt;BR /&gt;
-Width/2,0,1, &lt;BR /&gt;
-Width/2,-Height,1, &lt;BR /&gt;
Width/2,-Height,1, &lt;BR /&gt;
Width/2,0,1, &lt;BR /&gt;
-Width/2,0,1</description>
      <pubDate>Mon, 15 Sep 2014 12:23:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62984#M36124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-15T12:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: GDL text with fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62985#M36125</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
As an error it is not a fatal one. Request always&lt;BR /&gt;
returns a value and you have not assigned one.&lt;BR /&gt;
&lt;BR /&gt;
Just add;
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;dummyValue= request...
&lt;/PRE&gt;
and you are done.</description>
      <pubDate>Mon, 15 Sep 2014 17:14:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62985#M36125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-15T17:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: GDL text with fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62986#M36126</link>
      <description>Thank you!</description>
      <pubDate>Mon, 15 Sep 2014 17:59:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-text-with-fill/m-p/62986#M36126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-15T17:59:11Z</dc:date>
    </item>
  </channel>
</rss>

