You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(83) |
Nov
(319) |
Dec
(441) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(617) |
Feb
(784) |
Mar
(426) |
Apr
(363) |
May
(489) |
Jun
(396) |
Jul
(405) |
Aug
(146) |
Sep
(97) |
Oct
(146) |
Nov
(348) |
Dec
(99) |
2002 |
Jan
(69) |
Feb
(92) |
Mar
(58) |
Apr
(33) |
May
(29) |
Jun
(45) |
Jul
(72) |
Aug
(71) |
Sep
(47) |
Oct
(19) |
Nov
(48) |
Dec
(55) |
2003 |
Jan
(23) |
Feb
(73) |
Mar
(42) |
Apr
(52) |
May
(64) |
Jun
(155) |
Jul
(169) |
Aug
(103) |
Sep
(113) |
Oct
(118) |
Nov
(46) |
Dec
(30) |
2004 |
Jan
(19) |
Feb
(24) |
Mar
(40) |
Apr
(13) |
May
(35) |
Jun
(1) |
Jul
(23) |
Aug
(3) |
Sep
(31) |
Oct
(31) |
Nov
(26) |
Dec
|
2005 |
Jan
(5) |
Feb
(4) |
Mar
(3) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(23) |
Sep
(9) |
Oct
(5) |
Nov
(2) |
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jack C. <jac...@ne...> - 2003-07-30 15:45:35
|
Maybe you can support Style while still keep compatibility with image? Make the style names more special or use other types for that argument? -- Jack Chung <jac...@ne...> http://www.PerceptiveCorner.com/ On Wed, 30 Jul 2003 07:14:50 -0700 (PDT) Raymond Irving <xw...@ya...> wrote: > Hello Everyone, > > I've been doing some thinking and came up with a > solution that I think is able to give us more speedy > layers than what we currently have. > > The solution employs a StyleManager that will enable > us to be able to change the look, feel and behavior of > DynLayers and widgets. > > With this in mind I would like to make a proposal that > we change the 7th argument in DynLayer to use the > "style" argument instead of image. > > IMO background image in rarely used by developers and > could be easily changed with the use of setBgImage or > dictionary object ({}) in those rare cases. I think > the "style" argument will be used much more frequently > than bgimage. > > Possible usage of styles: > > // create a plain DynLayer > var l = new > DynLayer(null,0,0,10,10,null,'PlainLayer'); > > // creates an html container > var l = new > DynLayer('Hello',0,0,null,null,null,'HTMLLayer'); > > var l = new DynLayer(null,0,0,0,0,null,'CoverLayer'); > > The above layers will use customize code found in the > Style object to improve the creation speed of the > layers. > > What do you think? If it's a no, then I guess we'll > just have to use setStyle() and keep the image > argument. > > > > -- > Raymond Irving > > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Raymond I. <xw...@ya...> - 2003-07-30 15:38:27
|
Yes I'm talking about the DynAPI website: http://dynapi.sourceforge.net/dynapi/ I would like for as many users to go to the site and look at areas that we can improve on and features that you would like to see. Well I'm no design expert but I think the colors should be very attractive, smooth and cool (see www.msn.com). I'm thinking of polished, glossy looking blue or green gel like colors that can match the new logo. I'm think colors like the Windows XP blue or silver theme. Here's a view of the logo that both Juhu and Leif helped to create sometime ago: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dynapi/logos/28.gif?rev=1.1&content-type=text/vnd.viewcvs-markup For those wanting to create templates you can check out phpwebsite here: http://phpwebsite.appstate.edu/ In short the design and colors should make viewers say "Ahh!" and "Wow!" - The Shock and Awe experience! -- Raymond Irving --- Tomlins Diane <Dia...@HC...> wrote: > Are we talking about the SourceForge site itself > that's being redesigned ? > I haven't been there in a few months :( > > Is there anything in particular as far as a design > scheme, colors etc. that > you're shooting for besides a magazine look ? > > > Diane R Tomlins > -----Original Message----- > From: Raymond Irving [mailto:xw...@ya...] > Sent: Wednesday, July 30, 2003 9:46 AM > To: dyn...@li... > Subject: RE: [Dynapi-Help] DynAPI website upgrade > > > Hi Diane, > > Many thanks for you feedback. If you have some time > you could start designing some graphics for the site > and if possible others can join in create web page > templates for the site. > > We're using phpwebsites so I guess it should be real > easy to create templates for it. > > I'm hoping we can make the site looks like a > magazine, > but still easy to down load. > > I know we have talented peopl here on this list that > might not be able to work on the api but can offer > some major contribution to the development of the > new > website. > > Let's hear it! Let's give it our best shot. > > > -- > Raymond Irving > > > --- Tomlins Diane <Dia...@HC...> > wrote: > > I do graphics work, I'd be more than happy to help > > in that area :) I work in > > Photoshop 99% of the time, but I can also do > > Fireworks. > > > > Diane R Tomlins > > > > -----Original Message----- > > From: Raymond Irving [mailto:xw...@ya...] > > Sent: Wednesday, July 30, 2003 9:18 AM > > To: DynAPI-Dev; DynApi-Help > > Subject: [Dynapi-Help] DynAPI website upgrade > > > > > > Hello Everyone, > > > > In the near future we are hoping to have the > DynAPI > > upgraded to support new features and have a new > > look. > > > > If there's anyone who can help with graphics, > > suggestions, documentation, etc we would like to > > hear > > it. > > > > > > Thanks, > > > > -- > > Raymond Irving > > > > > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > > design software > > http://sitebuilder.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built > > ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are > > available now. > > Download today and enter to win an XBOX or Visual > > Studio .NET. > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built > > ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are > > available now. > > Download today and enter to win an XBOX or Visual > > Studio .NET. > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Tomlins D. <Dia...@HC...> - 2003-07-30 15:18:16
|
Are we talking about the SourceForge site itself that's being redesigned ? I haven't been there in a few months :( Is there anything in particular as far as a design scheme, colors etc. that you're shooting for besides a magazine look ? Diane R Tomlins -----Original Message----- From: Raymond Irving [mailto:xw...@ya...] Sent: Wednesday, July 30, 2003 9:46 AM To: dyn...@li... Subject: RE: [Dynapi-Help] DynAPI website upgrade Hi Diane, Many thanks for you feedback. If you have some time you could start designing some graphics for the site and if possible others can join in create web page templates for the site. We're using phpwebsites so I guess it should be real easy to create templates for it. I'm hoping we can make the site looks like a magazine, but still easy to down load. I know we have talented peopl here on this list that might not be able to work on the api but can offer some major contribution to the development of the new website. Let's hear it! Let's give it our best shot. -- Raymond Irving --- Tomlins Diane <Dia...@HC...> wrote: > I do graphics work, I'd be more than happy to help > in that area :) I work in > Photoshop 99% of the time, but I can also do > Fireworks. > > Diane R Tomlins > > -----Original Message----- > From: Raymond Irving [mailto:xw...@ya...] > Sent: Wednesday, July 30, 2003 9:18 AM > To: DynAPI-Dev; DynApi-Help > Subject: [Dynapi-Help] DynAPI website upgrade > > > Hello Everyone, > > In the near future we are hoping to have the DynAPI > upgraded to support new features and have a new > look. > > If there's anyone who can help with graphics, > suggestions, documentation, etc we would like to > hear > it. > > > Thanks, > > -- > Raymond Irving > > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Raymond I. <xw...@ya...> - 2003-07-30 14:45:48
|
Hi Diane, Many thanks for you feedback. If you have some time you could start designing some graphics for the site and if possible others can join in create web page templates for the site. We're using phpwebsites so I guess it should be real easy to create templates for it. I'm hoping we can make the site looks like a magazine, but still easy to down load. I know we have talented peopl here on this list that might not be able to work on the api but can offer some major contribution to the development of the new website. Let's hear it! Let's give it our best shot. -- Raymond Irving --- Tomlins Diane <Dia...@HC...> wrote: > I do graphics work, I'd be more than happy to help > in that area :) I work in > Photoshop 99% of the time, but I can also do > Fireworks. > > Diane R Tomlins > > -----Original Message----- > From: Raymond Irving [mailto:xw...@ya...] > Sent: Wednesday, July 30, 2003 9:18 AM > To: DynAPI-Dev; DynApi-Help > Subject: [Dynapi-Help] DynAPI website upgrade > > > Hello Everyone, > > In the near future we are hoping to have the DynAPI > upgraded to support new features and have a new > look. > > If there's anyone who can help with graphics, > suggestions, documentation, etc we would like to > hear > it. > > > Thanks, > > -- > Raymond Irving > > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Tomlins D. <Dia...@HC...> - 2003-07-30 14:25:49
|
I do graphics work, I'd be more than happy to help in that area :) I work in Photoshop 99% of the time, but I can also do Fireworks. Diane R Tomlins -----Original Message----- From: Raymond Irving [mailto:xw...@ya...] Sent: Wednesday, July 30, 2003 9:18 AM To: DynAPI-Dev; DynApi-Help Subject: [Dynapi-Help] DynAPI website upgrade Hello Everyone, In the near future we are hoping to have the DynAPI upgraded to support new features and have a new look. If there's anyone who can help with graphics, suggestions, documentation, etc we would like to hear it. Thanks, -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Raymond I. <xw...@ya...> - 2003-07-30 14:17:47
|
Hello Everyone, In the near future we are hoping to have the DynAPI upgraded to support new features and have a new look. If there's anyone who can help with graphics, suggestions, documentation, etc we would like to hear it. Thanks, -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-07-30 14:14:51
|
Hello Everyone, I've been doing some thinking and came up with a solution that I think is able to give us more speedy layers than what we currently have. The solution employs a StyleManager that will enable us to be able to change the look, feel and behavior of DynLayers and widgets. With this in mind I would like to make a proposal that we change the 7th argument in DynLayer to use the "style" argument instead of image. IMO background image in rarely used by developers and could be easily changed with the use of setBgImage or dictionary object ({}) in those rare cases. I think the "style" argument will be used much more frequently than bgimage. Possible usage of styles: // create a plain DynLayer var l = new DynLayer(null,0,0,10,10,null,'PlainLayer'); // creates an html container var l = new DynLayer('Hello',0,0,null,null,null,'HTMLLayer'); var l = new DynLayer(null,0,0,0,0,null,'CoverLayer'); The above layers will use customize code found in the Style object to improve the creation speed of the layers. What do you think? If it's a no, then I guess we'll just have to use setStyle() and keep the image argument. -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Adeola A. <awo...@ya...> - 2003-07-30 08:10:18
|
Hi Arijit, I have had some exposure to Director Lingo scripting in the past. Maybe I can help. Adeola Awoyemi; On 29/7/03 10:19 pm, "Arijit Das" <ad...@pr...> wrote: > Hi all, > > I have a question about macromedia director (specifically the Lingo > scripting language) and haven't found a good forum to ask it in. A post > on Macromedia's website didn't get a response... > > If anyone on this list is familiar with director, a reply would be > greatly appreciated. > > Thanks, > Arijit |
From: Arijit D. <ad...@pr...> - 2003-07-29 21:19:46
|
Hi all, I have a question about macromedia director (specifically the Lingo scripting language) and haven't found a good forum to ask it in. A post on Macromedia's website didn't get a response... If anyone on this list is familiar with director, a reply would be greatly appreciated. Thanks, Arijit -- protein.media.inc tel: 202.462.4700 cel: 202.441.0764 fax: 202.318.1176 eml: ad...@pr... web: http://www.proteinmedia.com |
From: Raymond I. <xw...@ya...> - 2003-07-29 17:42:11
|
[-] Fix bug with Form <input type="image"> buttons in NS4 [-] Fix memory leak bug with deleteChildren() and removeChild() functions change are inside cvs or you can wait for the nightly build. -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-07-28 21:25:40
|
--- Jesse Vitrone <je...@6t...> wrote: > Is there a progress bar widget / example? I thought > I remember seeing > one, but now that I need it, I can't find it. No, there's no progress bar widget available as yet. Hope someone can whip up one. > Thanks, > Jesse > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-07-28 21:24:26
|
Yea, it's a bug with the site. I hope some one on the dev-group can assist with this. -- Raymond Irving --- C Kissinger <cki...@ne...> wrote: > I tried to register on the site, and I got the > emails, > > but when I tried to log in I got Incorrect Login! > > > > I used the "Lost Your Password" form, got my > > confirmation code, submitted it, got a new > > password, tried to log in again and still was > > denied. > > > > Is registration on the site subject to approval by > > a moderator? > > > > Is it for current project developers only? > > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Jesse V. <je...@6t...> - 2003-07-28 20:53:56
|
Is there a progress bar widget / example? I thought I remember seeing one, but now that I need it, I can't find it. Thanks, Jesse |
From: C K. <cki...@ne...> - 2003-07-28 20:40:52
|
I tried to register on the site, and I got the emails, but when I tried to log in I got Incorrect Login! I used the "Lost Your Password" form, got my confirmation code, submitted it, got a new password, tried to log in again and still was denied. Is registration on the site subject to approval by a moderator? Is it for current project developers only? |
From: C K. <cki...@ne...> - 2003-07-28 18:19:35
|
I'm not saying you guys should do anything, I'm just telling you what I = did :-) =20 However, if I say my software is supported in an entire major version without users looking deeper into the docs for minor version coverage, = then it had better or I'm in trouble. That's why I use NN 4.03 and why I = ported DynAPI 3 to it. =20 Don't get me wrong, I too dream of a day when all we need is the DOM, = but until then, cross-browser means v4+. =20 I was going to say that I could submit my code or a change log, but then = in future versions you would be supporting this hated version, which it = seems is not desired. I just think if a function returns an explicit value sometimes, it should return an explicit value all of the time. Not every single function. =20 As I said, I just made those simple changes and everything up to MotionX worked fine. =20 Is every property and method in the API demonstrated in the examples? =20 If so, it would give me a good idea of what needs to be done. =20 Kudos to great work! I'll just keep mutating the API to my down-level = specs. =20 |
From: Raymond I. <xw...@ya...> - 2003-07-28 14:26:28
|
I think we need to sort out the delete and remove functions. IMO when we call delete it should destroy the layer and remove it from the parent. When the remove functions are call it should only remove the layer but does not destroy it, correct? Are we all in agreement here? To fix the memory and layer problem use the following: p.deleteAllChildren = function() { var c,l = this.children.length; for(var i=0;i<l;i++) { c=this.children[i]; if(c) { c._destroy(); c._created = c.isChild = false; }; delete this.children[i]; } this.children.length = 0; }; --- Andrew Gillett <an...@zo...> wrote: > Hi, > > Attached is an HTML file that illustrates a problem > I've had with > DynAPI3. The page contains two buttons and creates a > DynLayer in its > "init" method. When the "Add layers" button is > pressed, three new > DynLayers are added to the top level layer - no > problem. When the > "Remove layers" button is pressed, the > deleteAllChildren method is > called on the top DynLayer, but only the first two > child layers > disappear - the third one stays put. This problem > occurs on IE5, IE6 and > Mozilla1.3. > > While looking at the "deleteAllChidren" function in > src/api/event.js, I > found that I could fix the problem (sort of) by > changing direction of > the "for" loop on line 164 from: > for(var i=0;i<l;i++){ > to > for(var i=l-1;i>=0;i--){ > however I don't understand why this change would > make any difference. > And it leaks memory with or without my change, so I > expect that it isn't > a proper fix in any case. > > So, is this a bug or am I simply doing something > wrong? > > regards, > Andrew Gillett > > --------------------------------- dynapi.library.setPath('../src/');dynapi.library.include('dynapi.api');dynapi.onLoad(init);var topLayer;function init(){ topLayer=new DynLayer(null,10,50,200,100,'yellow'); dynapi.document.addChild(topLayer);}function addLayers(){ for (var i=0;iAdd LayersRemove Layers __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-07-28 12:55:31
|
NS4 support in DynAPI does not limit the API's capabilities. You can still use the API in modern browsers with ease. -- Raymond Irving --- Adeola Awoyemi <awo...@ya...> wrote: > I would love to see a Netscape 4 free DynAPI! > > I works as a web developer for a big corp. and we > stopped sopporting NS 4 > over a year ago. > > Adeola Awoyemi. > > > On 27/07/03 04:17, "Jack Chung" > <jac...@ne...> wrote: > > > Actually I wouldn't mind giving up support for > Netscape 4 entirely, if > > it means cleaner code and opens more possibilities > to DynAPI. > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Adeola A. <awo...@ya...> - 2003-07-28 08:37:01
|
I would love to see a Netscape 4 free DynAPI! I works as a web developer for a big corp. and we stopped sopporting NS 4 over a year ago. Adeola Awoyemi. On 27/07/03 04:17, "Jack Chung" <jac...@ne...> wrote: > Actually I wouldn't mind giving up support for Netscape 4 entirely, if > it means cleaner code and opens more possibilities to DynAPI. |
From: Andrew G. <an...@zo...> - 2003-07-28 03:37:46
|
Hi, Attached is an HTML file that illustrates a problem I've had with DynAPI3. The page contains two buttons and creates a DynLayer in its "init" method. When the "Add layers" button is pressed, three new DynLayers are added to the top level layer - no problem. When the "Remove layers" button is pressed, the deleteAllChildren method is called on the top DynLayer, but only the first two child layers disappear - the third one stays put. This problem occurs on IE5, IE6 and Mozilla1.3. While looking at the "deleteAllChidren" function in src/api/event.js, I found that I could fix the problem (sort of) by changing direction of the "for" loop on line 164 from: for(var i=0;i<l;i++){ to for(var i=l-1;i>=0;i--){ however I don't understand why this change would make any difference. And it leaks memory with or without my change, so I expect that it isn't a proper fix in any case. So, is this a bug or am I simply doing something wrong? regards, Andrew Gillett |
From: Raymond I. <xw...@ya...> - 2003-07-27 19:43:39
|
[*] Updated Documentation & Examples [*] Update quickrefs (See docs/docs/quickref.html) [+] Added new examples (See examples/dynapi.gui.*.html) [-] Fix NS4 bug with HTMLComponent.writeStyle - usage: HTMLComponent.writeStyle({StyleName:'Inline-Styles;'}) [*] Remove HCMNU Style from HTMLMenu [-] Fix Graphics Object - line 223, the closing brace to the drawLine() function was missing [+] Add padding argument to createMenuBar() [-] Fix GlideAnimation stopping short of it's mark when using slow and fast starting and ending speeds. [+] Add onchange events to HTMLTextbox and HTMLTextarea [-] Fix Motionx semi-colon error [-] Fix line 110 and 114 in ioelmsvr.soda.* [+] Add wsAddJSCommand() to IOElement server files [+] Add execInParent() to IOElement [+] Add auto-fold to submenus (HTMLMenu) [+] Add image support to addItem() in HMTLMenu - {image:XImage,text:'Text here'} // to add images use: var img = dynapi.functions.getImage('images/menu_settings.gif',16,22,{ align:"absmiddle", oversrc:'images/menu_settings_on.gif' }); mbar.addItem(null,{image:img,text:'Exit'}); To-Do: Update ioelement.php to reflect the wsAddJSCommand() changes __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Robin B. <ro...@re...> - 2003-07-27 09:07:22
|
In article <200...@ne...>, Jack Chung <jac...@ne...> writes >Actually I wouldn't mind giving up support for Netscape 4 entirely, if >it means cleaner code and opens more possibilities to DynAPI. > I do work for one of the biggest insurance companies and they have at last abandoned NS 4.x so we can at least do dynamic stuff with some hope of success. -- Robin Becker |
From: Jesse V. <je...@6t...> - 2003-07-27 04:50:36
|
Just got back from vacation, and I hate to post another "wow, that looks great", but.....wow, that looks great! The menus that dynamically figure out which way to pop up are a great idea. Nice jorb. Jesse Raymond Irving wrote: >Hi Everyone, > > >I've managed to create a start menu that behaves like >the windows "Start Menu" and looks like the "Office >XP" menus using the HTMLMenu component. > >See a demo here: > >http://www24.brinkster.com/dyntools/next/examples/dynapi.gui.htmlmenu-startmenu.html > >PS. Just image what you can do with a little >creativity and the HTMLMenu! > >-- >Raymond Irving > >__________________________________ >Do you Yahoo!? >Yahoo! SiteBuilder - Free, easy-to-use web site design software >http://sitebuilder.yahoo.com > > >------------------------------------------------------- >This SF.net email is sponsored by: VM Ware >With VMware you can run multiple operating systems on a single machine. >WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the >same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 >_______________________________________________ >Dynapi-Dev mailing list >Dyn...@li... >http://www.mail-archive.com/dyn...@li.../ > > |
From: Jack C. <jac...@ne...> - 2003-07-27 03:11:15
|
Actually I wouldn't mind giving up support for Netscape 4 entirely, if it means cleaner code and opens more possibilities to DynAPI. -- Jack Chung <jac...@ne...> http://www.PerceptiveCorner.com/ On Sat, 26 Jul 2003 20:05:23 -0700 (PDT) Raymond Irving <xw...@ya...> wrote: > > Do we really have to support the buggy NN4.03? > > Should we really be adding "return null;" to all our > functions? > > I think we should support the ns4 that's less buggy > such as 4.7 (at least) > > PS. We just can't win them all :( > > -- > Raymond Irving > > --- C Kissinger <cki...@ne...> wrote: > > I think this API is great, and I got v3, but even > > though the > > > > docs say it's supported for NN4+, (yes I know it's a > > beta) > > > > it seems it has been tested on NN 4.73: the most > > "stable" NN4. > > > > > > > > I have found that 4.03 is even flakier, which is why > > I use it. > > > > Every example had a bucketful of errors, most of > > them > > > > stemming from a "function does not always return a > > value" error. > > > > > > > > There are a lot of empty "return;" statements in the > > code, so > > > > I made a quick hack by replacing them with "return > > null;". That > > > > took care of many of the errors, not all. The rest > > (still stemming > > > > from the "function does not always return a value" > > errors) were > > > > from conditional return statements in a function, > > without a final > > > > "default" return statement if none of the conditions > > are met. So > > > > I added "return null;" to these functions as well. > > > > > > > > I don't know if I broke anything by doing this, but > > going one by > > > > one through the examples and adding "return null;" > > statements > > > > as I found errors, I got up to the "MotionX" example > > and > > > > everything that far works fine now on NN 4.03, NS > > 7.02, IE 6, > > > > and Mozilla 1.4 in WinXP. > > > > > > > > I intend to test on Linux later. > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Raymond I. <xw...@ya...> - 2003-07-27 03:05:24
|
Do we really have to support the buggy NN4.03? Should we really be adding "return null;" to all our functions? I think we should support the ns4 that's less buggy such as 4.7 (at least) PS. We just can't win them all :( -- Raymond Irving --- C Kissinger <cki...@ne...> wrote: > I think this API is great, and I got v3, but even > though the > > docs say it's supported for NN4+, (yes I know it's a > beta) > > it seems it has been tested on NN 4.73: the most > "stable" NN4. > > > > I have found that 4.03 is even flakier, which is why > I use it. > > Every example had a bucketful of errors, most of > them > > stemming from a "function does not always return a > value" error. > > > > There are a lot of empty "return;" statements in the > code, so > > I made a quick hack by replacing them with "return > null;". That > > took care of many of the errors, not all. The rest > (still stemming > > from the "function does not always return a value" > errors) were > > from conditional return statements in a function, > without a final > > "default" return statement if none of the conditions > are met. So > > I added "return null;" to these functions as well. > > > > I don't know if I broke anything by doing this, but > going one by > > one through the examples and adding "return null;" > statements > > as I found errors, I got up to the "MotionX" example > and > > everything that far works fine now on NN 4.03, NS > 7.02, IE 6, > > and Mozilla 1.4 in WinXP. > > > > I intend to test on Linux later. > > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: C K. <cki...@ne...> - 2003-07-26 07:53:36
|
I think this API is great, and I got v3, but even though the docs say it's supported for NN4+, (yes I know it's a beta) it seems it has been tested on NN 4.73: the most "stable" NN4. I have found that 4.03 is even flakier, which is why I use it. Every example had a bucketful of errors, most of them stemming from a "function does not always return a value" error. There are a lot of empty "return;" statements in the code, so I made a quick hack by replacing them with "return null;". That took care of many of the errors, not all. The rest (still stemming from the "function does not always return a value" errors) were from conditional return statements in a function, without a final "default" return statement if none of the conditions are met. So I added "return null;" to these functions as well. I don't know if I broke anything by doing this, but going one by one through the examples and adding "return null;" statements as I found errors, I got up to the "MotionX" example and everything that far works fine now on NN 4.03, NS 7.02, IE 6, and Mozilla 1.4 in WinXP. I intend to test on Linux later. |