|
From: Robert R. <rra...@ya...> - 2001-01-08 05:09:04
|
I want to release a new version of the DynAPI soon, but there are a few things preventing it. 1) In IE 5 the events inside of text in the label widget are broke again. 2) The list widget does not work with the updated dynlayer creation system. 3) Events in NS 6 are firing twice. There is a patch for this at sourceforge. Has this patch been tested by anyone? If we can resolve these issues, then I think we can release a new version. -- // Robert Rainwater |
|
From: Robert R. <rra...@ya...> - 2001-01-08 22:48:40
|
I updated CVS and the snapshot with some changes to the label and list widget that should get the list widget working. However, the event problems in IE are still causing problems. Also, the onmouseover event is never called for the ListItems. This could be related to the Label problems. Also, the list widget is very slow and the events are lagging behind. I think part of this is the constant rewriting of the html. Anyway to improve this? -- // Robert Rainwater On 1/8/2001, 12:13:02 AM EST, Robert wrote about "[Dynapi-Dev] Latest Issues": > I want to release a new version of the DynAPI soon, but there are a > few things preventing it. > 1) In IE 5 the events inside of text in the label widget are broke > again. > 2) The list widget does not work with the updated dynlayer creation > system. > 3) Events in NS 6 are firing twice. There is a patch for this at > sourceforge. Has this patch been tested by anyone? > If we can resolve these issues, then I think we can release a new > version. |
|
From: Raymond S. <dst...@or...> - 2001-01-09 04:17:53
Attachments:
imagebut_example.zip
|
I posted this to patches also, but here I added an example (for SVC) with 2 pieces of art you can throw into the 'images/common' fileso it becomes a standard part of debugging. Changing 'w' and 'h' to 'width' and 'height' fixed half the problems. Mouseover still doesn't invoke an image change. Laters |
|
From: Jordi 'I. M. <jmi...@or...> - 2001-01-09 10:59:34
|
I am currently working on an scalable menu interface that should provide a solution for most of these. I hope to release it as soon as it is fully tested an I can write some related docs and tutorials. Releasing a standalone bunch of cross-related js files would only add more confusion to the current situation. You can check my site for news and info about my progress. www.cantir.com/dynapi PS: How is it that a machine capable to run Q3A, Messiah, Carmageddon 2000, Colin McRae 2, etc... can't create and move several layers in a reasonable time ? Browser developers might as well go back to college and try to learn something this time. Robert Rainwater wrote: > I updated CVS and the snapshot with some changes to the label and list > widget that should get the list widget working. However, the event > problems in IE are still causing problems. Also, the onmouseover event > is never called for the ListItems. This could be related to the Label > problems. > > Also, the list widget is very slow and the events are lagging behind. > I think part of this is the constant rewriting of the html. Anyway to > improve this? > > -- > // Robert Rainwater > > On 1/8/2001, 12:13:02 AM EST, Robert wrote about "[Dynapi-Dev] Latest Issues": > > > I want to release a new version of the DynAPI soon, but there are a > > few things preventing it. > > > 1) In IE 5 the events inside of text in the label widget are broke > > again. > > > 2) The list widget does not work with the updated dynlayer creation > > system. > > > 3) Events in NS 6 are firing twice. There is a patch for this at > > sourceforge. Has this patch been tested by anyone? > > > If we can resolve these issues, then I think we can release a new > > version. > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
|
From: Richard :o <ma...@ri...> - 2001-01-09 19:19:49
|
Hi, It's nice to see you're updating your site, it's been a great reference point. (and blue's a lot better than green :o) > PS: How is it that a machine capable to run Q3A, Messiah, Carmageddon 2000, Colin > McRae 2 You know all these programming languages??? Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Jordi 'IlMaestro' Ministral" <jmi...@or...> To: <dyn...@li...> Sent: Tuesday, January 09, 2001 11:57 AM Subject: Re: [Dynapi-Dev] Latest Issues > I am currently working on an scalable menu interface that should provide a > solution for most of these. I hope to release it as soon as it is fully tested an > I can write some related docs and tutorials. Releasing a standalone bunch of > cross-related js files would only add more confusion to the current situation. > > You can check my site for news and info about my progress. > > www.cantir.com/dynapi > > PS: How is it that a machine capable to run Q3A, Messiah, Carmageddon 2000, Colin > McRae 2, etc... can't create and move several layers in a reasonable time ? > Browser developers might as well go back to college and try to learn something > this time. > > Robert Rainwater wrote: > > > I updated CVS and the snapshot with some changes to the label and list > > widget that should get the list widget working. However, the event > > problems in IE are still causing problems. Also, the onmouseover event > > is never called for the ListItems. This could be related to the Label > > problems. > > > > Also, the list widget is very slow and the events are lagging behind. > > I think part of this is the constant rewriting of the html. Anyway to > > improve this? > > > > -- > > // Robert Rainwater > > > > On 1/8/2001, 12:13:02 AM EST, Robert wrote about "[Dynapi-Dev] Latest Issues": > > > > > I want to release a new version of the DynAPI soon, but there are a > > > few things preventing it. > > > > > 1) In IE 5 the events inside of text in the label widget are broke > > > again. > > > > > 2) The list widget does not work with the updated dynlayer creation > > > system. > > > > > 3) Events in NS 6 are firing twice. There is a patch for this at > > > sourceforge. Has this patch been tested by anyone? > > > > > If we can resolve these issues, then I think we can release a new > > > version. > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |
|
From: Robert R. <rra...@ya...> - 2001-01-09 05:26:26
|
I've never really looked at ButtonImage before ... but at first glance, the events are not firing and the image in the example never changes onmouseover because it never first that event. -- // Robert Rainwater On 1/8/2001, 11:15:59 PM EST, Raymond wrote about "[Dynapi-Dev] buttonimage.js and example and artwork for SVC": > I posted this to patches also, but here I added an example (for SVC) with 2 > pieces of art you can throw into the 'images/common' fileso it becomes a > standard part of debugging. Changing 'w' and 'h' to 'width' and 'height' > fixed half the problems. Mouseover still doesn't invoke an image change. > Laters |