Am 23.10.2007 um 08:34 schrieb Dan Stowell:
Sorry, could you clarify what that means? What types of parent should I be able to send .plot to? I can add GUI objects to a SCCompositeView, but I can't seem to put a plot there. Dan
I think the problem is mainly
^window.front
in the end of the method code ArrayedCollection:plot.
This could work:
window.respondsTo(\front).if { ^window.front }{
^window.getParents.last.findWindow.front
}
BUT:
SCTopView:findWindow
is probably still broken ( a "do" is missing)
There are other problems with ArrayedCollection:plot
Height calculation is wrong for multi channel arrays.