Hey Ken,
Add the following code to the end of your first
oncreate to set it to null after it executes the first
time, allowing the recreateall (built in to dynapi) to
properly execute on a ns4 resize.
excerpt from your widget starting line 138
o.formatted = true
o.setVisible(true);
// add this
l.oncreate=function(e) {
}
//end add
}
l.ondragstart=function(e) {
Alternately, if you are using a seperate oncreate
(should look in to onprecreate),
just remove the event listener at the end of the code.
Tested your widget with this code under 2-23 snapshot
win98 PC ns4.76, ns4.08 ie5.5 and ns6 (runs slow like
mine under ns6, we need to solve this)
Cheers,
Dave C. "You Changed What?!?"
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help