Skip to Content
0
Former Member
Sep 29, 2005 at 10:27 AM

multithreading and static of wdDoModifyView in a view controller

29 Views

wdDoModifyView javadoc recommends to use a static variable of view controller (VC) to pass/publish a references of UI elements to event handlers of VC.

it means then that different instances of VC serving different users share same static variable... i see here a problem, do not you?