[sc-users] Drawing strings ?

Andre Bartetzki andre at bartetzki.de
Sun Dec 10 14:20:17 PST 2006


There's another thing in the StringPlusGUI.sc file:

    drawCenteredIn { arg inRect;
        this.drawAtPoint(this.bounds.centerIn(inRect).origin);
    }


The origin message at the end is superfluous, it throws an error message.
So it should be:

    drawCenteredIn { arg inRect;
        this.drawAtPoint(this.bounds.centerIn(inRect));

    }



Andre


--------------------------------------------------
Andre Bartetzki 
http://www.bartetzki.de
mailto:andre at bartetzki.de

Tel   +49-(0)30-92375877
VoIP  +49-(0)30-38108677
Fax   +49-(0)30-38108678
UMS   +49-(0)941-599214065 (Voice, Fax, SMS)
Skype bartetzki

--------------------------------------------------




More information about the sc-users mailing list