We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
â2022-02-10 01:47 PM
Hello,
I made a copy of the Property Label 25 and set the AC_blabelFrame on and lock it, so it will be enable by default all the time. The problem is when I save that label to test it on a clean file. The frame checkbox comes unchecked which is not what I need.
That's not the right way to set a default?
This is how it looks before saving the label:
And here is how it looks when I load that label into a new Archicad instance:
Cheers.
Solved! Go to Solution.
â2022-02-10 02:57 PM
Hello,
With this line in the master script đ
PARAMETERS AC_bLabelFrame = 1
â2022-02-10 01:50 PM - edited â2022-02-12 12:27 PM
Unfortunately this parameter setting goes with the settings of the label You had settings open prior to loading Yours.
There are some parameters that cannot be set...and sometimes not even possible to hide...;(
Edit - I forgot of forcing it in master (because I did not test this one)
â2022-02-10 02:07 PM
Ouch, not good. đ
Thank you, I will unlock it then, there is no point to have it lock.
â2022-02-10 02:42 PM
I had the same with sill depth in windows đ
â2022-02-10 02:57 PM
Hello,
With this line in the master script đ
PARAMETERS AC_bLabelFrame = 1
â2022-02-10 05:27 PM
That's fantastic, thank you đ