Skip to Content
0
Former Member
Aug 10, 2005 at 08:05 AM

How do I dynamically recreate parts of the context structure?

97 Views

have an application in which I need to dynamically rebuild part of the context.

On first entering the application I build the necessary parts by calls to IWDNodeInfo.addChild(), but when I want to rebuild that part of the context there seems that there is no way for me to remove the previous nodes! The only way I have found to do this is to call IWDContext.reset() function which destroys all the non-declarative context data.

Does anyone have another idea for how to achieve this?

Walter