Why do you need such an array? All dynlayers are already put in an
array. DynLayer's toString method also provides a global reference, so
the "this" will return a valid reference to the object.
--
Robert Rainwater
On 3/6/2001, 12:32:13 PM EST, Eytan wrote about "[Dynapi-Dev] Objects array":
what about DynAPI.document.all['" + this.id + "'].setbGColor('red');
Works for me.. and requires no adding of code
- Original Message -
From: "Eytan Heidingsfeld" <[EMAIL PROTECTED]>
To: "Dynapi-Dev" <[EMAIL PROTECTED]>
Sent: Tuesday, March 06, 2001 9:32 AM
Subject: [Dynapi-Dev] Objects ar
currently the toString() will return the correct object name
so you can do:
setTimeout(this+'.dostuff()',100)
or
setTimeout(mywidget+'.dostuff()',100)
Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAI