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: Martin W. <mwe...@pl...> - 2000-11-27 12:57:48
|
Hi all, eventually I found my form (and the field-values) in the doc-object of the content-layer of the IBSScrollWindow. I can retrieve the values with '*.content.doc.form1.field1.value'. etc. With IE I can get all field-values from that form but in NS only the values from '<input type="text">'-fields not from '<select> <option> <option> ..' fields. Are these fields treated differently in NS? TIA, Martin On Sam, 25 Nov 2000 you wrote: >First of all thanks to all who contribute to and work on the DynAPI >'1' and 2. Great! > >Now my question: I use a variant of the IBSScrollwindow to put a form >in there. This should fire a cgi to build an image. This will then >be displayed in a IBSWindow. How do I catch the form values from the >IBSScrollwindow? Does it matter that the content layer of the >IbsScrollWindow keeps the html in a <table>? |
From: Richard :o\) <ma...@ri...> - 2000-11-26 20:07:35
|
hi, The most obvious mistake I see is that you are missing two dots.It should be : src="../js/dynapi.js"> and: DynAPI.setLibraryPath('../js/lib/') And check your directory-structure is correct. cheers, Richard:o) ----- Original Message ----- From: "Geoffrey Makstutis" <gm...@51...> To: <dyn...@li...> Sent: Sunday, November 26, 2000 5:14 PM Subject: [Dynapi-Help] loadHTML > I'm trying to load external content into a dynlayer using the loadHTML-public.js file (supplied by Brandon Myers). However, I keep getting a series of errors as follows: > > dyndoc is not defined > > followed by: > > dynAPI is not defined > > The code I'm using is: > > <script language="Javascript" src="./js/dynapi.js"></script> > <script language="Javascript"> > > DynAPI.setLibraryPath('./js/lib/') > DynAPI.include('dynapi.api.dynlayer') > DynAPI.include('dynapi.api.browser') > DynAPI.include('dynapi.api.dyndocument') > DynAPI.include('dynapi.api.events') > DynAPI.include('dynapi.ext.slide') > DynAPI.include('dynapi.ext.loadHTML-public') > > DynAPI.onLoad=function() { > myLayer = new DynLayer() > myLayer.setSize(100,100) > myLayer.setBgColor('#c0c0c0') > myLayer.moveTo(100,100) > dynAPI.dyndoc.addChild(myLayer) > myLayer.loadHTML('index.html') > } > > Can anyone suggest a fix or is there a better .js file for loading external content into a layer? > > Thanks > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > ____________________________________________________________ > Get your FREE personal .com domain name and > NAMEzero Personal Portal at: http://www.namezero.com. > For customer service, mailto:cus...@na.... > > |
From: Tarun R E. <ta...@we...> - 2000-11-26 19:05:15
|
Could anyone please tell me, where I could a scroll / scrollpane widget = that is compatible with the 7th November release of DynAPI. I switched = from the 24th October release to this one and find a shortage of = widgets! What happened to the IBS widget set ? Why is everything suddenly lost ? I desperately need a scroll/scrollpane widget that works with the 7th = Nov release. I would bless the guy who helps me here to eternal life and beyond..... = I am REALLY in an emergency and I apologize if this query has been put = before , I havent been keeping track of new DynAPI versions for some = time now. |
From: Geoffrey M. <gm...@51...> - 2000-11-26 17:12:41
|
I'm trying to load external content into a dynlayer using the loadHTML-public.js file (supplied by Brandon Myers). However, I keep getting a series of errors as follows: dyndoc is not defined followed by: dynAPI is not defined The code I'm using is: <script language="Javascript" src="./js/dynapi.js"></script> <script language="Javascript"> DynAPI.setLibraryPath('./js/lib/') DynAPI.include('dynapi.api.dynlayer') DynAPI.include('dynapi.api.browser') DynAPI.include('dynapi.api.dyndocument') DynAPI.include('dynapi.api.events') DynAPI.include('dynapi.ext.slide') DynAPI.include('dynapi.ext.loadHTML-public') DynAPI.onLoad=function() { myLayer = new DynLayer() myLayer.setSize(100,100) myLayer.setBgColor('#c0c0c0') myLayer.moveTo(100,100) dynAPI.dyndoc.addChild(myLayer) myLayer.loadHTML('index.html') } Can anyone suggest a fix or is there a better .js file for loading external content into a layer? Thanks |
From: Tarun R. E. <ta...@we...> - 2000-11-26 14:41:22
|
I am resuming using the DynAPI after a period of time. I last used the 24th October release which had all the IBS widgets such as scroll. I cant find these in the 7th November release. Where can I find 'new' widgets for the new release ? How do I port the widgets from the 24th November distribution to the 7th November distribution ? I would be grateful for some advice. |
From: Pascal B. <pa...@dy...> - 2000-11-26 10:22:06
|
Stick with the official DynAPI2 for now, because Dynacore is currently being rehacked into a totally new library making it less DynAPI2 compatible.. Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Scott Andrew > LePera > Verzonden: zondag 26 november 2000 1:25 > Aan: dyn...@li... > Onderwerp: Re: [Dynapi-Help] Dynacore & dynapi > > > At this point I think the two are sufficiently different. I would suggest > choosing one or the other. > > > ------ > scott andrew lepera > sc...@sc... > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > > > -----Original Message----- > From: Geoffrey Makstutis <gm...@51...> > To: dyn...@li... <dyn...@li...> > Date: Saturday, November 25, 2000 9:46 AM > Subject: [Dynapi-Help] Dynacore & dynapi > > > >Are dynacore and dynapi compatible? If I try to install them in the same > directory I get errors Any suggestions? > > > > > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Scott A. L. <sc...@sc...> - 2000-11-26 00:23:50
|
At this point I think the two are sufficiently different. I would suggest choosing one or the other. ------ scott andrew lepera sc...@sc... web stuff: www.scottandrew.com music stuff: www.walkingbirds.com -----Original Message----- From: Geoffrey Makstutis <gm...@51...> To: dyn...@li... <dyn...@li...> Date: Saturday, November 25, 2000 9:46 AM Subject: [Dynapi-Help] Dynacore & dynapi >Are dynacore and dynapi compatible? If I try to install them in the same directory I get errors Any suggestions? > > >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Peter B. <bar...@ho...> - 2000-11-25 23:15:10
|
In Netscape 6 getContentHeight() returns null if you haven't set the height but rely on the browser to do so. Setting the height is not possible as the content is dynamic. Anyone know how to get the content height in Nescape 6? Either in dynapi or how to add it? I think we should use semicolons, just for the sake of it =) Regards, Peter Bartholdsson |
From: Doug M. <do...@cr...> - 2000-11-25 17:43:50
|
Due to the resounding response to my message I now propose that we = consider making semicolons standard.. It really will save many headaches = for many people.. =20 Any seconds? rebuttals? Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and = Support Creative-Workshop.com |
From: Geoffrey M. <gm...@51...> - 2000-11-25 17:39:45
|
Are dynacore and dynapi compatible? If I try to install them in the same directory I get errors Any suggestions? |
From: Geoffrey M. <gm...@51...> - 2000-11-25 17:20:44
|
Hi, I can't seem to find a way to load external content (as opposed to inline) into a dynlayer. Is this no longer supported? Thanks, G |
From: Joachim L. <lu...@ho...> - 2000-11-25 12:59:01
|
On a side-note, ECMA-script revision 4 (JavaScript 2.0 and JScript.net) will be able to run in a strict mode which requires the semi-colons. Even though they aren't required for the intended target JavaScript engines, I personally think the semi-colons should be there anyway. /Lunna At 2000-11-25 05:37 , you wrote: >In JavaScript its debatable whether you should or should not put a >semi-colon. The javascript engine will accept code with or without it, and >by not putting semi-colons you're saving yourself a byte per line. I've >never been one to do whitespace compression cause I just feel it's more >trouble than it's worth. Jar and gzip compression is a lot more reliable >and compresses more. > >Lately I've been putting semi's in my js code just by habit. It would be >fine with me if we want to standardize either way. > >Dan > > >On Fri, Nov 24, 2000 at 01:19:04PM -0800, Raymond Smith wrote: >> I have to concur. As eloquent as the dynapi, is I am also a bit stifled >by the lack of ';'. In addition to complicating debugging it also hampers >using any type of code compression (which unfortunately the size of dynapi2 >warrants). >> >> DS >> ----- Original Message ----- >> From: Doug Melvin >> To: dyn...@li... >> Sent: Friday, November 24, 2000 11:43 AM >> Subject: [Dynapi-Help] Why are there no semicolons?!?! >> >> >> Why is there not a single simicolon in any of these files? >> Does javascript not expect a line delimiter? >> Would not the code be easier to debug if we knew for a fact that the >'error on line 116' was really on line 116? >> >> Thank you, >> Doug Melvin >> Integrated System Solutions: Design, Development, Implementation and >Support >> Creative-Workshop.com >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Martin W. <mwe...@pl...> - 2000-11-25 11:16:28
|
First of all thanks to all who contribute to and work on the DynAPI '1' and 2. Great! Now my question: I use a variant of the IBSScrollwindow to put a form in there. This should fire a cgi to build an image. This will then be displayed in a IBSWindow. How do I catch the form values from the IBSScrollwindow? Does it matter that the content layer of the IbsScrollWindow keeps the html in a <table>? // the IbsScrollWindow with the form textBgLyr = new DynLayer(null,30,50,350,444,'#138673') DynAPI.document.addChild(textBgLyr) textbox = new IbsScrollWindow() textbox.setHTML(<string variable with form>) textbox.moveTo(2,22) textbox.setSize(330,420) textbox.setBgColor('#ffffff') textbox.setVisible(true) textBgLyr.addChild(textbox) textbox.setPadding(10) // the IbsWindow where the images should appear diaShow = new IbsWindow("Diashow") diaShow.setTheme(new IbsWindowTheme('../js/images/themes/dynwindow/','#138673','#66ccbb')) diaShow.setSize(300,225) diaShow.moveTo(250,20) diaShow.setVisible(false) diaShow.setAlwaysOnTop(true) DynAPI.document.addChild(diaShow) Thanks, Martin |
From: Daniel H. <dhe...@ya...> - 2000-11-25 01:41:23
|
Hi Dan. I would prefer semi column. I am used perform some processing on js files, to obfuscate and compress : put all the file on a single line (then ; are better), replace symbols by random names (function, members, variables, ...), and use gz compression. Thanks Daniel. ----- Original Message ----- From: Dan Steinman <dy...@fu...> To: <dyn...@li...> Sent: Saturday, November 25, 2000 5:37 AM Subject: Re: [Dynapi-Help] Why are there no semicolons?!?! > In JavaScript its debatable whether you should or should not put a semi-colon. The javascript engine will accept code with or without it, and by not putting semi-colons you're saving yourself a byte per line. I've never been one to do whitespace compression cause I just feel it's more trouble than it's worth. Jar and gzip compression is a lot more reliable and compresses more. > > Lately I've been putting semi's in my js code just by habit. It would be fine with me if we want to standardize either way. > > Dan > > > On Fri, Nov 24, 2000 at 01:19:04PM -0800, Raymond Smith wrote: > > I have to concur. As eloquent as the dynapi, is I am also a bit stifled by the lack of ';'. In addition to complicating debugging it also hampers using any type of code compression (which unfortunately the size of dynapi2 warrants). > > > > DS > > ----- Original Message ----- > > From: Doug Melvin > > To: dyn...@li... > > Sent: Friday, November 24, 2000 11:43 AM > > Subject: [Dynapi-Help] Why are there no semicolons?!?! > > > > > > Why is there not a single simicolon in any of these files? > > Does javascript not expect a line delimiter? > > Would not the code be easier to debug if we knew for a fact that the 'error on line 116' was really on line 116? > > > > Thank you, > > Doug Melvin > > Integrated System Solutions: Design, Development, Implementation and Support > > Creative-Workshop.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Raymond S. <dst...@or...> - 2000-11-25 01:39:47
|
To bad you're not comprised of 12 members, ... we could call you "Digital's Dirty Dozen". This, in my humble opinion is the best body of Javascript work on the web. The more I work with it the more I understand just how damn powerful it is today and the amazing potential it has to even mature more thru collaboration. I bow.. Cheers DS, aka digital strider |
From: <abe...@al...> - 2000-11-25 00:03:45
|
RE: [Dynapi-Help] Why are there no semicolons?!?!im new here but my opinion is simple: i always put a semicolon at the end of every line in JS not for standar but by reflex. It really don't bothers my, however i didn't suffer the issues that Mike has described below: -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Samuel, Michael M Sent: Viernes, 24 de Noviembre de 2000 05:43 p.m. To: 'Dan Steinman '; 'dyn...@li... ' Subject: RE: [Dynapi-Help] Why are there no semicolons?!?! The lack of semicolons was the (sort of) cause of a problem when I put an application live on our webfarm. One of our servers had had html compression turned on for testing, and this resulted in the DynAPI code breaking. If the JS was semi-coloned, this wouldn't have caused as many issues. Mike -----Original Message----- From: Dan Steinman To: dyn...@li... Sent: 11/25/2000 3:37 PM Subject: Re: [Dynapi-Help] Why are there no semicolons?!?! In JavaScript its debatable whether you should or should not put a semi-colon. The javascript engine will accept code with or without it, and by not putting semi-colons you're saving yourself a byte per line. I've never been one to do whitespace compression cause I just feel it's more trouble than it's worth. Jar and gzip compression is a lot more reliable and compresses more. Lately I've been putting semi's in my js code just by habit. It would be fine with me if we want to standardize either way. Dan On Fri, Nov 24, 2000 at 01:19:04PM -0800, Raymond Smith wrote: > I have to concur. As eloquent as the dynapi, is I am also a bit stifled by the lack of ';'. In addition to complicating debugging it also hampers using any type of code compression (which unfortunately the size of dynapi2 warrants). > > DS > ----- Original Message ----- > From: Doug Melvin > To: dyn...@li... > Sent: Friday, November 24, 2000 11:43 AM > Subject: [Dynapi-Help] Why are there no semicolons?!?! > > > Why is there not a single simicolon in any of these files? > Does javascript not expect a line delimiter? > Would not the code be easier to debug if we knew for a fact that the 'error on line 116' was really on line 116? > > Thank you, > Doug Melvin > Integrated System Solutions: Design, Development, Implementation and Support > Creative-Workshop.com _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Samuel, M. M <Sam...@ed...> - 2000-11-24 23:48:35
|
The lack of semicolons was the (sort of) cause of a problem when I put an application live on our webfarm. One of our servers had had html compression turned on for testing, and this resulted in the DynAPI code breaking. If the JS was semi-coloned, this wouldn't have caused as many issues. Mike -----Original Message----- From: Dan Steinman To: dyn...@li... Sent: 11/25/2000 3:37 PM Subject: Re: [Dynapi-Help] Why are there no semicolons?!?! In JavaScript its debatable whether you should or should not put a semi-colon. The javascript engine will accept code with or without it, and by not putting semi-colons you're saving yourself a byte per line. I've never been one to do whitespace compression cause I just feel it's more trouble than it's worth. Jar and gzip compression is a lot more reliable and compresses more. Lately I've been putting semi's in my js code just by habit. It would be fine with me if we want to standardize either way. Dan On Fri, Nov 24, 2000 at 01:19:04PM -0800, Raymond Smith wrote: > I have to concur. As eloquent as the dynapi, is I am also a bit stifled by the lack of ';'. In addition to complicating debugging it also hampers using any type of code compression (which unfortunately the size of dynapi2 warrants). > > DS > ----- Original Message ----- > From: Doug Melvin > To: dyn...@li... > Sent: Friday, November 24, 2000 11:43 AM > Subject: [Dynapi-Help] Why are there no semicolons?!?! > > > Why is there not a single simicolon in any of these files? > Does javascript not expect a line delimiter? > Would not the code be easier to debug if we knew for a fact that the 'error on line 116' was really on line 116? > > Thank you, > Doug Melvin > Integrated System Solutions: Design, Development, Implementation and Support > Creative-Workshop.com _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Dan S. <dy...@fu...> - 2000-11-24 23:15:48
|
In JavaScript its debatable whether you should or should not put a semi-colon. The javascript engine will accept code with or without it, and by not putting semi-colons you're saving yourself a byte per line. I've never been one to do whitespace compression cause I just feel it's more trouble than it's worth. Jar and gzip compression is a lot more reliable and compresses more. Lately I've been putting semi's in my js code just by habit. It would be fine with me if we want to standardize either way. Dan On Fri, Nov 24, 2000 at 01:19:04PM -0800, Raymond Smith wrote: > I have to concur. As eloquent as the dynapi, is I am also a bit stifled by the lack of ';'. In addition to complicating debugging it also hampers using any type of code compression (which unfortunately the size of dynapi2 warrants). > > DS > ----- Original Message ----- > From: Doug Melvin > To: dyn...@li... > Sent: Friday, November 24, 2000 11:43 AM > Subject: [Dynapi-Help] Why are there no semicolons?!?! > > > Why is there not a single simicolon in any of these files? > Does javascript not expect a line delimiter? > Would not the code be easier to debug if we knew for a fact that the 'error on line 116' was really on line 116? > > Thank you, > Doug Melvin > Integrated System Solutions: Design, Development, Implementation and Support > Creative-Workshop.com |
From: <abe...@al...> - 2000-11-24 21:54:25
|
im doing some agregates to the dynlayer.js, why? i get errors (from IE) like undefined object if i add the code in an external file. I think the problem is that IE doesn't respect the order in wich the includes are wrote, and just process the first script that loads (the smallest, in this case mine). Whatever, if i could do it outside dynlayer.js ill do it for sure but for now i have another problem with IE: the following code doesn't work (in IE) and im thinking it is the same problem again if (document.all) /*thanks to Doug Melvin*/ DynAPI.clientRect = new Rect(0, 0, document.body.clientWidth, document.body.clientHeight) else DynAPI.clientRect = new Rect(0, 0, window.innerWidth, window.innerHeight) what does Rect do? just mantain some useless information: function Rect(left, top, width, height){ this.left = left this.top = top this.width = width this.height = height } it works perfectly in NS but in IE i get the message "Object required", ...? somebody has an idea of whats going on? PD. -- id rather prefer write: if(DynAPI.browser.ie) ... but it doesn't work either by the way, isn't there already any widget library? maybe i can get some ideas from there! Thanks! |
From: Raymond S. <dst...@or...> - 2000-11-24 21:29:55
|
True, in 'loosely' scripted code. But since this API is an spectacular = demonstration of OOP in js I was a bit suprised to find and 'loose' in = it at all... =20 ----- Original Message -----=20 From: Pascal Bestebroer=20 To: dyn...@li...=20 Sent: Friday, November 24, 2000 9:30 AM Subject: RE: [Dynapi-Help] Why are there no semicolons?!?! you only have to use a semicolon between two distinct commands on a = single line.. eg.: document.write('test'); return true this could be written as: document.write('test') return true Pascal Bestebroer pa...@dy... http://www.dynamic-core.net=20 -----Oorspronkelijk bericht----- Van: dyn...@li... = [mailto:dyn...@li...]Namens Doug Melvin Verzonden: vrijdag 24 november 2000 20:44 Aan: dyn...@li... Onderwerp: [Dynapi-Help] Why are there no semicolons?!?! Why is there not a single simicolon in any of these files? Does javascript not expect a line delimiter? Would not the code be easier to debug if we knew for a fact that the = 'error on line 116' was really on line 116? Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and = Support Creative-Workshop.com=20 |
From: Raymond S. <dst...@or...> - 2000-11-24 21:23:49
|
I have to concur. As eloquent as the dynapi, is I am also a bit stifled = by the lack of ';'. In addition to complicating debugging it also = hampers using any type of code compression (which unfortunately the size = of dynapi2 warrants). DS ----- Original Message -----=20 From: Doug Melvin=20 To: dyn...@li...=20 Sent: Friday, November 24, 2000 11:43 AM Subject: [Dynapi-Help] Why are there no semicolons?!?! Why is there not a single simicolon in any of these files? Does javascript not expect a line delimiter? Would not the code be easier to debug if we knew for a fact that the = 'error on line 116' was really on line 116? Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and = Support Creative-Workshop.com=20 |
From: Doug M. <do...@cr...> - 2000-11-24 19:30:13
|
don't know with Dynapi but here's simple Javascript: var TheHeight; var TheWidth; =20 if (document.all) //if IE { TheHeight =3D document.body.clientHeight; TheWidth =3D document.body.clientWidth; } else // is NS (we hope hehe) { TheHeight =3D window.innerHeight; TheWidth =3D window.innerWidth; }=20 ----- Original Message -----=20 From: Abel Eduardo Cant=FA Salas=20 To: dyn...@li...=20 Sent: Friday, November 24, 2000 11:14 AM Subject: [Dynapi-Help] ClientWidth & ClientHeight Hi! In looking for a property or method that returns the actual width & = height of the browser window, is there any? maibe in DynDocument? thanks a lot! |
From: <abe...@al...> - 2000-11-24 19:12:39
|
Hi! In looking for a property or method that returns the actual width & height of the browser window, is there any? maibe in DynDocument? thanks a lot! |
From: Doug M. <do...@cr...> - 2000-11-24 18:01:39
|
What I need is the latest widgets such as the latest scroll.js and any = support files needed for it. I don't want to sound like I'm whining.. but, if a user can't view my = whole page (page loaded into loadpanel) in NS but they can in IE then my = site's not very cross-browser is it? Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and = Support Creative-Workshop.com |
From: Pascal B. <pa...@dy...> - 2000-11-24 17:27:55
|
visit http://dynapi.sourceforge.net or http://www.sourceforge.net/projects/dynapi those urls are basically both pointing to the DynAPI2 resources.. Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Doug Melvin Verzonden: vrijdag 24 november 2000 20:47 Aan: dyn...@li... Onderwerp: [Dynapi-Help] Latest version please! I seem to be using an old version of scroll.js. Where do I find the latest versions of all the files assosiated with the dynapi project? I would really like to use this technology, but so far I am spending the bulk of my time debugging, and trying to repair the files that poeple are sending me. |