From minkuk.20 at gmail.com Wed Oct 27 11:54:30 2010 From: minkuk.20 at gmail.com (mohit kingra) Date: Thu, 28 Oct 2010 00:24:30 +0530 Subject: [squirrelfish] Parent Problem In-Reply-To: <0LAY007AA7LDH6@ms13.samsung.com> References: <0LAY007AA7LDH6@ms13.samsung.com> Message-ID: Dear all, Below is the problem i'm stuck at in a Project. Your browser must support javascript. The scope of the problem: - It is related to the interfacing of browser core and Squirrelfish JS Engine via exposed C interfaces by use of JSClassDefinition. Problem Statement: As per our understanding for every DOM document (HTMLPage with JS), we create context and register the DOM objects in engine and at runtime we set or retrieve or process an event via callback mechanism. The problem arises when we try to communicate between the DOM Objects in two different contexts. To explain it further, we have the following html page: