Summary
Suppose my linkable component uses init arguments to load a general scripting engine (or formula processor or something like that) which in turn needs to be initialised with arguments (e.g. to load a script from a given file). The second set of (valid) initialisation arguments is only known after the first initialization is done. Also this might be further nested, requiring some kind of iterative initialisation, like:
How to address in Version 1
...
How to address in Version 2
...
Labels:
None
1 Comment
comments.show.hide20-10-2007
don
Maybe the following example will solve it: