On Sat, Apr 21, 2012 at 7:01 PM, Sean P. DeNigris <[email protected]> wrote:
>
> Pavel Krivanek-3 wrote
>>
>> you may look at WADynamicVariable from Seaside how
>> to process such context specific globals.
>>
>
> Thanks for the pointer... I checked it out, but Seaside is actually not
> doing anything with the binding there.
>
> Sean
>

It does nothing with class bindings directly but it is maybe the
cleanest way how to solve this kind of problem. However if you really
need to switch classes, you may try to sent becameForward: during
context switching in ProcessorSheduller.

-- Pavel

Reply via email to