Re: [Dynapi-Dev] Objects array

2001-03-06 Thread Robert Rainwater
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 "[Dynap

Re: [Dynapi-Dev] Objects array

2001-03-06 Thread Doug Melvin
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:

RE: [Dynapi-Dev] Objects array

2001-03-06 Thread Pascal Bestebroer
EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Eytan Heidingsfeld > Verzonden: dinsdag 6 maart 2001 18:32 > Aan: Dynapi-Dev > Onderwerp: [Dynapi-Dev] Objects array > > > I'm not sure you have noticed but in my DynLayer there is a > property called > index. There is

[Dynapi-Dev] Objects array

2001-03-06 Thread Eytan Heidingsfeld
I'm not sure you have noticed but in my DynLayer there is a property called index. There is also an array called Objects. I think that for purposes like starting new threads for certain method calls (to eliminate out of stack space errors or other workarounds) we should make every widget add this