<?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: Graphic UI Text Bug - UI_OUTLINE is cut short in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287318#M3490</link>
    <description>&lt;P&gt;UI_OUTFIELD should work without specifying width and height.&lt;BR /&gt;I tried it and Win display scaling above 100% causes cropping.&lt;BR /&gt;I will report it as a bug.&lt;/P&gt;
&lt;P&gt;Update: It will be fixed in the next version (AC26).&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jan 2022 07:50:18 GMT</pubDate>
    <dc:creator>Peter Baksa</dc:creator>
    <dc:date>2022-01-14T07:50:18Z</dc:date>
    <item>
      <title>Graphic UI Text Bug - UI_OUTLINE is cut short</title>
      <link>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287315#M3487</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I found that ever since version 24 (and still on 25) my graphic user interface text gets cut off short when using the UI_OUTFIELD command. This was not an issue v23 and earlier. Any insight would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Partial code for reference:
&lt;PRE&gt;!!!---Column 1---

!!!---Line 1---
UI_STYLE 0,1
UI_OUTFIELD "2D Settings", 0,45

!!!---Line 2---
UI_STYLE 0,0
UI_OUTFIELD "Symbol Selection", 0,70
UI_INFIELD "symbol", 100, 65, 100

!!!---Line 3---
UI_OUTFIELD "GPO Type", 0,95
UI_INFIELD "gpo_type", 100, 90, 100

!!!---Line 4---
UI_OUTFIELD "Scale with Paper", 0,120
UI_INFIELD "use_scale", 100, 115, 100

!!!---Line 5---
UI_STYLE 0,1
UI_OUTFIELD "2D Representation", 0,145

!!!---Line 6---
UI_STYLE 0,0
UI_OUTFIELD "Outline Pen", 0,170
UI_INFIELD "pen_GPO", 100, 165, 100

!!!---Line 7---
UI_OUTFIELD "Fill Type 1 | Pen | BG", 0,195
UI_INFIELD "fill_solid",100 ,190, 30
UI_INFIELD "pen_fill_solid", 135, 190, 30
UI_INFIELD "pen_bg_solid", 170, 190, 30

!!!---Line 8---
UI_OUTFIELD "Fill Type 2 | Pen | BG", 0,220
UI_INFIELD "fill_empty",100 ,215, 30
UI_INFIELD "pen_fill_empty", 135, 215, 30
UI_INFIELD "pen_bg_empty", 170, 215, 30

!!!!---Line 9---
UI_OUTFIELD "Origin | Pen | Line", 0,245
UI_INFIELD "show_origin", 100, 240, 30
UI_INFIELD "line_origin", 135, 240, 65&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 06:58:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287315#M3487</guid>
      <dc:creator>jakubc7</dc:creator>
      <dc:date>2021-09-14T06:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic UI Text Bug - UI_OUTLINE is cut short</title>
      <link>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287316#M3488</link>
      <description>I see you are specifying the position of the infield but not its size.&lt;BR /&gt;
I never knew it was an option not to.&lt;BR /&gt;
&lt;BR /&gt;
UI_INFIELD "name", x, y, width, height [, extra parameters ... ]&lt;BR /&gt;
 [ UI_TOOLTIP tooltiptext ]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
So I would use something like...&lt;BR /&gt;
&lt;BR /&gt;
!!!---Line 3---&lt;BR /&gt;
UI_OUTFIELD "GPO Type", 0,95&lt;FONT color="#FF0000"&gt;, 100,15&lt;/FONT&gt;&lt;BR /&gt;
UI_INFIELD "gpo_type", 100, 90, 100&lt;FONT color="#FF0000"&gt;,15&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
You can use the 'Check' button to see if fields are overlapping.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 26 Jul 2021 02:39:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287316#M3488</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-07-26T02:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic UI Text Bug - UI_OUTLINE is cut short</title>
      <link>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287317#M3489</link>
      <description>Thanks Barry. Adding the width and height does the job.&lt;BR /&gt;
I recall the need or rather option for it now but always got around it by not entering the size as there were never any errors or overlaps when I "checked" the UI. It's almost like the developers are now forcing a "wrap text" option when it wasn't the case before.&lt;BR /&gt;
&lt;BR /&gt;
See attached for reference ... version 22 and no issues. Pretty sure 23 was also fine. Wonder why they changed the behaviour in 24+ ...?</description>
      <pubDate>Mon, 26 Jul 2021 03:00:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287317#M3489</guid>
      <dc:creator>jakubc7</dc:creator>
      <dc:date>2021-07-26T03:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic UI Text Bug - UI_OUTLINE is cut short</title>
      <link>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287318#M3490</link>
      <description>&lt;P&gt;UI_OUTFIELD should work without specifying width and height.&lt;BR /&gt;I tried it and Win display scaling above 100% causes cropping.&lt;BR /&gt;I will report it as a bug.&lt;/P&gt;
&lt;P&gt;Update: It will be fixed in the next version (AC26).&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 07:50:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Graphic-UI-Text-Bug-UI-OUTLINE-is-cut-short/m-p/287318#M3490</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2022-01-14T07:50:18Z</dc:date>
    </item>
  </channel>
</rss>

