2025-04-28 01:55 AM
Hi,
Is it possible to turn off the User Interface Header (example from standard AC Bed below)?
If I deselect Hierarchical pages, the header remains present but with "Custom Settings" as default header.
Many thanks, Matt
Solved! Go to Solution.
2025-04-28 10:39 AM
Of course is this possible. You need the following things to be done for that:
1. Don't use this button (hierarchical pages):
2. Use hideparameter all "A", "B", "ZZYZX
in the Parameter script (This will force hide the "all params" page).
2025-04-28 03:27 AM
I assume your other page is the All Parameters page? What happens if you hide your paramters? This will removed that page, though I am unsure whether it will hide the header, or just grey out the button to change page...
Ling.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2025-04-28 10:39 AM
Of course is this possible. You need the following things to be done for that:
1. Don't use this button (hierarchical pages):
2. Use hideparameter all "A", "B", "ZZYZX
in the Parameter script (This will force hide the "all params" page).
2025-04-29 10:20 PM
Hi Runxel and Ling,
Thank you both for responding! I have tried hideparameter all "A", "B", "ZZYZX without success. In my searching of other objects, I can't seem to find one that successfully hides the User Interface Header bar. It leads me to think it is not possible to hide. Thank you for your help! Wishing you both the best, from Matt
2025-04-30 09:45 AM
Runxel's advise works well. But do not forget to deacticate the "Hierarchical Pages" Button.
2025-05-06 11:54 AM
It worked for me, Thank you so much.
2025-05-23 09:47 AM
BTW: with disabling hierarchical pages, and do hideparameter all ...[,"A","B", "ZZYZX"] - optional unhidden :
You can have more space in height in the UI by aprox 20 points...it can be used with -Y values in the coords of the UI element.
2025-06-04 08:10 PM
Thank you so much, I revisited the code and it works this time, you are all super thank you!!! Best regards, Matt