<?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: Parameter names in UI_OUTFIELD in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234717#M9054</link>
    <description>Yeah, I thought so.  Thanks all the same.</description>
    <pubDate>Mon, 16 Nov 2015 05:32:21 GMT</pubDate>
    <dc:creator>Bruce</dc:creator>
    <dc:date>2015-11-16T05:32:21Z</dc:date>
    <item>
      <title>Parameter names in UI_OUTFIELD</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234713#M9050</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there a way to use the Name portion of a parameter in the UI_OUTFIELD command, instead of repeating it in quotes?&lt;BR /&gt;
&lt;BR /&gt;
E.g. say I have a parameter 'p_something' with the name / description "Something"&lt;BR /&gt;
&lt;BR /&gt;
Now when I use the UI_OUTFIELD command, I need to type 'UI_OUTFIELD "Something", x, y,...'&lt;BR /&gt;
&lt;BR /&gt;
Can I do something like 'UI_OUTFIELD' NAME(p_something), x, y,...' ? &lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Nov 2015 01:51:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234713#M9050</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2015-11-16T01:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter names in UI_OUTFIELD</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234714#M9051</link>
      <description>Sure just use ...&lt;BR /&gt;

&lt;PRE&gt;UI_OUTFIELD p_something&lt;/PRE&gt;

This will give you the current value of that parameter but as fixed outfield text.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 16 Nov 2015 02:00:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234714#M9051</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2015-11-16T02:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter names in UI_OUTFIELD</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234715#M9052</link>
      <description>Thanks Barry.&lt;BR /&gt;
&lt;BR /&gt;
I had already figured this one out - but that's not what I'm after.  I'm after the "Name" part of the parameter, not the Value.&lt;BR /&gt;
&lt;BR /&gt;
E.g. if the parameter was 'A', I would want to display "Dimension 1"</description>
      <pubDate>Mon, 16 Nov 2015 02:38:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234715#M9052</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2015-11-16T02:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter names in UI_OUTFIELD</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234716#M9053</link>
      <description>No, you can not. Possible additional text for the parameter type Boolean. Eg. So.
&lt;PRE&gt;UI_INFIELD {3} ALL_txt, 10, 10, 100, 14,
     7, "", 2, 1, !!! or type 5
     0, 0, 0, 0,
     1, "Text_1" 0,
     2, "Text_2" 1&lt;/PRE&gt;
Or it is necessary to use arrays of values for the text part.
&lt;PRE&gt;DIM stTEXTP []! Different text depending on the parameter Progr
   IF Progr = "ArchiCAD" THEN
   stTEXTP [1]= "Text_1"
ELSE
   stTEXTP [1]= "Text_2"
ENDIF
     UI_OUTFIELD stTEXTP [1], 10, 30, 111, 14
&lt;/PRE&gt;
All the same you need to copy (Ctrl + C) the text part of parameter.</description>
      <pubDate>Mon, 16 Nov 2015 05:05:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234716#M9053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T05:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter names in UI_OUTFIELD</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234717#M9054</link>
      <description>Yeah, I thought so.  Thanks all the same.</description>
      <pubDate>Mon, 16 Nov 2015 05:32:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-names-in-UI-OUTFIELD/m-p/234717#M9054</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2015-11-16T05:32:21Z</dc:date>
    </item>
  </channel>
</rss>

