RE: [flexcoders] Re: newbie question - call to actionscript class

2009-01-29 Thread Gregor Kiddie
Its close, you do need to have a UIComponent wrapper to add the Sprite to, and then add the UIComponent to the application. So what you had there (but make sure you actually do new UIComponent() ) And finish with addChild(uic); Gk. Gregor Kiddie Senior Developer INPS Tel: 01382

Re: [flexcoders] Re: newbie question - call to actionscript class

2009-01-29 Thread Paul Andrews
The usual reason for things not appearing is that the component that should appear hasn't been added to the display list - just using new doesn't add an object to the display list. Maybe addChild(notes) will help. Paul - Original Message - From: "annelie2008" To: Sent: Thursday, Janu