n: donderdag 14 december 2000 7:47
> Aan: [EMAIL PROTECTED]
> Onderwerp: [Dynapi-Help] Widget Question
>
>
> How can I access parent layer width and height :
>
> FlowLayer = function() {
>this.padding = 1;
>this.actY = 0;
>this.actX = 0;
How can I access parent layer width and height :
FlowLayer = function() {
this.padding = 1;
this.actY = 0;
this.actX = 0;
}
FlowLayer.prototype = new DynLayer()
FlowLayer.prototype.flowChild = function(Layer) {
this.addChild(Layer)
Layer.moveTo(this.actX,this.actY)