I sent this message. Did you get it? It was returned as I believe
sourceforge.net lists thought it was spam!
todd.



Quick look over:
you have this.jumpTo() in an event handler.
Your "this" is not defined there, the handler is just a function that is

called. It is not part of the object when the event is fired.
what is the target? It is "this.highlighter". To access 'jumpTo()' I
would
set "this.highlighter.parent = this;" and in the event handler use
"target.parent.jumpTo(-target.getX()*8, -target.getY()*8)"
Todd.

----- Original Message -----
From: "ngy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 10, 2002 1:48 PM
Subject: [Dynapi-Help] Viewport HELP




-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to