[Dynapi-Help] Click events under Netscape.

2001-05-03 Thread Steve Carroll
Has anyone notice that click events occur twice under Netscape? I've been trying for some time to eat these events. Just to prevent if from firing, but alas. No luck. Check out the button example, under Netscape on both Mac and PC (didn't check linux), it generates two click events, one righ

[Dynapi-Help] setting the stylesheet

2001-05-03 Thread Kit Cheong
Hi,   I was wondering if there's a way of using the DynAPI to set the color of some text to change when the mouse rolls over a link. i.e. in IE, the hover for links makes a line appear under a link depending on how you define the stylesheet.i am trying to do something similar but make it

Re: [Dynapi-Help] setting the visibility of layers

2001-05-03 Thread Kit Cheong
Hi,   Thanks a lot. That seems to work but isn't consistent. sometimes, if i reload the page a couple of times on netscape, i still do see the layers appearing on top.   regards, kit.   >>From: "Richard Bennett" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Subject: Re: [Dynapi-Help] setting the

Re: [Dynapi-Help] LoadPanel minor bug or... I'm going crazy [._-]

2001-05-03 Thread Richard Bennett
Yep I just noticed the same problem with IE5.5. But if you first select use_IFrame , then you can click as fast as you want. So it does seem to be a problem with the behaviors. Richard - Original Message - From: "Gabriel Suchowolski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Frid

[Dynapi-Help] LoadPanel minor bug or... I'm going crazy [._-]

2001-05-03 Thread Gabriel Suchowolski
First to say that the Compatibility Matrix is the best tool to know that DynApi2 is a very robust tool. xD Once egain playing with LoadPanel on ... http://mocha.ctlt.wsu.edu/DynAPIMatrix/dynapi20010421/examples/dynapi.gui.lo adpanel.html ... I found the same bug I have on the toloadlayer (littl

RE: [Dynapi-Help] Updated Matrix

2001-05-03 Thread Digital Strider
Well, that's the shits. I'll have to hunker back into the outdated "code-bunker" til we at least get make to the point of being "non-destructive". API's get a bad wrap for "crashing" things, not sure why.. :O). Ironically, the solution must be near. We have Mac users posting that "all work" (

[Dynapi-Help] Macintosh Issues IE 4.5 & Netscape 4.01

2001-05-03 Thread Steve Carroll
I've isolated the problem with Mac IE 4.5. It seems that the 'for in' is not supported. By simply changing this in the 'include ' functionality, Mac users under IE 4.5 and Netscape 4.0 (not even in the matrix) can gain compatibilty? Is it worth anything to anyone? Shouldn't we include it? Regards

Re: [Dynapi-Help] Updated Matrix

2001-05-03 Thread jeff
Hi, This is extremely useful. It represents the difference between hacking and real engineering. Jeff Matthew Shirey wrote: > Again, I hope someone is getting something useful out of this > information. > ___ Dynapi-Help mailing list [EMAIL PROTECT

RE: [Dynapi-Help] Updated Matrix

2001-05-03 Thread Matthew Shirey
Please no unhappy faces. =) I am just trying to objectively report the compatibility status. I don't want anyone to feel like these are complaints or flames. A very important phase of development is testing and objective feedback, I just hope I am providing this. -- Matthew -Original Mess

Re: [Dynapi-Help] Updated Matrix

