Missing GraphicsGradientFill class

Bug #1014313 reported by Andras Csizmadia
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
jeash
Incomplete
Undecided
Unassigned

Bug Description

When i try to compile a simple app using drawGraphicsData() i got the following error:
Class not found : flash.display.GraphicsGradientFill

  var myDrawing:Vector<IGraphicsData> = new Vector();
// establish the fill properties
var myFill:GraphicsGradientFill = new GraphicsGradientFill();
myFill.colors = [0xEEFFEE, 0x0000FF];
myFill.matrix = new Matrix();
myFill.matrix.createGradientBox(100, 100, 0);

I'm not sure about should i report missing class implementations?

Best regards!

Revision history for this message
Niel Drummond (niel-drummond) wrote :

Doesn't seem to be missing... did you import it properly ?

Changed in jeash:
status: New → Incomplete
Revision history for this message
Andras Csizmadia (andras.csizmadia) wrote :

I'm not sure what whas the problem but it's working/don't missing anymore.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.