Is it possible to change the page backgroundcolor with the graphics builder automation interface ?
There is a PageAppearanceGetEx function to retrieve the Appearance values but i don't see a PageAppearancePutEx function to change them.
Is it possible to change the page backgroundcolor with the graphics builder automation interface ?
There is a PageAppearanceGetEx function to retrieve the Appearance values but i don't see a PageAppearancePutEx function to change them.
Try PageAppearanceSetEx(styleString, templateString, resolutionEnum, titlebarBool, widthShort, heightShort, onColorHex, offColorHex). I've used this in a previous version of the GBA.
Thanks,
I wonder why this function is not mentioned in the help ?
Hi @Bart,
See the function reference in the help here: https://docs.aveva.com/bundle/plant-scada/page/1161160.html
I guess you are asking why it's broader or more high level usage is not documented in the help?
Any improvements you'd like to suggest, let me know and I can pass it onto the documentation team.
Kind regards
Olivier
It is the PageAppearanceSetEx that's not documented
Hi William, im very intrested in how to use this, im about to rescale 10000+ pages in citect and change template at the same time. Is it possible for you to share some codeexamples?