<?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 code for text poping up in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78375#M29605</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Does anyone know how to code a roomtag so that when the square foot of the zonetag goes over a certain size a warning text comes up. I can make the text white so it doesn't show up on plans.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any help,&lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Nov 2007 18:29:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-11-08T18:29:12Z</dc:date>
    <item>
      <title>code for text poping up</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78375#M29605</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Does anyone know how to code a roomtag so that when the square foot of the zonetag goes over a certain size a warning text comes up. I can make the text white so it doesn't show up on plans.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any help,&lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Nov 2007 18:29:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78375#M29605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-08T18:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: code for text poping up</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78376#M29606</link>
      <description>Hi Michele,&lt;BR /&gt;
&lt;BR /&gt;
Use the print command...&lt;BR /&gt;
&lt;BR /&gt;
PRINT expression [, expression, ...]&lt;BR /&gt;
Writes all of its arguments in a dialog box. Arguments can be strings or numeric expressions of any number in any sequence, separated by&lt;BR /&gt;
commas.&lt;BR /&gt;
Examples:&lt;BR /&gt;
if dim&amp;gt;x then PRINT "Opssss"&lt;BR /&gt;
PRINT J, K-3*L&lt;BR /&gt;
PRINT "Beginning of interpretation"&lt;BR /&gt;
PRINT a * SIN (alpha) + b * COS (alpha)&lt;BR /&gt;
PRINT "Parameter values: ", "a = ", a, ", b = ", b&lt;BR /&gt;
PRINT name + STR ("%m", i) + "." + ext</description>
      <pubDate>Thu, 08 Nov 2007 18:55:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78376#M29606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-08T18:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: code for text poping up</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78377#M29607</link>
      <description>If you want it to display on the plan you can do something like:&lt;BR /&gt;

&lt;PRE&gt;IF room_area &amp;gt; max_area THEN
    TEXT2 x1, y1, "Max area exceeded"
ENDIF&lt;/PRE&gt;

Note that the variable names (lower case) are just examples that I made up. You would need to chose whatever works for you and make sure they have the right values.&lt;BR /&gt;
&lt;BR /&gt;
Keep in mind that the white text will still obscure whatever lies under it.</description>
      <pubDate>Fri, 09 Nov 2007 18:40:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78377#M29607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-09T18:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: code for text poping up</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78378#M29608</link>
      <description>Thanks,&lt;BR /&gt;
I'll have to also make a toggle to turn it off once I've seen the warning text.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
Michele</description>
      <pubDate>Mon, 12 Nov 2007 15:11:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78378#M29608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-12T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: code for text poping up</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78379#M29609</link>
      <description>&lt;BLOCKQUOTE&gt;Michele wrote:&lt;BR /&gt;I'll have to also make a toggle to turn it off once I've seen the warning text.
&lt;/BLOCKQUOTE&gt;

What I've seen people do is create a scale-sensitive toggle in the script, use some scale that never goes to production drawings for this type of checks with script-generated information, and save that into a view. That way you don't need to mess around with object settings, and your production views and drawings are always clean and final.</description>
      <pubDate>Mon, 12 Nov 2007 19:54:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/code-for-text-poping-up/m-p/78379#M29609</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2007-11-12T19:54:19Z</dc:date>
    </item>
  </channel>
</rss>

