RE: [Dynapi-Help] onChange event and DynLayer...

2001-03-07 Thread GORTSILAS ANDREAS
I try  elm.onchange=elm.> but the EventMethod does not executed when I change the option in select html element...   For the standard way I have to say that I am using an object wich has the select html element as setHTML... That's why I am trying to find a more generic way to ca

[Dynapi-Help] Need Netscape help with inline scrolling

2001-03-07 Thread David Beegle
I (try to) maintain a web site for my mother. I'm not very good at it and I don't know much but i give it my best shot. I recently redesigned the entire site and since I don't have Netscape at home, and since I use a 28.8 modem and a Pentium 75, it would take forever to download it and would pro

re: [Dynapi-Help] onChange event and DynLayer...

2001-03-07 Thread Michael Pemberton
You'll notice that there is a method called capture mouse events in which it contains the following code: if (is.ns4) elm.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP | Event.CLICK | Event.DBLCLICK);     elm.> This is where is redirects these so that they trigger events that can be detected

[Dynapi-Help] mail list server

2001-03-07 Thread Doug Melvin
Is there ANY way to fix the list server so that it send messages in secuence? you know, in order of the time they where actually sent?   ---Outgoing mail is certified Virus Free by AVG Free EditionDownload at: http://www.grisoft.com/html/us_index.cfmChecked by AVG anti-virus system (http://w

[Dynapi-Help] bloddy stragne occurance.

2001-03-07 Thread Doug Melvin
Win98 NS 4.75   somehow the mouseup in the below code is being fired three times in NS 4.75, without fail. Also, clicking ANY where in the document causes the mouseup to be fired.. wierd, no?   (the code is inside a widget..)    this.Listener=new EventListener(this); this.Listener.onprecreate

Re: [Dynapi-Help] right click - IE5.5 Win2k

2001-03-07 Thread Jordi - IlMaestro - Ministral
Open events.js and search for something like oncontextmenu = ? comment it out Abre Chase wrote: > Is is possible to not capture the right-click event so that IE behaves like > its default and shows the pop up menu with back,forward, etc? > > Thanks for any advice! > > - Abre Chase > > __

[Dynapi-Help] right click - IE5.5 Win2k

2001-03-07 Thread Abre Chase
Is is possible to not capture the right-click event so that IE behaves like its default and shows the pop up menu with back,forward, etc? Thanks for any advice! - Abre Chase ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/l

Re: [Dynapi-Help] centering loadpanel content in a scrollpane

2001-03-07 Thread Ed Baxter
Henrik, Thanks for the advice, unfortunately it did not fix the problem. You state that you had the same problem, did you ever get it working or did you just leave the content left justified? It seems to me that the scrollpane (L12) is the one that might be causing the problem since I am able

RE: [Dynapi-Help] Problem with setHTML in NS6 (gives script error) -- additional

2001-03-07 Thread doug moore
that's on line 198 of dynlayer.js Quoting doug moore <[EMAIL PROTECTED]>: > OK, I did that, and the previous error is cleared up, but now i get: > > this.elm has no properties > Source File: http://idledreams.net/dynapi/src/lib/dynapi/api/dynlayer.js > > > Quoting Pascal Bestebroer <[EMAIL P

RE: [Dynapi-Help] Problem with setHTML in NS6 (gives script error)

2001-03-07 Thread doug moore
OK, I did that, and the previous error is cleared up, but now i get: this.elm has no properties Source File: http://idledreams.net/dynapi/src/lib/dynapi/api/dynlayer.js Quoting Pascal Bestebroer <[EMAIL PROTECTED]>: > try renaming the variable, and see what happens > > > Pascal Bestebroer >

RE: [Dynapi-Help] Problem with setHTML in NS6 (gives script error)

2001-03-07 Thread Pascal Bestebroer
try renaming the variable, and see what happens Pascal Bestebroer [EMAIL PROTECTED] http://www.dynamic-core.net > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens doug moore > Verzonden: woensdag 7 maart 2001 16:28 > Aan: [EMAIL PROTECTED] > Onderwerp

[Dynapi-Help] onChange event and DynLayer...

2001-03-07 Thread GORTSILAS ANDREAS
I have a DynLayer which contains (setHTML) a select element... Every select html element has an onchange event... until now I beleived that I can catch all the events of the inner html element in the DynLayer with an eventListener Is it correct? Can I do this? Thank you Andreas Gortsilas

[Dynapi-Help] Problem with setHTML in NS6 (gives script error)

2001-03-07 Thread doug moore
In NS6, on a page that works in IE and NS4.7 i get: title.setHTML is not a function from the code: titlex = DynAPI.document.getWidth() - 300 title = new DynLayer(null,titlex,0,300,45,'#1a9d00') title.setHTML('idledreams.net') doug. ___

[Dynapi-Help] RE: [Dynapi-Dev] Events speed

2001-03-07 Thread Pascal
1. Please use the DynAPI-help list for this (that's why I replied it to that list) 2. without code it's hard to see what you'r doing. 3. NS6 is not yet 100% supported, so bugs might still be in there. 4. you basically only have to use a ; between two commands.. so : document.write('test') docu