Hi,

I have written a basic composite component which subclasses
UIComponent.  It uses addChildren() to add a number of shapes as children.

My problem is I want to extend the component to fetch the number of
shapes to be displayed from the server. 

My question is, how can I call my remoteobject service prior to the
call to addChildren(), (since I need to wait for a ResponseEvent
before knowing how many children to add).


Thanks,

Meyow


Reply via email to