<?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: Can you place an infield over a picture within the inter in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292473#M5721</link>
    <description>I found a work around many years ago.&lt;BR /&gt;
The trick is to script the UI_INFEILD.&lt;BR /&gt;
Then script the UI_PICTURE.&lt;BR /&gt;
Then script the UI_INFEILD again with exactly the same values.&lt;BR /&gt;
&lt;BR /&gt;
So here is an example form one of my window objects ...&lt;BR /&gt;
 
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;UI_INFIELD "side_hgt_rake", 0,120,40,15
UI_INFIELD "side_hgt_above_beam", 20,55,35,15

UI_PICT "coastalview freeform dr-win.jpg", 0,10, 440, 216, 1

UI_INFIELD "side_hgt_rake", 0,120,40,15
UI_INFIELD "side_hgt_above_beam", 20,55,35,15
&lt;/PRE&gt;

&lt;BR /&gt;
Barry.</description>
    <pubDate>Fri, 23 Jun 2017 01:10:53 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2017-06-23T01:10:53Z</dc:date>
    <item>
      <title>Can you place an infield over a picture within the interface</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292471#M5719</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi, &lt;BR /&gt;
I was wondering if it is possible to place an infield over a picture in the interface? &lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:33:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292471#M5719</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-06-22T10:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can you place an infield over a picture within the inter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292472#M5720</link>
      <description>Better split the image...&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 22 Jun 2017 12:20:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292472#M5720</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2017-06-22T12:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can you place an infield over a picture within the inter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292473#M5721</link>
      <description>I found a work around many years ago.&lt;BR /&gt;
The trick is to script the UI_INFEILD.&lt;BR /&gt;
Then script the UI_PICTURE.&lt;BR /&gt;
Then script the UI_INFEILD again with exactly the same values.&lt;BR /&gt;
&lt;BR /&gt;
So here is an example form one of my window objects ...&lt;BR /&gt;
 
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;UI_INFIELD "side_hgt_rake", 0,120,40,15
UI_INFIELD "side_hgt_above_beam", 20,55,35,15

UI_PICT "coastalview freeform dr-win.jpg", 0,10, 440, 216, 1

UI_INFIELD "side_hgt_rake", 0,120,40,15
UI_INFIELD "side_hgt_above_beam", 20,55,35,15
&lt;/PRE&gt;

&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 23 Jun 2017 01:10:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292473#M5721</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-06-23T01:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can you place an infield over a picture within the inter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292474#M5722</link>
      <description>Whats the goal here?&lt;BR /&gt;
Could you post a picture, Barry?</description>
      <pubDate>Fri, 23 Jun 2017 09:03:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292474#M5722</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2017-06-23T09:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can you place an infield over a picture within the inter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292475#M5723</link>
      <description>Something like this where all the infields overlap a background image.&lt;BR /&gt;
&lt;BR /&gt;
If you only have the infields before the picture you wont see them but can edit them if you know where they are.&lt;BR /&gt;
And if only after the picture you can see them but can't edit them.&lt;BR /&gt;
&lt;BR /&gt;
Before and after allows you to edit them and see them.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 23 Jun 2017 09:27:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292475#M5723</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-06-23T09:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can you place an infield over a picture within the inter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292476#M5724</link>
      <description>Thanks a lot Barry!&lt;BR /&gt;
That makes it clear. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
It's a very nice (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;but sadly needed&lt;E&gt;&lt;/E&gt;) "hack" btw.</description>
      <pubDate>Fri, 23 Jun 2017 09:57:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-you-place-an-infield-over-a-picture-within-the-interface/m-p/292476#M5724</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2017-06-23T09:57:01Z</dc:date>
    </item>
  </channel>
</rss>

