On 16.11.2010, at 21:22, Norbert Hartl wrote:
I'm using some option descriptions. For resolving
possible options of to be referenced objects I use something like
options: [ HRExampleObject instances ] magritteDynamicObject;
Now I'm trying to avoid using globals. Especially when dealing with gemstone it is
not advizable to have class side instances management. Is there a way to specify some
lookup environment to lookup something like the above?
Well, the question was maybe too unspecific. At first I'm looking for a
possibility to create options from the instance side while dealing with components. On my
custom components I could do that easily by overwriting availableList. I'm just
looking for a more generically applicable solution that does not force me to build a
custom component for every case.
thanks,
Norbert