On Sunday 30 May 2004 04:19, Eike Stepper wrote: > > Do you mean getting it to run once it has been loaded? > > hmm, i've come to another question: the block seems to start > running automatically. that could be ok, but how can i access > it from the plugin? > > i'd like to call the start() method on a component for example...
By not populating the model (in composition) from the beginning. I.e. Load the 'bootstrap' set of components initially, then grab the ContainmentModel from the Kernel and manipulate whenever later... ContainmentModel model = kernel.getModel(); model.addModel( compModel ); However, I am NOT sure how to effectively build the compModel ( a DeploymentModel instance, which is either a component or a container ) in an effective/quick way, and hope that Stephen can help you with that. Steve!!!! Cheers Niclas -- +------//-------------------+ / http://www.bali.ac / / http://niclas.hedhman.org / +------//-------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]