0
Change background color of script ui window does not work
Engaged
,
/t5/bridge-discussions/change-background-color-of-script-ui-window-does-not-work/td-p/10208541
Nov 26, 2018
Nov 26, 2018
Copy link to clipboard
Copied
Is this a lost cause. Just wondering. Because I have tried this several different ways and have been unsuccessful.
var myIDinfo = new Window("palette", "Imaging_Tool_1.2b");
// var applyGFX = myIDinfo.graphics;
// var applyGFX_bgColor = applyGFX.newPen(applyGFX.BrushType.SOLID_COLOR, [0, 1, 0], 1);
myIDinfo.graphics.backgroundColor = myIDinfo.graphics.newBrush(myIDinfo.graphics.BrushType.SOLID_COLOR, [0.9, 0.7, 0.7], 1);
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
bagonterman
AUTHOR
Engaged
,
LATEST
/t5/bridge-discussions/change-background-color-of-script-ui-window-does-not-work/m-p/10208542#M11870
Nov 26, 2018
Nov 26, 2018
Copy link to clipboard
Copied
I am using CC 2018
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

