You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(75) |
Nov
(252) |
Dec
(418) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(659) |
Feb
(1039) |
Mar
(870) |
Apr
(235) |
May
(329) |
Jun
(251) |
Jul
(123) |
Aug
(119) |
Sep
(67) |
Oct
(194) |
Nov
(535) |
Dec
(133) |
2002 |
Jan
(122) |
Feb
(24) |
Mar
(29) |
Apr
(28) |
May
(16) |
Jun
(20) |
Jul
(11) |
Aug
(12) |
Sep
(13) |
Oct
(14) |
Nov
(23) |
Dec
(19) |
2003 |
Jan
(28) |
Feb
(170) |
Mar
(288) |
Apr
(211) |
May
(126) |
Jun
(166) |
Jul
(131) |
Aug
(102) |
Sep
(211) |
Oct
(301) |
Nov
(22) |
Dec
(6) |
2004 |
Jan
(14) |
Feb
(16) |
Mar
(7) |
Apr
|
May
(8) |
Jun
(25) |
Jul
(21) |
Aug
(2) |
Sep
(7) |
Oct
|
Nov
(2) |
Dec
(1) |
2005 |
Jan
(4) |
Feb
(2) |
Mar
(14) |
Apr
(24) |
May
(3) |
Jun
(7) |
Jul
(30) |
Aug
(5) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
From: Raymond I. <xw...@ya...> - 2003-04-13 03:14:15
|
Well said Doug :) Only if we could also get the user on the dynapi-help list to join the dev-group to help out with this new version. How about dropping the help group a line? Agree? -- Raymond Irving --- Doug Melvin <do...@cr...> wrote: > Hey guys, I send the below message to Ramesh, > including the attachements, > but the list system bounced it (I'm sure it whent to > here, just not you.) > So here is my reply to them minus the attachments. > > Is it just me, or is it kinda cool that soemone in > India is considering the > DynAPI > for their company? > ---------------------------------------------------------------------------- > --------- > From Doug Melvin TO Ramesh Pallikara > Hello Ramesh! > I have attached the latest build of DynAPI 3x from > the CVS. > I hope zip is okay, if not let me know and I'll > provide it in rar.. > In the root of the archive you will find an > index.html, this will bring you > to the documentation. > > I would like to point out that this is indeed an > alpha release, and as such, > may still have some bugs in it. > > Also, as an alpha release, you will find a lack of > complex widgets such as a > treeview. > > I do however believe that this release is superior > to the last one as it has > been optimized to > load faster, and work cleaner that nay previous > release. > > I have attached the current version of the > scrollbar, scrollpane and button > widgets as well for your > review. > > Documentation should be release for the scrollbar, > button and scrollpane > within the week. > > This release is design to support the following > browsers on Mac, Windows, > and *NIX platforms: > Opera 7+ > Internet Explorer 4+ > Konqueror 3+ > Safari > Netscape 4+ > Mozilla 1+ > Phoenix 0.5+ > > If you have any questions, comments, or suggestions > do feel free to post > them on the list. > Also note that we do encourage all users of the > DynAPI to become > contributors to the project itself, > so do feel free to add your two cents worth where > you feel appropriate. > > cheers, > Doug Melvin > > ----- Original Message ----- > From: "Ramesh Pallikara" > <ra...@in...> > To: "DynAPI-Dev" <dyn...@li...> > Sent: Saturday, April 12, 2003 6:00 AM > Subject: [Dynapi-Dev] A few Questions ? > > > > hi, > > > > i've been evaluating DynAPI for use in our > company's web-applications > > and i would like to ask a few questions in this > regard. > > > > a ) here's one i dread to ask on a free/open > sourcesoftware mailing > > list, any ideas or guesses when the next build is > likely to happen. Any > > "milestone build" or "developer build " or some > kind of a pre-alpha > > build, would be very helpful for us in > incorporating it. > > > > b) i saw > link(http://dynapi.sourceforge.net/snapshot/?N=D) > for daily > > builds but that seems to be on a different line, > is there a similar > > automated daily build available for dynapi3x ??? > > > > regards > > ramesh pallikara > > > > -- > > QOTD: > > "I've always wanted to work in the Federal Mint. > And then go on > > strike. To make less money." > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers > of TotalView, The > debugger > > for complex code. Debugging C/C++ programs can > leave you feeling lost and > > disoriented. TotalView can help you find your way. > Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system > (http://www.grisoft.com). > Version: 6.0.471 / Virus Database: 269 - Release > Date: 4/10/2003 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-04-13 03:10:02
|
Line 81 of dynapi.js contains a version variable that you can use. Or you can get the version by using dynapi.version -- Raymond Irving --- Doug Melvin <do...@cr...> wrote: > That's easy enough. > My ideas: > Line 142: var dynapi = new DynAPIObject(); > Line 143: dynapi.version="3.0a"; > Line 144: dynapi.major=3; > Line 145: dynapi.minor=0; > Line 146: dynapi.revision='a'; > > Or even a version object of some kind: > dynapi.version = { > getVersion : function(){ return 3.0; }; > getMajor : function(){ return 3; }, > getMinor : function(){ return 0; }, > getRevision : function(){ return 'a'; } > }; > > Or how about an array? > dynapi.version=[3,0,'a']; > > Just a few ideas.. > ----- Original Message ----- > From: "Dan Willemsen" <da...@wi...> > To: "Raymond Irving" <xw...@ya...> > Cc: "DynAPI-Dev" <dyn...@li...> > Sent: Friday, April 11, 2003 6:01 PM > Subject: Re: [Dynapi-Dev] A few changes to DynAPI > > > > We should also probably have this accessable via > javascript, mostly for > > distributing widgets, they can tell if they are > compatible with the > > current library > > > > On Fri, 2003-04-11 at 17:08, Raymond Irving wrote: > > > Thanks for the feedback. > > > > > > Any proposals for the version.xml file? > > > > > > I was thinking of something like: > > > > > > <version> > > > <major>3</major> > > > <minor>0</minor> > > > </version> > > > > > > > > > -- > > > Raymond Irving > > > > > > > -- > > Dan Willemsen <da...@wi...> > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers > of TotalView, The > debugger > > for complex code. Debugging C/C++ programs can > leave you feeling lost and > > disoriented. TotalView can help you find your way. > Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system > (http://www.grisoft.com). > Version: 6.0.471 / Virus Database: 269 - Release > Date: 4/10/2003 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-04-13 03:02:08
|
--- Kevin <ke...@ke...> wrote: > Yes maybe a worm ate the ship360.gif file? > > clipImage:"images/ship360.gif" But this file should be inside cvs, isn't it? > > As for games we need to iron out container > and content re/sizing plus whether a dlyr w/h > should be scroll or offset or shoot-emy foot. > > - > Kevin > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: "Dynapi-Dev" <Dyn...@li...> > Sent: Friday, April 11, 2003 11:21 PM > Subject: Re: [Dynapi-Dev] Spaceship found a black > hole? > > > > > > --- Kevin <ke...@ke...> wrote: > > > Hi, > > > > > > Just noticed the spaceship/path/circle animation > > > examples > > > have lost the image. > > > > That's not so good for the galaxy now isn't it? > :) > > > > Got any ideas as to why the image is not showing > up? > > > > PS. On another note is anyone creating games with > > DynAPI? Things like pacman, space invader, > puzzles,2D > > shoot-em ups, etc would be nice to see. > > > > -- > > Raymond Irving > > > > > - > > > Kevin > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Etnus, makers > of > > > TotalView, The debugger > > > for complex code. Debugging C/C++ programs can > leave > > > you feeling lost and > > > disoriented. TotalView can help you find your > way. > > > Available on major UNIX > > > and Linux platforms. Try it free. www.etnus.com > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - File online, calculators, > forms, and more > > http://tax.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers > of TotalView, The debugger > > for complex code. Debugging C/C++ programs can > leave you feeling lost and > > disoriented. TotalView can help you find your way. > Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-04-13 02:59:42
|
--- Kevin <ke...@ke...> wrote: > What are <layer> isolations? In NS4 each layer has it's own document object and thus document.images will not work in those layers. We would have to do something like document.layers['name'].document.images['name']; to gain access to the images in that layer. I didn't spot that the > example didn't need to include the dynapi.api.* > I like the idea of a general library before the api. > Should mouse events be an ext like key events to > include if needed by the user or possibly a library > dependence include order? No. I don't think MouseEvents should be an extension like the DynKeyEvents. MouseEvents is basically a very essential part of dynapi. I can seem to think of a DynAPI app of website that will never use MouseEvents. If users don't want if all they have to do is to not use dynapi.api and use EventObject, etc. -- Raymond Irving > - > Kevin > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: "Dynapi-Dev" <Dyn...@li...> > Sent: Friday, April 11, 2003 11:56 PM > Subject: Re: [Dynapi-Dev] Image rollover NS4 bug > > > > > > Well, what do you know... In order for > functions.Image > > to work with NS4 (due to <layer> isolations) the > > MouseEvent library will have to be included. This > will > > cause links to be assigned the ._dynobj property. > > > > For NS4 I'll set it so whenever the Image library > is > > loaded it will automatically load the MouseEvent > > library, agree? Is there another solution? > > > > > > -- > > Raymond Irving > > > > --- Kevin <ke...@ke...> wrote: > > > Hi, > > > > > > In NS4 on Windows: > > > > > > dynapi.functions.getimage.html > > > error > > > line 22 > > > this._dynobj has no properties > > > > > > - > > > Kevin > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Etnus, makers > of > > > TotalView, The debugger > > > for complex code. Debugging C/C++ programs can > leave > > > you feeling lost and > > > disoriented. TotalView can help you find your > way. > > > Available on major UNIX > > > and Linux platforms. Try it free. www.etnus.com > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - File online, calculators, > forms, and more > > http://tax.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers > of TotalView, The debugger > > for complex code. Debugging C/C++ programs can > leave you feeling lost and > > disoriented. TotalView can help you find your way. > Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Doug M. <do...@cr...> - 2003-04-12 21:33:56
|
Hey guys, I send the below message to Ramesh, including the attachements, but the list system bounced it (I'm sure it whent to here, just not you.) So here is my reply to them minus the attachments. Is it just me, or is it kinda cool that soemone in India is considering the DynAPI for their company? ---------------------------------------------------------------------------- --------- From Doug Melvin TO Ramesh Pallikara Hello Ramesh! I have attached the latest build of DynAPI 3x from the CVS. I hope zip is okay, if not let me know and I'll provide it in rar.. In the root of the archive you will find an index.html, this will bring you to the documentation. I would like to point out that this is indeed an alpha release, and as such, may still have some bugs in it. Also, as an alpha release, you will find a lack of complex widgets such as a treeview. I do however believe that this release is superior to the last one as it has been optimized to load faster, and work cleaner that nay previous release. I have attached the current version of the scrollbar, scrollpane and button widgets as well for your review. Documentation should be release for the scrollbar, button and scrollpane within the week. This release is design to support the following browsers on Mac, Windows, and *NIX platforms: Opera 7+ Internet Explorer 4+ Konqueror 3+ Safari Netscape 4+ Mozilla 1+ Phoenix 0.5+ If you have any questions, comments, or suggestions do feel free to post them on the list. Also note that we do encourage all users of the DynAPI to become contributors to the project itself, so do feel free to add your two cents worth where you feel appropriate. cheers, Doug Melvin ----- Original Message ----- From: "Ramesh Pallikara" <ra...@in...> To: "DynAPI-Dev" <dyn...@li...> Sent: Saturday, April 12, 2003 6:00 AM Subject: [Dynapi-Dev] A few Questions ? > hi, > > i've been evaluating DynAPI for use in our company's web-applications > and i would like to ask a few questions in this regard. > > a ) here's one i dread to ask on a free/open sourcesoftware mailing > list, any ideas or guesses when the next build is likely to happen. Any > "milestone build" or "developer build " or some kind of a pre-alpha > build, would be very helpful for us in incorporating it. > > b) i saw link(http://dynapi.sourceforge.net/snapshot/?N=D) for daily > builds but that seems to be on a different line, is there a similar > automated daily build available for dynapi3x ??? > > regards > ramesh pallikara > > -- > QOTD: > "I've always wanted to work in the Federal Mint. And then go on > strike. To make less money." > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.471 / Virus Database: 269 - Release Date: 4/10/2003 |
From: Ramesh P. <ra...@in...> - 2003-04-12 13:20:17
|
hi, is there an easy way using dynapi to get event properties such as x, y from a onclick browser event on a link in the web page (ie) the source not being a dynlayer. in other words : something like this <script> showPosition(event) { var dynEvt = new DynEvent(event); alert(" x ="+dynEvt.getX()+" y ="+dynEvt.getY()) } </script> <body> <a href="javascript:void(0)" onClick="showPosition(event)">mylink</a> <body> -- QOTD: "I've always wanted to work in the Federal Mint. And then go on strike. To make less money." |
From: Ramesh P. <ra...@in...> - 2003-04-12 12:49:13
|
hi, i've been evaluating DynAPI for use in our company's web-applications and i would like to ask a few questions in this regard. a ) here's one i dread to ask on a free/open sourcesoftware mailing list, any ideas or guesses when the next build is likely to happen. Any "milestone build" or "developer build " or some kind of a pre-alpha build, would be very helpful for us in incorporating it. b) i saw link(http://dynapi.sourceforge.net/snapshot/?N=D) for daily builds but that seems to be on a different line, is there a similar automated daily build available for dynapi3x ??? regards ramesh pallikara -- QOTD: "I've always wanted to work in the Federal Mint. And then go on strike. To make less money." |
From: Doug M. <do...@cr...> - 2003-04-12 02:46:36
|
That's easy enough. My ideas: Line 142: var dynapi = new DynAPIObject(); Line 143: dynapi.version="3.0a"; Line 144: dynapi.major=3; Line 145: dynapi.minor=0; Line 146: dynapi.revision='a'; Or even a version object of some kind: dynapi.version = { getVersion : function(){ return 3.0; }; getMajor : function(){ return 3; }, getMinor : function(){ return 0; }, getRevision : function(){ return 'a'; } }; Or how about an array? dynapi.version=[3,0,'a']; Just a few ideas.. ----- Original Message ----- From: "Dan Willemsen" <da...@wi...> To: "Raymond Irving" <xw...@ya...> Cc: "DynAPI-Dev" <dyn...@li...> Sent: Friday, April 11, 2003 6:01 PM Subject: Re: [Dynapi-Dev] A few changes to DynAPI > We should also probably have this accessable via javascript, mostly for > distributing widgets, they can tell if they are compatible with the > current library > > On Fri, 2003-04-11 at 17:08, Raymond Irving wrote: > > Thanks for the feedback. > > > > Any proposals for the version.xml file? > > > > I was thinking of something like: > > > > <version> > > <major>3</major> > > <minor>0</minor> > > </version> > > > > > > -- > > Raymond Irving > > > > -- > Dan Willemsen <da...@wi...> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.471 / Virus Database: 269 - Release Date: 4/10/2003 |
From: Dan W. <da...@wi...> - 2003-04-12 01:01:40
|
We should also probably have this accessable via javascript, mostly for distributing widgets, they can tell if they are compatible with the current library On Fri, 2003-04-11 at 17:08, Raymond Irving wrote: > Thanks for the feedback. > > Any proposals for the version.xml file? > > I was thinking of something like: > > <version> > <major>3</major> > <minor>0</minor> > </version> > > > -- > Raymond Irving > -- Dan Willemsen <da...@wi...> |
From: Kevin <ke...@ke...> - 2003-04-11 23:48:36
|
Yes maybe a worm ate the ship360.gif file? clipImage:"images/ship360.gif" As for games we need to iron out container and content re/sizing plus whether a dlyr w/h should be scroll or offset or shoot-emy foot. - Kevin ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "Dynapi-Dev" <Dyn...@li...> Sent: Friday, April 11, 2003 11:21 PM Subject: Re: [Dynapi-Dev] Spaceship found a black hole? > > --- Kevin <ke...@ke...> wrote: > > Hi, > > > > Just noticed the spaceship/path/circle animation > > examples > > have lost the image. > > That's not so good for the galaxy now isn't it? :) > > Got any ideas as to why the image is not showing up? > > PS. On another note is anyone creating games with > DynAPI? Things like pacman, space invader, puzzles,2D > shoot-em ups, etc would be nice to see. > > -- > Raymond Irving > > > - > > Kevin > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of > > TotalView, The debugger > > for complex code. Debugging C/C++ programs can leave > > you feeling lost and > > disoriented. TotalView can help you find your way. > > Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online, calculators, forms, and more > http://tax.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Kevin <ke...@ke...> - 2003-04-11 23:29:12
|
What are <layer> isolations? I didn't spot that the example didn't need to include the dynapi.api.* I like the idea of a general library before the api. Should mouse events be an ext like key events to include if needed by the user or possibly a library dependence include order? - Kevin ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "Dynapi-Dev" <Dyn...@li...> Sent: Friday, April 11, 2003 11:56 PM Subject: Re: [Dynapi-Dev] Image rollover NS4 bug > > Well, what do you know... In order for functions.Image > to work with NS4 (due to <layer> isolations) the > MouseEvent library will have to be included. This will > cause links to be assigned the ._dynobj property. > > For NS4 I'll set it so whenever the Image library is > loaded it will automatically load the MouseEvent > library, agree? Is there another solution? > > > -- > Raymond Irving > > --- Kevin <ke...@ke...> wrote: > > Hi, > > > > In NS4 on Windows: > > > > dynapi.functions.getimage.html > > error > > line 22 > > this._dynobj has no properties > > > > - > > Kevin > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of > > TotalView, The debugger > > for complex code. Debugging C/C++ programs can leave > > you feeling lost and > > disoriented. TotalView can help you find your way. > > Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online, calculators, forms, and more > http://tax.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-04-11 22:56:10
|
Well, what do you know... In order for functions.Image to work with NS4 (due to <layer> isolations) the MouseEvent library will have to be included. This will cause links to be assigned the ._dynobj property. For NS4 I'll set it so whenever the Image library is loaded it will automatically load the MouseEvent library, agree? Is there another solution? -- Raymond Irving --- Kevin <ke...@ke...> wrote: > Hi, > > In NS4 on Windows: > > dynapi.functions.getimage.html > error > line 22 > this._dynobj has no properties > > - > Kevin > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Kevin <ke...@ke...> - 2003-04-11 22:21:34
|
Hi, In NS4 on Windows: dynapi.functions.getimage.html error line 22 this._dynobj has no properties - Kevin |
From: Raymond I. <xw...@ya...> - 2003-04-11 22:21:30
|
--- Kevin <ke...@ke...> wrote: > Hi, > > Just noticed the spaceship/path/circle animation > examples > have lost the image. That's not so good for the galaxy now isn't it? :) Got any ideas as to why the image is not showing up? PS. On another note is anyone creating games with DynAPI? Things like pacman, space invader, puzzles,2D shoot-em ups, etc would be nice to see. -- Raymond Irving > - > Kevin > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Kevin <ke...@ke...> - 2003-04-11 22:14:57
|
Hi, Just noticed the spaceship/path/circle animation examples have lost the image. - Kevin |
From: Raymond I. <xw...@ya...> - 2003-04-11 22:08:06
|
Thanks for the feedback. Any proposals for the version.xml file? I was thinking of something like: <version> <major>3</major> <minor>0</minor> </version> -- Raymond Irving --- Doug Melvin <do...@cr...> wrote: > See below... > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: "DynAPI-Dev" <dyn...@li...> > Sent: Friday, April 11, 2003 4:10 PM > Subject: [Dynapi-Dev] A few changes to DynAPI > > > > Hello Everyone, > > > > I was just looking through a few things and came > up > > wth the following: > > > > 1) We should add a version.xml file to the > dynapi/src > > folder. This will allow WYSIWYG editors to detect > the > > version of DynAPI that is currently been used. It > can > > be used in other environments. > > Sure. > > > 2) We currently have two revision files. One in > the > > dynapi/ folder (revision) and another in the > > dynapi/docs/docs folder (revision.html). I think > we > > should maintain only one revision file, agree? If > yes > > then I would recommend that we only use the > > revision.html file, agree? > > Agreed. > > > 3) DynAPI Compiler will be renamed to DynAPI > > Compressor. > > Good choice.. "compile" is a very miss-leading word > in this context. > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system > (http://www.grisoft.com). > Version: 6.0.470 / Virus Database: 268 - Release > Date: 4/8/03 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Doug M. <do...@cr...> - 2003-04-11 21:36:43
|
See below... ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Friday, April 11, 2003 4:10 PM Subject: [Dynapi-Dev] A few changes to DynAPI > Hello Everyone, > > I was just looking through a few things and came up > wth the following: > > 1) We should add a version.xml file to the dynapi/src > folder. This will allow WYSIWYG editors to detect the > version of DynAPI that is currently been used. It can > be used in other environments. Sure. > 2) We currently have two revision files. One in the > dynapi/ folder (revision) and another in the > dynapi/docs/docs folder (revision.html). I think we > should maintain only one revision file, agree? If yes > then I would recommend that we only use the > revision.html file, agree? Agreed. > 3) DynAPI Compiler will be renamed to DynAPI > Compressor. Good choice.. "compile" is a very miss-leading word in this context. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.470 / Virus Database: 268 - Release Date: 4/8/03 |
From: Raymond I. <xw...@ya...> - 2003-04-11 20:10:42
|
Hello Everyone, I was just looking through a few things and came up wth the following: 1) We should add a version.xml file to the dynapi/src folder. This will allow WYSIWYG editors to detect the version of DynAPI that is currently been used. It can be used in other environments. 2) We currently have two revision files. One in the dynapi/ folder (revision) and another in the dynapi/docs/docs folder (revision.html). I think we should maintain only one revision file, agree? If yes then I would recommend that we only use the revision.html file, agree? 3) DynAPI Compiler will be renamed to DynAPI Compressor. -- Raymond Irving __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Kevin <ke...@ke...> - 2003-04-11 19:57:59
|
Hello everyone, Attached is an html example that times reading an element attribute using dynapi getContentWidth. Mozilla gives bad performance results. Can anyone offer ideas for accessing element attributes quickly in dom browsers? - Kevin |
From: <ma...@bu...> - 2003-04-11 09:40:54
|
Hi, just want to tip you about a CVS-client I'm trying right now, that seems to be a lot better and easier to use than WinCVS. http://www.tortoisecvs.org/ cheeers /martin |
From: Raymond I. <xw...@ya...> - 2003-04-10 17:10:16
|
One other thing.. I've added a few lines of code to the getInnerHtml() function to speed up layers with more than 50 nested child layers. You can test it to see if it really speed things up. -- Raymond Irving --- Raymond Irving <xw...@ya...> wrote: > Hi Everyone, > > Check out cvs for the lastest fixes below: > > - fix onCreate/onPreCreate bug - onCreate > - fix functions.Image with ns4 layers > - fix IOElement bug with visible content > - fix ns4 bug which results from setClass() changes > > -- > Raymond Irving > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online, calculators, forms, > and more > http://tax.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-04-10 17:07:47
|
Hi, I've noticed that the following will cause ns4 to return wrong results: <style> <!-- .yellowboxnumber { text-align:center; } --> </style> var box=dynapi.document.addChild(new DynLayer(null,0,0,776,169,'#666666')); var lyr=box.addChild(new DynLayer(i,x,y,null,null,'yellow')); lyr.setClass('yellowboxnumber'); If the width and height vaules are missing the getContentWidth/Height function will return incorrect values for the dynlayer. This is because of the lyr.setClass('yellowboxnumber') setting. It would appear that ns4 is very buggy when if comes on to style sheets. One quick solotion if to ensure that your width and height values are always set: var lyr=box.addChild(new DynLayer(i,x,y,30,20,'yellow')); On the other hand: <style> <!-- .yellowboxcommon { position:absolute; top:1px; width:30px; height:20px; clip:rect(0px 30px 20px 0px); background-color:yellow; layer-background-color:yellow; text-align:center; overflow:hidden; visibility:inherit; } --> </style> var box=dynapi.document.addChild(new DynLayer(null,0,0,776,169,'#666666')); for(var i=0;i<200;i++){ lyr=box.addChild(new DynLayer(i)); lyr.setID('yellowbox'+i); lyr.setClass('yellowboxcommon',true); } The above will cause ns4 to return incorrect getContentWidth/Height values. The "return this.css.clip.height;" and "return this.css.clip.width;" patch does not return the exact content width/height of the layer. Instead the laveyrs clip height/width is what is returned. This patch will also cause ordinary DynLayers to return incorrect content width/height values. One quick solution is to always set width and height values: lyr=box.addChild(new DynLayer(i,null,null,30,20)); In my opinion ns4 does not support the setClass property very well. If the above errors can't be fixed then I would suggest that this function be ignored for ns4 or that a warning be added to the docs about it's use with ns4. What do you all think? Can we fix this? -- Raymond Irving --- Kevin <ke...@ke...> wrote: > See below: > > "Raymond Irving" <xw...@ya...> wrote: > > Hi Kevin, > > > > Thanks for the fix. You can find it in cvs. > > > > One oher thing... Have you ever tried setting > left:0px > > and top:0px inside to style sheet with ns4 and the > new > > setClass() function? Does it position the layer to > > 0,0? > > > > On my windows system in ns4 it does not position > the > > layer to 0,0. > > If we can forget server side generation of pages and > any > mention of 'inline' and you are trying to absolute > or relative > position a DynLayer at 0,0 - I may be able to offer > some > ideas. > > First off, body margins can't be made less than the > default > in NS4 using <style>..</style> unless you override > in the > body tag. > <body leftmargin=0 topmargin=0 marginwidth=0 > marginheight=0> > This will give a clean sheet/canvas in IE and NS4 to > start using > <style>...</style> tags. Rendering at 0,0 is > possible with no other > body elements though my preference is to use an > inserted relative > container and start building the widget with > absolute positioned > children from 0,0 if required. > > I have fixed the > speedtest.dynlayer-setclass-basic.html > example and shown how I thought my design for > relative > positioning, object id and class styles would work. > Though > I am finding it more difficult on a larger scale > examples. > > There is a problem which I have fixed in > dynlayer_ns4.js as > getContentWidth and getContentHeight were not > returning > the correct clip width and height of the DynLayer. > Could > someone help with IE and DOM versions? > > I hope the example makes things clear. The problem > is after > page load when ._assignElement() is called and the > DynLayer > has no .w or .h because object id and class style > sheets were > used for the first 10 of 200 yellow boxes. > > Note the first yellow box has html=0 or null and > setSize() is > not called so that DynLayer appears OK? > > - > Kevin > > > -- > > Raymond Irving > > > > --- Kevin <ke...@ke...> wrote: > > > Hello, > > > > > > Attached patch.for: dynlayer_ns4.js: > getOuterHTML() > > > > > > - > > > Kevin > > > > > > > > > > > ATTACHMENT part 2 application/x-zip-compressed > > name=dynapi3x-patch2.zip > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - File online, calculators, > forms, and more > > http://tax.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ValueWeb: > > Dedicated Hosting for just $79/mo with 500 GB of > bandwidth! > > No other company gives more support or power for > your dedicated server > > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > ATTACHMENT part 2 application/x-zip-compressed name=dynapi3x-update2.zip __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-04-10 17:05:47
|
See below: --- Ramesh Pallikara <ra...@in...> wrote: > hi, > > when an image is added to a dynlayer with > oversrc,downsrc properties, i > get the following error in NS4 when i move the mouse > over the image. > ------------------------ > img has no properties. > JavaScript Error: > http://rameshp:8081/src/ext/functions.image.js, line > 76: > > It works fine when added directly to the document > as in the > "dynapi.functions.getimage.html" example. > > is this a bug ??? Whoops! Yes it is a bug. The fix is now inside CVS -- Raymond Irivng > regards, > ramesh pallikara > > P.S - > thanx a lot, guyz ... u r very helpful. :-) > i didn't want to spam this list with separate "thank > you" mails for each > of my earlier questions, so here goes an embedded > one ;-) ........... > > -- > QOTD: > "I've always wanted to work in the Federal Mint. > And then go on > strike. To make less money." > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-04-10 17:03:51
|
Hi Everyone, Check out cvs for the lastest fixes below: - fix onCreate/onPreCreate bug - onCreate - fix functions.Image with ns4 layers - fix IOElement bug with visible content - fix ns4 bug which results from setClass() changes -- Raymond Irving __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Ramesh P. <ra...@in...> - 2003-04-10 13:14:36
|
hi, when an image is added to a dynlayer with oversrc,downsrc properties, i get the following error in NS4 when i move the mouse over the image. ------------------------ img has no properties. JavaScript Error: http://rameshp:8081/src/ext/functions.image.js, line 76: It works fine when added directly to the document as in the "dynapi.functions.getimage.html" example. is this a bug ??? regards, ramesh pallikara P.S - thanx a lot, guyz ... u r very helpful. :-) i didn't want to spam this list with separate "thank you" mails for each of my earlier questions, so here goes an embedded one ;-) ........... -- QOTD: "I've always wanted to work in the Federal Mint. And then go on strike. To make less money." |