Re[2]: [Dynapi-Help] using getElementById() function

2001-04-03 Thread Robert Rainwater
The official DynAPI has never released a version that used getElementById. The docs you have show a DynObject. That was added to the DynAPI recently but hasnt been release yet. The docs you have are Pascal's version. (Plus we don't have any docs with the new stuff anyways). Although this could be

Re: [Dynapi-Help] using getElementById() function

2001-04-03 Thread Cameron Hart
you're always confusing people pascal ;-) Pascal Bestebroer wrote: > that's the dynacore reference... not dynapi .. > > > > > > Pascal Bestebroer > [EMAIL PROTECTED] > http://www.dynamic-core.net > > -Oorspronkelijk bericht- > *Van:* [EMAIL

Re: [Dynapi-Help] Updated to DynAPI2.5 and now drop events don't work?

2001-04-03 Thread Chris Shreve
I've got this...

Re: [Dynapi-Help] Updated to DynAPI2.5 and now drop events don't work?

2001-04-03 Thread Doug Melvin
ensuer you are addiing the apporpriate events files.. (dynapi/src/event) - Original Message - From: Chris Shreve To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 12:33 PM Subject: [Dynapi-Help] Updated to DynAPI2.5 and now drop events don't work? the

[Dynapi-Help] Updated to DynAPI2.5 and now drop events don't work?

2001-04-03 Thread Chris Shreve
the code that worked with DynAPI2...   myListenerDrop2=new EventListener(myTarget2) myListenerDrop2.ondrop=function(e) { alert('hi') } myTarget2.addEventListener(myListenerDrop2)   This code does not work with DynAPI 2.5... Anybody have any ideas?  Is this a bug?     Thanks.

Re: [Dynapi-Help] using getElementById() function

2001-04-03 Thread Doug Melvin
Ah.. I should have read on... - Original Message - From: Pascal Bestebroer To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 10:59 AM Subject: RE: [Dynapi-Help] using getElementById() function that's the dynacore reference... not dynapi ..    

Re: [Dynapi-Help] using getElementById() function

2001-04-03 Thread Doug Melvin
that's right. I do believe we had, at some point, implemented this function in DynAPI. I could be misstaken though - Original Message - From: Nicolas MASSART To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 10:39 AM Subject: Re: [Dynapi-Help] using getEle

RE: [Dynapi-Help] using getElementById() function

2001-04-03 Thread Pascal Bestebroer
that's the dynacore reference... not dynapi ..     Pascal Bestebroer[EMAIL PROTECTED]http://www.dynamic-core.net -Oorspronkelijk bericht-Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Nicolas MASSARTVerzonden: dinsdag 3 april 2001 19:39Aan: [EMAIL PROTECTED]Onde

Re: [Dynapi-Help] using getElementById() function

2001-04-03 Thread Nicolas MASSART
Ok, I know the DOM methods for 6.0 browsers, but this method is also shown in the DynAPI reference (see attachment) Note that this function is not said to be private... Cameron Hart wrote: it's not a DynAPI function, it's a DOM function. You can only use it in browsers that support the DOM, for

RE: [Dynapi-Help] using getElementById() function

2001-04-03 Thread Cameron Hart
it's not a DynAPI function, it's a DOM function. You can only use it in browsers that support the DOM, for example you could go document.getElementByID('myid') > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Nicolas > MASSART > Sent: 03 April 2001

[Dynapi-Help] using getElementById() function

2001-04-03 Thread Nicolas MASSART
hi ! I would like tu use the getElementById() function bu I don't understand how it works. I wrote : alert(DynAPI.getElementById('MyID').id); but it returns nothing because getElementById() is not a DunAPI function (as my browser said...) Anyone knows how to use this function ? Thanks -- ---

RE: [Dynapi-Help] Problem with my widget in NS 4 (may events kill a PathAnimation???)

2001-04-03 Thread Christof Pohl
I will have a look at NS4.08 soon. Furthermore, I will add some more functionality (add vertical scrolling, add consistency checks to the widget itself, etc). Additionally, I will look over "thread.js" and "pathanim.js" wether my solution for LinkFilm could be adapted to them. :-) Christof > ---

Re: [Dynapi-Help] Problem using getContentHeight()

2001-04-03 Thread Nicolas MASSART
Ok it works, thanks !!! Michael Pemberton wrote: > the layer is not physically created until after it has beed added to a > document (either directly or as a child of another layer) . this means > that the content size is not known. if you change the precreate method to > a create method, it s