I’ve used a canvas behind atomboxes when making UIs, if you only have a few.
--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com

On Nov 30, 2015, at 1:58 PM, pd-list-request@lists.iem.at wrote:

From: IOhannes m zmoelnig <zmoelnig@iem.at>
Date: November 30, 2015 at 7:08:11 AM MST
To: pd-list@lists.iem.at
Subject: Re: [PD] Help with TCL messages


On 2015-11-30 14:57, Liam Goodacre wrote:
I'm trying to use TCL to change the colour of atom boxes. In Extended 0.43.4 I'm able to do it using the command:

set obj_box_fill #ffff6c

But this doesn't seem to work for me in Vanilla 0.45.4. Can someone suggest an alternative command?

no.
because unfortunately Pd-vanilla does not tag the various parts of it's
GUI-elements.
(apart from that: PdX had *filled* object-boxes, whereas Pd-vanilla has
unfilled/transparent object-boxes).

ghasdm
IOhannes