Graphic UI Text Bug - UI_OUTLINE is cut short

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-07-26
04:20 AM
- last edited on
2021-09-14
08:58 AM
by
Noemi Balogh
Partial code for reference:
!!!---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
ARCHIcreate | Perth, Western Australia
archicad solutions | content creation | training | software implementation
Solved! Go to Solution.
- Labels:
-
Library (GDL)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-07-26 04:39 AM
I never knew it was an option not to.
UI_INFIELD "name", x, y, width, height [, extra parameters ... ]
[ UI_TOOLTIP tooltiptext ]
So I would use something like...
!!!---Line 3---
UI_OUTFIELD "GPO Type", 0,95, 100,15
UI_INFIELD "gpo_type", 100, 90, 100,15
You can use the 'Check' button to see if fields are overlapping.
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-07-26 04:39 AM
I never knew it was an option not to.
UI_INFIELD "name", x, y, width, height [, extra parameters ... ]
[ UI_TOOLTIP tooltiptext ]
So I would use something like...
!!!---Line 3---
UI_OUTFIELD "GPO Type", 0,95, 100,15
UI_INFIELD "gpo_type", 100, 90, 100,15
You can use the 'Check' button to see if fields are overlapping.
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-07-26 05:00 AM
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.
See attached for reference ... version 22 and no issues. Pretty sure 23 was also fine. Wonder why they changed the behaviour in 24+ ...?
ARCHIcreate | Perth, Western Australia
archicad solutions | content creation | training | software implementation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-07-29 01:01 PM - edited 2022-01-14 08:50 AM
UI_OUTFIELD should work without specifying width and height.
I tried it and Win display scaling above 100% causes cropping.
I will report it as a bug.
Update: It will be fixed in the next version (AC26).
Software Engineer, Library
Graphisoft SE, Budapest