The Action bar control in the screen type can be used to control its position instead of having it always full width of the screen (component) and being on top. This is a great feature!
The Task bar component seems to overrule the accessibility of the task in the action bar by default, but when the screen type also has the component “Action bar” it just duplicates. Will this be changed eventually to also overrule its location when the “Action bar” component is used?
I have read that Filter bar and similar components will get the same rules as the Task bar currently does, so I would expect the same for those as well, when it has been implemented.
Alternativerly:
As of version 2023.3.13 of the Universal GUI there has been added a functionality to give a JSON to position the components order, so a “Hide” option would also work as I see it. So it would add
,
“hide”: [
“Tasks”,
“Prefilters”
]
Making it so the separate components will show them where they are positioned.