I can't create DiagramView instance by Action Script
snippet code
import com.kapit.diagram.view.DiagramView;
import mx.controls.Alert;
public var diagram:DiagramView = new DiagramView();
public function getAlertDiagram():void
Unknown macro: { Alert.show(diagram.toString()); Alert.show("SAFSD"); }
please tell me why I can't create DiagramView by Action Script
Comments (2)
Jun 25
Mohamed AMAMI says:
Hello, Can your provide us a more detailed implementation as we are able to ins...Hello,
Can your provide us a more detailed implementation as we are able to instantiate it in our tests and add it dynamically to the Application DisplayList.
Thanks
Mohamed.
Jun 28
wheaven wheavens says:
Mohamed now I can create Instance of Diagram It must do as you say. thank for th...Mohamed now I can create Instance of Diagram It must do as you say. thank for this solution
Thanks
wheaven