public override function get name():type
{

return super.name;
}
public function set name(value:Type):void
{
do what you want
}

On 3/19/07, Nahid Mahfuza Alam <[EMAIL PROTECTED]> wrote:


Hello,

I need to modify the percentRect property (e.g.; x, y,width,height of
percentRect) of DownloadProgressBar class. I have a class that extends the
DownloadProgressBar class. But within my class (the subclass), assigning any
value like percentRect.x=150 doesn't work as percentRect is a 
read-onlypreperty. The documentation says that I need to override
percentRect to change it. But how to override a property?

Please help me out of this.

Regards,

Nahid



--
j:pn
http://www.lennel.org

Reply via email to