2001-05-03 Thread Jordi - IlMaestro - Ministral
:( :( :( I'll fix all the non-Mac related stuff. I mean return values plus that Linux error. I had no notice of IE4 Mac being dropped, so it might be some stupid mistake with very spectacular results. Crashing browser on page exit is caused by some of the removeStuff code that was introduced when

RE: [Dynapi-Help] Updated Matrix

2001-05-03 Thread Eytan Heidingsfeld
I've looked at it and seen that NS6 doesn't support button. I've ran the test and there seems to be a problem with the setting of text in a label? Is anyone working on this? 8an ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.n

RE: [Dynapi-Help] Updated Matrix

2001-05-03 Thread Matthew Shirey
Hehe, it’s about a four hour ordeal with testing, notes, and web updates all put together. J  But as long as people use it, it’s worth it.   Thanks,   -- Matthew   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Richard Bennett Sent: Thurs

Re: [Dynapi-Help] Updated Matrix

2001-05-03 Thread Richard Bennett
The matrix is surely a tool worth having. It must be a hell of a lot of work doing all that testing! I'd keep non compatible browsers in, that's what the matrix is for, or at least have a list of not-supported browsers.   Richard. - Original Message - From: Matthew Shirey

[Dynapi-Help] Updated Matrix

2001-05-03 Thread Matthew Shirey
Hey all,   I updated the Matrix yesterday but neglected to email the list.   http://mocha.ctlt.wsu.edu/DynAPIMatrix/     Some notes about my tests with the current version:   Windows Netscape 4.04 seems to have taken a bad swing for the worse.  Looks like some functions in the even

[Dynapi-Help] Load status of a LoadPanel

2001-05-03 Thread Hershel Robinson
If my DynAPI script is loading a CGI call to a LoadPanel, and this call will take some time to load, is there any way to obtain the status of the load process? It would be nice to be able to inform the user how things are going. I ask this question based on the fact that when loading a page to a

Re: [Dynapi-Help] Debuger for JavaScript

2001-05-03 Thread Michael Pemberton
both M$ and Netscape has their own debuggers. I found the M$ debugger was good because it meant you could pinpoint the exact line that is causing the porblem. in NS it was easier just using the onerror event. Alexander Litvinov wrote: > Everyone knows that sometimes something goes wrong and som

RE: [Dynapi-Help] Debuger for JavaScript

2001-05-03 Thread Abre Chase
It's really a pretty valuable tool. Bear in mind that it only works with IE. NS has its own built in JS debugger, which you can access by typing javascript: in the location bar in NS4 or through the Tasks > Tools > JavaScript Console menu in NS6. In IE you'll also have to uncheck Disable Script

RE: [Dynapi-Help] Debuger for JavaScript

2001-05-03 Thread Cameron Hart
Dreamweaver 4 also has a script debugger. seems to get a bit confused by OO code though. it does however work in IE and NS4. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Abre Chase > Sent: 03 May 2001 15:16 > To: '[EMAIL PROTECTED]' > Subject: RE

Re: [Dynapi-Help] Debuger for JavaScript

2001-05-03 Thread Alexander Litvinov
Thanks I am going to try it. On Thursday 03 May 2001 21:16, you wrote: > MS Script Debugger > > http://msdn.microsoft.com/scripting/ > > - Abre > >> >> Everyone knows that sometimes something goes wrong and sometimes it is much >> more easy to solve the problem using some kind of debuger. Does so

RE: [Dynapi-Help] Debuger for JavaScript

2001-05-03 Thread Abre Chase
MS Script Debugger http://msdn.microsoft.com/scripting/ - Abre -Original Message- From: Alexander Litvinov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 10:13 AM To: [EMAIL PROTECTED] Subject: [Dynapi-Help] Debuger for JavaScript Everyone knows that sometimes something goes

[Dynapi-Help] Debuger for JavaScript

2001-05-03 Thread Alexander Litvinov
Everyone knows that sometimes something goes wrong and sometimes it is much more easy to solve the problem using some kind of debuger. Does someone knows any debuger that works under Windows ? Thanks for help. Alexander Litvinov. ___ Dynapi-Help mail

Re: [Dynapi-Help] shortcomings or not(was Forms on layers)

2001-05-03 Thread Richard Bennett
I found you can assign a class to a dynlayer like this: .orangeline { color: #996699; text-decoration:underline; background-color: #ee; border-style: outset; } and then DynAPI.onLoad = function() { myLayer = new DynLayer(null,150,140,300,60) myLayer.setHTML('hello') DynAP

RE: [Dynapi-Help] Inner link emulation.

2001-05-03 Thread Joaquin
That's great! It is just what i am looking for. That properties of anchor are new for me, but I will work on it just now. If it works fine, should be a great advance in the scrollpanel widget. I want to see your example soon! THANKS. Joaquín Santos. www.elguia.net __

Re: [Dynapi-Help] Inner link emulation.

2001-05-03 Thread Barbie
Ah-ha, someone else with the same problem. I am currently working on an example that copes with this. Unfortunately the code for Netscape and IE is quite different as they hold different things in the anchor object. However, I shall try and finish the example today or tomorrow and post it asap. B

[Dynapi-Help] how to use simple events

2001-05-03 Thread Richard Bennett
Can anyone explain how simple events should work?   I have:   DynAPI.include('dynapi.api.*'); DynAPI.include('dynapi.event.simple');DynAPI.include('dynapi.event.listeners');   DynAPI. {   button1 = new DynLayer(null,100,100,100,40)    button1.setHTML('Click Me') DynAPI.documen

[Dynapi-Help] Inner link emulation.

2001-05-03 Thread Joaquin
Hi. I am trying to emulate the auto scroll of a inner link, but with javascript. The idea is that, in a HTML code like this:   go there . .   . .   When the "go there" link is clicked, the explorer does an automatic scroll to the position of "there". I want to make this in  DynAPi scrollpa

Re: [Dynapi-Help] shortcomings or not(was Forms on layers)

2001-05-03 Thread Barbie
From: "Richard Bennett" <[EMAIL PROTECTED]> > The shortcomings I find irritating are: > * Memory issues if you use to many layers. This might improve slightly > still, but I think it's important to avoid it, by coding economically, not > going overboard with a coverlayer, four border layers, a co

RE: [Dynapi-Help] shortcomings or not(was Forms on layers)

2001-05-03 Thread Cameron Hart
> * A nice improvement would be that we could attach a css class > directly to a > DynLayer, like: > myLayer.setClass('greenborder') > That would save a lot of time, and we could keep a library of css classes. > Again not 100% compatible with NS4, but degrading gracefully. I was thinking about th

RE: [Dynapi-Help] toloadlayer.js problems and fixes for a while...

2001-05-03 Thread Cameron Hart
i tried it, and it seemed to work for me. i'll try it from home over a modem, see if that makes any difference. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Gabriel > Suchowolski > Sent: 02 May 2001 19:22 > To: [EMAIL PROTECTED] > Subject: RE: [D

Re: [Dynapi-Help] Outlook express tip

2001-05-03 Thread Barbie
As an added bonus you can also name all your mail rules (or filters depending if you're used to unix), so it easy to look them up when you need to change them. Barbie. - Original Message - From: Richard Bennett To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 6:47 AM Subject: [Dynapi-H