RE: [flexcoders] using mx.graphics.Rect

2005-04-22 Thread Duccio Del Ministro
flexcoders@yahoogroups.com > Subject: [flexcoders] using mx.graphics.Rect > > > > I'm trying to use the class mx.graphics.Rect to design > a rectangle inside a component that extends from > mx.controls.Image. When i declare a private varible i > get a compilation w

RE: [flexcoders] using mx.graphics.Rect

2005-04-22 Thread Dirk Eismann
m [mailto:[EMAIL PROTECTED] > Behalf Of Duccio Del Ministro > Sent: Friday, April 22, 2005 1:13 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] using mx.graphics.Rect > > > > I'm trying to use the class mx.graphics.Rect to design > a rectangle inside a

[flexcoders] using mx.graphics.Rect

2005-04-22 Thread Duccio Del Ministro
I'm trying to use the class mx.graphics.Rect to design a rectangle inside a component that extends from mx.controls.Image. When i declare a private varible i get a compilation warning: "The member, myBorder, hides a member in ancestor class, 'mx.core.View'.". Why? How can i draw a rectangle inside