[Dynapi-Help] Re: Prototypes

2002-07-23 Thread Scott Vitale
Got it fixed..had to put the prototypes in the Onload() instead of out among the globals Which leads me to another question.how can I define these prototypes in a file so I don't have to do it on every page in the Onload()?? Thanks, Scott --

[Dynapi-Help] Prototypes

2002-07-23 Thread Scott Vitale
Hi, I need to define some prototypes for the DynLayers I'm using. If I define them above my global variables, the browser complains that it can't access my global variables. If I define it afterward, sometimes it complains that "DynLayer.prototype is null or not an object". I even tried put

Re: [Dynapi-Help] Capture Mouse Position

2002-07-23 Thread Scott Vitale
This code worked for me, but I also needed to add: DynAPI.document.captureMouseEvents() Before I created the event listener -Scott - Forwarded message from Angelo Tata <[EMAIL PROTECTED]> - Date: Tue, 23 Jul 2002 02:26:02 +0200 From: Angelo Tata <[EMAIL PROTECTED]>

[Dynapi-Help] keyboard event cancelBubble

2002-07-23 Thread Pierre BESNARD
hi, what is the way to not dispach a keyboard event to the container of a Dynlyer. For example, I'm using a list and I want to use keybord arrow to move in. But i don't want the window's scrollbar to scroll when I move within the list. thank you in advance. Pierre __ /