Sunday
- last edited
9 hours ago
by
Laszlo Nagy
In Archicad 28, I can't click the preview button and drop down arrow to select automatic dimension for the 2D plan and 3D Front View when I click on them in the schedule. What exactly can i do?
Operating system used: Windows 11
Monday - last edited Monday
Select one of the elevation / plan boxes within your schedule. This will enable that menu option. Or is it that you cannot actually select the elevation / plan?
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | 7800X3D | 32GB | RTX5070TI |
yesterday
I can click on the plan and elevation view of the door, the problem is that I can't click on the preview button on the left hand side to bring out the drop down option where automatic dimension is tucked in just as in highlighted in the image below.
It still doesn't respond after closing and reopening the schedule on a fresh tab, creating new door schedule or even closing and reopening Archicad as a whole
yesterday
Hi there,
Thank you for reporting this issue.
This behavior can occur when there is insufficient screen space because the screen resolution is too low, for example. At a resolution of 1024 × 640 or lower, larger tabs, such as the Preview tab or the Text Style tab, may not open because they cannot fit within the available screen area.
As outlined on the System Requirements page, the minimum recommended display resolution for Archicad is 1440x900; lower resolutions may result in visual limitations such as this.
The same issue may also occur when the Archicad window is too small, so I recommend checking whether the tabs become available when Archicad is maximized or used in full-screen mode. Increasing the screen resolution (if possible) or testing with an external monitor can also resolve the problem.
I hope you'll find this helpful.
Kind regards,
Kornél
Beleznai Kornél
Senior Technical Support Engineer
20 hours ago
Ah, so it is not greyed out, it just does not expand. As alluded to by Kornel, try collapsing all of the other tabs to free up UI space.
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | 7800X3D | 32GB | RTX5070TI |
16 hours ago
Thank you for the reply, I'll try the solutions you offered on a higher screen resolution. I am actually using a 14 inches Acer predator laptop, that might have contributed to the issue at hand.
Still on the doors and windows schedule matter, after setting my doors and windows markers, I use Element ID in Listing Extras to tag and merge all similar doors and windows sizes. The issue is that it turns up in descending order say; D1 = 750mm doors, D2 = 900mm Doors, D3 = 1200mm doors. It supposed to assign the doors from an ascending order - assigning D1 to 1200mm doors to the smallest which is D3 - 750mm doors. Is there a way to automatically achieve these sorting? Because I still have to sort them manually.
31m ago - last edited 19m ago
I would say that it is doing it in ascending order - the smallest width gets the smallest index in the Element ID (D1 - 750 mm), and the largest width get the largest index (D3 -1200 mm). Unfortunately, the Element ID Manager does not let you specify whether it should consider the selected criteria in ascending/descending order.
However, I can tell you that this can be achieved using Claude Desktop and Tapir.
You should install Claude Desktop, plus install the Archicad Tapir MCP Server for it. Then start Archicad with your project file, and then in Claude, you can give the following instruction (or something similar):
In Archicad, find all Doors, and set their IDs (it is the General_ElementID property) based on their Width, going from largest to smallest width. The format of the ID should be: "Dx", where x is the index number. Doors with the same width should have the same ID.
This will give the following result for me. As you can see, they are numbered from widest to narrowest, and if two or more doors have the same width, they will have the same ID:
P.S.
Of course, AI is not always smart. For me, it took a while until I managed to get Claude to figure out how to do it.
First, it said that there is no way you can set the Element ID because the Element ID as such predates the introduction of Properties, and there are only available commands to set Properties, but there are no commands to set Element IDs. Then, I asked it to look at a Python script in which this has already been achieved. Then, based on the Python script, it realized that you have to set the special General_ElementID property, which is the property that represents the Element ID of the element.