<?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: UI_INFIELD Problems in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24487#M34790</link>
    <description>What happens if you remove all those comments from the command? I wonder if they are the source of the problem.</description>
    <pubDate>Wed, 08 Feb 2006 13:15:47 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2006-02-08T13:15:47Z</dc:date>
    <item>
      <title>UI_INFIELD Problems</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24486#M34789</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I have an annoying problem that I can't solve, hopefully someone else can.  In this UI script:&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;UI_DIALOG "Fire Exit Signs",444,266&lt;BR /&gt;
&lt;BR /&gt;
UI_PAGE 1&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;UI_INFIELD 	"sign_ty"			!parameter name&lt;/B&gt;&lt;BR /&gt;
			0,0					!x,y position&lt;BR /&gt;
			419,250				!width, height&lt;BR /&gt;
			1					!versionFlag&lt;BR /&gt;
			fire_exits.tif		!pictName&lt;BR /&gt;
			9					!nrImages&lt;BR /&gt;
			3					!nrRows&lt;BR /&gt;
			140, 90				!cellX, cellY&lt;BR /&gt;
			133, 83				!imageX, imageY&lt;BR /&gt;
			1,`North`,&lt;BR /&gt;
			2,`South`,&lt;BR /&gt;
			3,`East`,&lt;BR /&gt;
			4,`West`,&lt;BR /&gt;
			5,`North West`,&lt;BR /&gt;
			6,`South West`,&lt;BR /&gt;
			7,`North East`,&lt;BR /&gt;
			8,`South East`,&lt;BR /&gt;
			9,'No Arrow'
&lt;/BLOCKQUOTE&gt;
I'm getting an error at line 5 (the bold one) that there are missing parameters.  But there shouldn't be.  The parameter name is exactly the same as in the Parameters window, 2D script and parameters script, where it works.  What's even more confusing is I've basically just copied this script from another one I did earlier, which works?&lt;BR /&gt;
  &lt;BR /&gt;
I'm sure I'm missing something very basic...&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:08:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24486#M34789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: UI_INFIELD Problems</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24487#M34790</link>
      <description>What happens if you remove all those comments from the command? I wonder if they are the source of the problem.</description>
      <pubDate>Wed, 08 Feb 2006 13:15:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24487#M34790</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2006-02-08T13:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: UI_INFIELD Problems</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24488#M34791</link>
      <description>You may insert comments in multi-line commands, but you have to keep the syntax:&lt;BR /&gt;

&lt;PRE&gt;UI_INFIELD "sign_ty", !parameter name
0,0, !x,y position
419,250, !width, height
1, !versionFlag
"fire_exits.tif", !pictName
9, !nrImages
3, !nrRows
140, 90, !cellX, cellY
133, 83, !imageX, imageY
1,`North`,
2,`South`,
3,`East`,
4,`West`,
5,`North West`,
6,`South West`,
7,`North East`,
8,`South East`,
9,'No Arrow' &lt;/PRE&gt;

This should work.</description>
      <pubDate>Wed, 08 Feb 2006 13:42:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24488#M34791</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-02-08T13:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: UI_INFIELD Problems</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24489#M34792</link>
      <description>Excellent - it works now.  Thanks!</description>
      <pubDate>Wed, 08 Feb 2006 14:15:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/UI-INFIELD-Problems/m-p/24489#M34792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T14:15:07Z</dc:date>
    </item>
  </channel>
</rss>

