Not a problem, I will not have the system ready to enter information
until this weekend anyway.  That will give you a couple days to clean up
the code.  I'll most likely run my tests on saturday evening or sometime
sunday.  With the update of the matrix I'll also be able to list why
something does not check out.  Nice work, I like the widgets.

M.

-----Original Message-----
From: David Cushman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 2:35 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: [Dynapi-Help] Image Button example page


Hey Matthew,
  Yes we could go ahead and list them, but I am afraid
they will not do so well.  Give me a few days to clean
up the code in the example pages, Henrik just pointed
out that the calls to set the different widget
parameters are not working correctly.  Testing under
the different browsers will show me what needs to be
fixed.  I am sending them to Richard some time in the
next few days to place with the other widgets/demos.  

Please check buttonimage.js as it is in the DynAPI
official release.  The second button on the page has a
problem under NS4.76 but it is due to my code(maybe),
not the widget.  Anyone know why onclick does not want
to work in the event listener script here under
NS4.76?  Works fine under IE5.5
code:
   but2listn = new EventListener(buti02);
        but2listn.onclick=function(e) {
                alrt2.setHTML("<center>Button 2 pressed<br>activated
by <i>onclick</i> event</center>");
                alrt2.setVisible(true);
                setTimeout('alrt2.setVisible(false)',3000);
        }
Maybe we have a bug in events.js?
This page is at:
http://www.merlinsworld.net/dynapi_ri_dcexamples/image_button.html

comments? suggestions? anyone?

Thanks Matthew,
Dave C. "You Changed What?!?"

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to