[flexcoders] visual children must implement mx.core.IUIComponent

2006-03-02 Thread sufibaba
Hi All, I have the following: 1. ImageViewer.as 2. main.xml in ImageViewer.as, I have this class definition: public class ImageViewer extends Sprite { public funtion ImageViewer(){ // code } // other functions and code } in main.xml, I am calling: ImageViewer/ The error I am

RE: [flexcoders] visual children must implement mx.core.IUIComponent

2006-03-02 Thread Gordon Smith
: Thursday, March 02, 2006 11:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] visual children must implement mx.core.IUIComponent Hi All, I have the following: 1. ImageViewer.as 2. main.xml in ImageViewer.as, I have this class definition: public class ImageViewer extends Sprite { public