4. Pre-initialize with Arguments

Skip to end of metadata
Go to start of metadata

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
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. 20-10-2007

    don

    Maybe the following example will solve it: