I have just started working with Dan's latest creation. I have done a
fair bit of work with both versions 1 and 2 and have started building my
own widgets to help me.
The most recent is a Cell object that extends the DynLayer object. This
happens with no problems.
I then have a Button object that extens the Cell object. Again, it
creates with no problems. The problems becomes apparent when I start
using events to capture mouse clicks.
I have a test page that has three buttons on it, TestButton1,
TestButton2, TestButton3. All are Buttons as explained before. They
each just have a sample alert message when they are clicked.
When any of these are pressed, it triggers all of the Buttons' click
events, regardless of which is clicked. In IE5.5 and NS4.75, it cycles
once. In NS6, it cycles twice.
If anyone has any ideas on what is causing the broblem, please help me
out. Thanks.
|