RE: [Dynapi-Help] Widget Question

2000-12-13 Thread Pascal Bestebroer
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;

[Dynapi-Help] Widget Question

2000-12-13 Thread Jorge López
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)