Again, thanks to everyone who responded to my request for testing. I'm
glad you guys like my widget (now that's a sentence that would sound
strange out of context).

Three points:

1) The problem of the dial not updating the text box in Netscape 6 is my
fault on the demo page and has nothing to do with the widget itself. I
was in such a hurry to get the demo up the other day, I just threw
something together. If you look at the code for the page you will see
that I never set up a way to refer to the form element for Netscape 6. I
will rectify that when I put together the zip of the widget and it's
documentation.

2) The "problem" in IE with the dial not updating when you hit return in
the text box is not really a problem, and again has nothing to do with
the widget itself. It's just a browser peculiarity that I decided not to
try to rectify in the demo. You can, as noted on the demo page, tab out
of the input and it works fine. Other than that, you could trap keyboard
events for that form element and if it is a carriage return you could
call the setValue method of the RadioDial. I tried to trigger it in an
onSubmit for IE, then returning false so the browser doesn't try to
submit the form, but it doesn't work.

3) The only other real problem I saw mentioned (besides it working
slowly on some configurations) was that the dial labels were being
cut-off on some browsers. That is something I will look into.

Once more.... thanks, and expect a zip for distribution shortly.

Jeff Greenberg
[EMAIL PROTECTED]


-----------------
>Jeff,

>Nice widget!

>Platform: MacOS 9.0.4

>Browser: Netscape 4.72

>-seems to work flawlessly

>Browser: Mozilla 0.7 (~Netscape 6)

>-mostly works. Only problem is the text box on widget1 doesn't
>display the value. However, entering a value in the box does change
>the widget.

>Browser: Internet Explorer 5.0

>-works. Only glitch is that entering a value in the box doesn't
>affect the widget until the box loses focus -- with <tab> or a mouse
>click, hitting return doesn't do it.

>Browser: Internet Explorer 4.01

>- same as for 5.0


>This is the first DynAPI2 example I have seen that more or less works
>on all of these.

>        Sean

>I posted a message to the widget-dev list yesterday about a radio dial
>widget I created. I need more help testing it out on different
>browsers/platforms. If any of you can get the time, please go to:
>
>http://home.earthlink.net/~kendrasg/widget/RadioDial/demo1.html
>
>Thanks,
>
>
>Jeff Greenberg
>[EMAIL PROTECTED]


[R. Sean Fulton | Public Information Specialist  |  [EMAIL PROTECTED]]

[***** Pittsburgh Supercomputing Center | 412/268-7141 *****]


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

Reply via email to