Hi all,
I was just wondering if it would be suitable, in a further version of PD, to implement styles sheets for the PD GUI. It could be CSS compliant and look like this : (much similar with XUL as well)
/* pd objects */ .text { background-color: #fc3; text-color:black; border: 2px groove #f00; }
/* make all the canvases always in background*/ .canvas { z-index:-1; }
/* canvas of class controlpanel (we could add a field class in properties */ .canvas controlpanel { background-color:yellow; }
.... it's just an idea !
aalex