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: Chris L. <Chr...@pl...> - 2001-02-16 10:21:39
|
Has any one got any good methods for displaying tooltips for layers which contain just a background image. At the moment the best way I can think of is on a mouseover event to place a transparent layer over the top of the image layer. I then set the HTML of this new layer to an <IMG> tag with the src being a transparent gif. I then use the alt attribute of the img tag to get a tooltip to display. The problem I'm having is when I also try to pisk up on the click event for the layer. IE picks up this mouse click event with no problems but Netscape seems to be slightly inconsistent. Every now and then the click event does not get called. I am unable to see under what conditions the click event is ignored. I have tried invoking the event from the tooltip layer but this doesn't seem to alter the behaviour in Netscape. Does anyone have any other ideas/methods for showing tooltips but retaining the event listening for the mouseup event in Netscape Thanks Chris |
From: Pascal <pb...@oi...> - 2001-02-16 07:48:52
|
Question, that debugger is Javascript based!? (interested for obvious reasons) Also wondering, I know your ofcourse limited on your work for DynAPI2 and sharing info.. but can we find any info somewhere on how dynamic loading is done? is it done using the loadpanel ideas? If you can't, or don't want to mention this I totally understand.. but just wondering :) any tech paper about it openly available Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Dan Steinman > Verzonden: vrijdag 16 februari 2001 12:08 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] Screenshot of the new WebOS API > > > A lot of you have probably been wondering what the hell I've > been up to. Obviously I haven't been doing as much work on > the DynAPI as I used to, but that doesn't mean I haven't been > busy with DHTML. Most of the original group of > "DynDevelopers" are aware I work at WebOS.com, but since > there's a lot of new people around these days this may be new > information. > > I've been working on the Netscape version of the next WebOS > API - this is a commerical quality DHTML/JavaScript API. It > goes far beyond the capabilities of DynAPI2, offering a > complete fully functioning platform for web based > applications. This version is unlike the original MyWebOS > product, this has been rebuilt from the ground up in pure JavaScript. > > We're gearing this toward companies. It's a commercial > product, with a price tag. I'm not in charge of selling it, > but the talk is it'll be around $1000 for a full license. > > I've posted a screenshot of what the final version will be > like. This was taken in Linux, running Netscape 4.75: > > http://fury161.dyndns.org/webos/webos-screenshot.jpg > > Everything you see there is a fully working toolkit. You got > dynamic library and application loading, layout managers, and > enough widgets to build just about anything you'd like, and a > handy debugger. All written in JavaScript, crossplatform, > works in Netscape 4.5 (Win32/Linux/Mac), IE 4.0, 5.0, 5.5 > probably IE 6.0, and Mozilla in a future version. > > There will be a trial version of the API released in a month > or so. You'll be able to download it, play with it, but you > can't use it on your site or redistribute it unless you buy > it. The API is open though, you can make applications for > WebOS and distribute them as you please. > > If you've done anything at all in DynAPI2 you'll understand > almost immediately how to build apps in WebOS. Instead of > DynLayer, you have webos.ui.Component, instead of DynDocument > you have webos.getContentPane(), and the event system works > similarly. The differences lie mainly in the amount of > different widgets (although we call them "components" in > WebOS), and the manner in which you build applications. > DynAPI was built as sort of an add-on to existing pages. > WebOS is designed to dynamically load up new apps on the fly. > You insert WebOS into a page, and then load up your > applications into WebOS. > > If any of you are seriously interested in this for your > development and looking for something more robust than > DynAPI, give me an email (to: fa...@hy... or > da...@da...) and I'll forward you to the marketing > department and you can likely be on the list of the first > people to recieve an evaluation copy. > > Cheers, > Dan > > BTW - I'm still working on my java-based editor for DynAPI, > you'll see a first version of that released pretty soon. > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
From: Michael P. <mp...@ph...> - 2001-02-16 06:14:55
|
I've attached an extension that alls you to parse values to a page without the need to hardcode the value names or order of values. It should be pretty self explanitary. -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Dan S. <dy...@fu...> - 2001-02-16 05:09:26
|
A lot of you have probably been wondering what the hell I've been up to. Obviously I haven't been doing as much work on the DynAPI as I used to, but that doesn't mean I haven't been busy with DHTML. Most of the original group of "DynDevelopers" are aware I work at WebOS.com, but since there's a lot of new people around these days this may be new information. I've been working on the Netscape version of the next WebOS API - this is a commerical quality DHTML/JavaScript API. It goes far beyond the capabilities of DynAPI2, offering a complete fully functioning platform for web based applications. This version is unlike the original MyWebOS product, this has been rebuilt from the ground up in pure JavaScript. We're gearing this toward companies. It's a commercial product, with a price tag. I'm not in charge of selling it, but the talk is it'll be around $1000 for a full license. I've posted a screenshot of what the final version will be like. This was taken in Linux, running Netscape 4.75: http://fury161.dyndns.org/webos/webos-screenshot.jpg Everything you see there is a fully working toolkit. You got dynamic library and application loading, layout managers, and enough widgets to build just about anything you'd like, and a handy debugger. All written in JavaScript, crossplatform, works in Netscape 4.5 (Win32/Linux/Mac), IE 4.0, 5.0, 5.5 probably IE 6.0, and Mozilla in a future version. There will be a trial version of the API released in a month or so. You'll be able to download it, play with it, but you can't use it on your site or redistribute it unless you buy it. The API is open though, you can make applications for WebOS and distribute them as you please. If you've done anything at all in DynAPI2 you'll understand almost immediately how to build apps in WebOS. Instead of DynLayer, you have webos.ui.Component, instead of DynDocument you have webos.getContentPane(), and the event system works similarly. The differences lie mainly in the amount of different widgets (although we call them "components" in WebOS), and the manner in which you build applications. DynAPI was built as sort of an add-on to existing pages. WebOS is designed to dynamically load up new apps on the fly. You insert WebOS into a page, and then load up your applications into WebOS. If any of you are seriously interested in this for your development and looking for something more robust than DynAPI, give me an email (to: fa...@hy... or da...@da...) and I'll forward you to the marketing department and you can likely be on the list of the first people to recieve an evaluation copy. Cheers, Dan BTW - I'm still working on my java-based editor for DynAPI, you'll see a first version of that released pretty soon. |
From: Robert R. <rra...@ya...> - 2001-02-16 01:15:49
|
I've updated the website with a few new things. The mailing lists now have links to the archives. The FAQ is now available under the tutorials. And, there is a new snapshot system. The snapshot page is now built dynamically with a perl script (no longer using a cron job). The snapshots no longer include the jspacked files or the docs. This will cut down on the snapshot size by a lot. Until the jspack is fixed, I don't see a need to include it in the snapshots. -- // Robert Rainwater ---------------------- DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ DynAPI Homepage: http://dynapi.sourceforge.net/ |
From: <ro...@gm...> - 2001-02-16 01:03:49
|
Am Freitag, 16. Februar 2001 00:41 schrieben Sie: > It will work, just don't expect it to be the most speedy experience. > =3D) Even if it does turn out slow for you it still beats having > multiple partitions on one machine or having a dozen test boxes > cluttering up a room. > For instance you don't have to leave your current OS. You just start > it up and it runs on top of your current OS, networking and all. I think RAM is more important than processor speed - I use it to run=20 win95c on my linux-box, an AMD 350 with 256MB and it's OK for=20 browser-testing - and it's also a great tool for making screenshots of bluescreens :-)) Roland > > M. > > -----Original Message----- > From: Doug Melvin [mailto:do...@cr...] > Sent: Thursday, February 15, 2001 6:44 PM > To: dyn...@li... > Subject: Re: [Dynapi-Dev] ViewPort > > > does that mean I shouldn't bother with my 128meg and Duron 600mhz? > > :-) > > ----- Original Message ----- > From: "Matthew A. Shirey" <ms...@sh...> > To: <dyn...@li...> > Sent: Thursday, February 15, 2001 3:33 PM > Subject: RE: [Dynapi-Dev] ViewPort > > > Work really well. We run it on win2000. You need a good amount of > ram, I suggest 256Megs+, as well as a pretty sturdy processor. I am > using a PIII 850 here. We use it to test all of our web applications > on before deployment. Anyway, definitely worth the bucks. Don't > take my word for it though, download their eval version. > > M. > > -----Original Message----- > From: Bart Bizon [mailto:ba...@ho...] > Sent: Thursday, February 15, 2001 3:00 PM > To: dyn...@li... > Subject: SV: [Dynapi-Dev] ViewPort > > > I was thinking of using it... does it work well? > What is the "backend" OS? > > -----Ursprungligt meddelande----- > Fr=E5n: Matthew A. Shirey <ms...@sh...> > Till: dyn...@li... > <dyn...@li...> > Datum: den 15 februari 2001 20:48 > =C4mne: RE: [Dynapi-Dev] ViewPort > > > Actually I have a series of Virtual Machines using VMWare. > www.vmware.com > > M. > > -----Original Message----- > From: Doug Melvin [mailto:do...@cr...] > Sent: Thursday, February 15, 2001 2:10 PM > To: dyn...@li... > Subject: Re: [Dynapi-Dev] ViewPort > > > ICK! I'm not too sure about adding a partition for each version of > IE.. > > :-) > > ----- Original Message ----- > From: "Darin Kadrioski" <dka...@ef...> > To: <dyn...@li...> > Sent: Thursday, February 15, 2001 10:50 AM > Subject: RE: [Dynapi-Dev] ViewPort > > > You can install a separate one on each partition > > > > -----Original Message----- > > From: Eytan Heidingsfeld [mailto:ey...@tr...] > > Sent: Thursday, February 15, 2001 10:41 AM > > To: dyn...@li... > > Subject: RE: [Dynapi-Dev] ViewPort > > > > > > How did you install them on one machine. I have a different machine > > for > each > > > one (at work we have a lab). > > 8an > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > --- > Outgoing mail is certified Virus Free by AVG Free Edition > http://www.grisoft.com/html/us_index.cfm > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > --- > Outgoing mail is certified Virus Free by AVG Free Edition > http://www.grisoft.com/html/us_index.cfm > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Matthew A. S. <ms...@sh...> - 2001-02-15 23:50:16
|
It will work, just don't expect it to be the most speedy experience. = =3D) Even if it does turn out slow for you it still beats having multiple partitions on one machine or having a dozen test boxes cluttering up a room. For instance you don't have to leave your current OS. You just start it up and it runs on top of your current OS, networking and all. M. -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Thursday, February 15, 2001 6:44 PM To: dyn...@li... Subject: Re: [Dynapi-Dev] ViewPort does that mean I shouldn't bother with my 128meg and Duron 600mhz? :-) ----- Original Message ----- From: "Matthew A. Shirey" <ms...@sh...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 3:33 PM Subject: RE: [Dynapi-Dev] ViewPort Work really well. We run it on win2000. You need a good amount of ram, I suggest 256Megs+, as well as a pretty sturdy processor. I am using a PIII 850 here. We use it to test all of our web applications on before deployment. Anyway, definitely worth the bucks. Don't take my word for it though, download their eval version. M. -----Original Message----- From: Bart Bizon [mailto:ba...@ho...] Sent: Thursday, February 15, 2001 3:00 PM To: dyn...@li... Subject: SV: [Dynapi-Dev] ViewPort I was thinking of using it... does it work well? What is the "backend" OS? -----Ursprungligt meddelande----- Fr=E5n: Matthew A. Shirey <ms...@sh...> Till: dyn...@li... <dyn...@li...> Datum: den 15 februari 2001 20:48 =C4mne: RE: [Dynapi-Dev] ViewPort Actually I have a series of Virtual Machines using VMWare. www.vmware.com M. -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Thursday, February 15, 2001 2:10 PM To: dyn...@li... Subject: Re: [Dynapi-Dev] ViewPort ICK! I'm not too sure about adding a partition for each version of IE.. :-) ----- Original Message ----- From: "Darin Kadrioski" <dka...@ef...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 10:50 AM Subject: RE: [Dynapi-Dev] ViewPort > > You can install a separate one on each partition > > -----Original Message----- > From: Eytan Heidingsfeld [mailto:ey...@tr...] > Sent: Thursday, February 15, 2001 10:41 AM > To: dyn...@li... > Subject: RE: [Dynapi-Dev] ViewPort > > > How did you install them on one machine. I have a different machine for each > one (at work we have a lab). > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Michael P. <mp...@ph...> - 2001-02-15 23:47:14
|
the console appearring could be a separate option that can be set by the coder. Pascal Bestebroer wrote: > wasn't thinking about extension.. > > but more like trapping errors from within the dynapi.. not with a console, > but with a nicer alert. > We could then make even the error messages cross-browser (IE is always wrong > by 1 line) > > I'd rather see a nice alert box then those annoying IE screens (which some > people have turned off btw.) > > So, not a comple console like window as in Michael's example, but a normal > alert box stating the correct line > nr and message. > > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net > > > -----Oorspronkelijk bericht----- > > Van: dyn...@li... > > [mailto:dyn...@li...]Namens Robert Rainwater > > Verzonden: donderdag 15 februari 2001 17:12 > > Aan: DynAPI Development List > > Onderwerp: Re[2]: [Dynapi-Dev] A handy DEBUG method > > > > > > > > It could possibly be included as an extension. Maybe replace debug.js > > with this (if it works), since console.js it sort of a replacement for > > debug.js anyways. > > > > -- > > // Robert Rainwater > > > > On 2/15/2001, 10:00:10 AM EST, Pascal wrote about "[Dynapi-Dev] A > > handy DEBUG method": > > > > > I'll see if I can implement this error handling into the DynAPI. > > > > > does it work crossbrowser? (ie4+ and NS4+) > > > > > > > Pascal Bestebroer (pb...@oi...) > > > Software ontwikkelaar > > > Oberon Informatiesystemen b.v. > > > http://www.oibv.com > > > > >> -----Oorspronkelijk bericht----- > > >> Van: dyn...@li... > > >> [mailto:dyn...@li...]Namens Michael > > >> Pemberton > > >> Verzonden: donderdag 15 februari 2001 7:22 > > >> Aan: dyn...@li... > > >> Onderwerp: Re: [Dynapi-Dev] A handy DEBUG method > > >> > > >> > > >> I've got an alternative method that caches the errors until > > >> everything has > > >> loaded and generates a error output page. It can also be > > >> told to display > > >> javascript errors or even catch and not display javascript errors. > > >> > > >> DynAPI { > > >> errors : [], > > >> displayerrors : false, // indicates if you wish all > > >> errors to be caught or > > >> sent to the in-built js console > > >> errorHandler : function (msg, url, lno) { > > >> DynAPI.errors[DynAPI.errors.length] = [url,lno,msg]; > > >> // if the page has already loaded, errors will be > > >> alerted instead of > > >> sent to the debug page > > >> if (DynAPI.loaded&&DynAPI.displayerrors) > > >> alert("Error in '" + url + "'.\nLine number: " + lno + > > >> ".\nMessage: " + msg); > > >> return DynAPI.displayerrors; > > >> }, > > >> > > >> // The following line is added at the end of the loadHandler: > > >> if (DynAPI.errors.length&&DynAPI.displayerrors) DynAPI.errorOutput(); > > >> > > >> // The following line is added at the end of the dynapi.js > > >> onerror = DynAPI.errorHandler; > > >> > > >> -- > > >> Michael Pemberton > > >> mp...@ph... > > >> ICQ: 12107010 > > >> > > >> > > >> > > >> > > >> > > >> > > >> _______________________________________________ > > >> Dynapi-Dev mailing list > > >> Dyn...@li... > > >> http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > >> > > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > > > ---------------------- > > DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ > > DynAPI Homepage: http://dynapi.sourceforge.net/ > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Doug M. <do...@cr...> - 2001-02-15 23:45:28
|
does that mean I shouldn't bother with my 128meg and Duron 600mhz? :-) ----- Original Message ----- From: "Matthew A. Shirey" <ms...@sh...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 3:33 PM Subject: RE: [Dynapi-Dev] ViewPort Work really well. We run it on win2000. You need a good amount of ram, I suggest 256Megs+, as well as a pretty sturdy processor. I am using a PIII 850 here. We use it to test all of our web applications on before deployment. Anyway, definitely worth the bucks. Don't take my word for it though, download their eval version. M. -----Original Message----- From: Bart Bizon [mailto:ba...@ho...] Sent: Thursday, February 15, 2001 3:00 PM To: dyn...@li... Subject: SV: [Dynapi-Dev] ViewPort I was thinking of using it... does it work well? What is the "backend" OS? -----Ursprungligt meddelande----- Från: Matthew A. Shirey <ms...@sh...> Till: dyn...@li... <dyn...@li...> Datum: den 15 februari 2001 20:48 Ämne: RE: [Dynapi-Dev] ViewPort Actually I have a series of Virtual Machines using VMWare. www.vmware.com M. -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Thursday, February 15, 2001 2:10 PM To: dyn...@li... Subject: Re: [Dynapi-Dev] ViewPort ICK! I'm not too sure about adding a partition for each version of IE.. :-) ----- Original Message ----- From: "Darin Kadrioski" <dka...@ef...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 10:50 AM Subject: RE: [Dynapi-Dev] ViewPort > > You can install a separate one on each partition > > -----Original Message----- > From: Eytan Heidingsfeld [mailto:ey...@tr...] > Sent: Thursday, February 15, 2001 10:41 AM > To: dyn...@li... > Subject: RE: [Dynapi-Dev] ViewPort > > > How did you install them on one machine. I have a different machine for each > one (at work we have a lab). > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Michael P. <mp...@ph...> - 2001-02-15 23:45:27
|
yeahit does. I've been using it in my version for months. I just thought it might be too much to include in the core API. : ) Pascal wrote: > I'll see if I can implement this error handling into the DynAPI. > > does it work crossbrowser? (ie4+ and NS4+) > > Pascal Bestebroer (pb...@oi...) > Software ontwikkelaar > Oberon Informatiesystemen b.v. > http://www.oibv.com > > > -----Oorspronkelijk bericht----- > > Van: dyn...@li... > > [mailto:dyn...@li...]Namens Michael > > Pemberton > > Verzonden: donderdag 15 februari 2001 7:22 > > Aan: dyn...@li... > > Onderwerp: Re: [Dynapi-Dev] A handy DEBUG method > > > > > > I've got an alternative method that caches the errors until > > everything has > > loaded and generates a error output page. It can also be > > told to display > > javascript errors or even catch and not display javascript errors. > > > > DynAPI { > > errors : [], > > displayerrors : false, // indicates if you wish all > > errors to be caught or > > sent to the in-built js console > > errorHandler : function (msg, url, lno) { > > DynAPI.errors[DynAPI.errors.length] = [url,lno,msg]; > > // if the page has already loaded, errors will be > > alerted instead of > > sent to the debug page > > if (DynAPI.loaded&&DynAPI.displayerrors) > > alert("Error in '" + url + "'.\nLine number: " + lno + > > ".\nMessage: " + msg); > > return DynAPI.displayerrors; > > }, > > > > // The following line is added at the end of the loadHandler: > > if (DynAPI.errors.length&&DynAPI.displayerrors) DynAPI.errorOutput(); > > > > // The following line is added at the end of the dynapi.js > > onerror = DynAPI.errorHandler; > > > > -- > > Michael Pemberton > > mp...@ph... > > ICQ: 12107010 > > > > > > > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Matthew A. S. <ms...@sh...> - 2001-02-15 23:42:03
|
Work really well. We run it on win2000. You need a good amount of ram, I suggest 256Megs+, as well as a pretty sturdy processor. I am using a PIII 850 here. We use it to test all of our web applications on before deployment. Anyway, definitely worth the bucks. Don't take my word for it though, download their eval version. M. -----Original Message----- From: Bart Bizon [mailto:ba...@ho...] Sent: Thursday, February 15, 2001 3:00 PM To: dyn...@li... Subject: SV: [Dynapi-Dev] ViewPort I was thinking of using it... does it work well? What is the "backend" OS? -----Ursprungligt meddelande----- Fr=E5n: Matthew A. Shirey <ms...@sh...> Till: dyn...@li... <dyn...@li...> Datum: den 15 februari 2001 20:48 =C4mne: RE: [Dynapi-Dev] ViewPort Actually I have a series of Virtual Machines using VMWare. www.vmware.com M. -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Thursday, February 15, 2001 2:10 PM To: dyn...@li... Subject: Re: [Dynapi-Dev] ViewPort ICK! I'm not too sure about adding a partition for each version of IE.. :-) ----- Original Message ----- From: "Darin Kadrioski" <dka...@ef...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 10:50 AM Subject: RE: [Dynapi-Dev] ViewPort > > You can install a separate one on each partition > > -----Original Message----- > From: Eytan Heidingsfeld [mailto:ey...@tr...] > Sent: Thursday, February 15, 2001 10:41 AM > To: dyn...@li... > Subject: RE: [Dynapi-Dev] ViewPort > > > How did you install them on one machine. I have a different machine for each > one (at work we have a lab). > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Michael P. <mp...@ph...> - 2001-02-15 23:39:06
|
works great. I used it to run a unix server in my NT / 2000 desktop. It will run in any NTsp3+ or 2000 environment. Bart Bizon wrote: > I was thinking of using it... does it work well? > What is the "backend" OS? > > -----Ursprungligt meddelande----- > Från: Matthew A. Shirey <ms...@sh...> > Till: dyn...@li... <dyn...@li...> > Datum: den 15 februari 2001 20:48 > Ämne: RE: [Dynapi-Dev] ViewPort > > Actually I have a series of Virtual Machines using VMWare. > www.vmware.com > > M. > > -----Original Message----- > From: Doug Melvin [mailto:do...@cr...] > Sent: Thursday, February 15, 2001 2:10 PM > To: dyn...@li... > Subject: Re: [Dynapi-Dev] ViewPort > > ICK! I'm not too sure about adding a partition for each version of IE.. > :-) > ----- Original Message ----- > From: "Darin Kadrioski" <dka...@ef...> > To: <dyn...@li...> > Sent: Thursday, February 15, 2001 10:50 AM > Subject: RE: [Dynapi-Dev] ViewPort > > > > > You can install a separate one on each partition > > > > -----Original Message----- > > From: Eytan Heidingsfeld [mailto:ey...@tr...] > > Sent: Thursday, February 15, 2001 10:41 AM > > To: dyn...@li... > > Subject: RE: [Dynapi-Dev] ViewPort > > > > > > How did you install them on one machine. I have a different machine > for > each > > one (at work we have a lab). > > 8an > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > --- > Outgoing mail is certified Virus Free by AVG Free Edition > http://www.grisoft.com/html/us_index.cfm > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Ramon B. <ram...@f5...> - 2001-02-15 23:23:54
|
It works brilliantly. We use it on Winnt2000 and we test all the Wintel OS's with all possible=20 browsers (Web Dev Company) The 'backend' OS can be Linux or Winnt -----Original Message----- From: Bart Bizon [mailto:ba...@ho...] Sent: Friday, 16 February 2001 9:00 AM To: dyn...@li... Subject: SV: [Dynapi-Dev] ViewPort I was thinking of using it... does it work well? What is the "backend" OS? -----Ursprungligt meddelande----- Fr=E5n: Matthew A. Shirey <ms...@sh...> Till: dyn...@li... = <dyn...@li...> Datum: den 15 februari 2001 20:48 =C4mne: RE: [Dynapi-Dev] ViewPort Actually I have a series of Virtual Machines using VMWare. www.vmware.com M. -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Thursday, February 15, 2001 2:10 PM To: dyn...@li... Subject: Re: [Dynapi-Dev] ViewPort ICK! I'm not too sure about adding a partition for each version of IE.. :-) ----- Original Message ----- From: "Darin Kadrioski" <dka...@ef...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 10:50 AM Subject: RE: [Dynapi-Dev] ViewPort > > You can install a separate one on each partition > > -----Original Message----- > From: Eytan Heidingsfeld [mailto:ey...@tr...] > Sent: Thursday, February 15, 2001 10:41 AM > To: dyn...@li... > Subject: RE: [Dynapi-Dev] ViewPort > > > How did you install them on one machine. I have a different machine for each > one (at work we have a lab). > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Bart B. <ba...@ho...> - 2001-02-15 23:01:34
|
Wouldn't it be better to check for if(typeof this.imagelyr=3D=3D"undefined") since: if(!this.imagelyr) would be true if this.imagelyr is false|null|undefined|0|'' (empty = string) -----Ursprungligt meddelande----- Fr=E5n: Jordi - IlMaestro - Ministral <jmi...@or...> Till: dyn...@li... = <dyn...@li...> Datum: den 15 februari 2001 12:22 =C4mne: [Dynapi-Dev] One more green >I'm doing some Mozilla/NS6 bugfixing. So far I've updated CVS with a = working >button widget. I guess that's one more green cell. > >The bug: > >The code checked for unexistant properties this way > >if(this.imagelyr=3D=3Dnull) > >This worked fine untill now but Mozilla returns undefined properties as >'undefined', which is not equal to null. I replaced the condition with >if(!this.imagelyr) > > >_______________________________________________ >Dynapi-Dev mailing list >Dyn...@li... >http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
From: Bart B. <ba...@ho...> - 2001-02-15 23:01:34
|
I was thinking of using it... does it work well? What is the "backend" OS? -----Ursprungligt meddelande----- Fr=E5n: Matthew A. Shirey <ms...@sh...> Till: dyn...@li... = <dyn...@li...> Datum: den 15 februari 2001 20:48 =C4mne: RE: [Dynapi-Dev] ViewPort Actually I have a series of Virtual Machines using VMWare. www.vmware.com M. -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Thursday, February 15, 2001 2:10 PM To: dyn...@li... Subject: Re: [Dynapi-Dev] ViewPort ICK! I'm not too sure about adding a partition for each version of IE.. :-) ----- Original Message ----- From: "Darin Kadrioski" <dka...@ef...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 10:50 AM Subject: RE: [Dynapi-Dev] ViewPort > > You can install a separate one on each partition > > -----Original Message----- > From: Eytan Heidingsfeld [mailto:ey...@tr...] > Sent: Thursday, February 15, 2001 10:41 AM > To: dyn...@li... > Subject: RE: [Dynapi-Dev] ViewPort > > > How did you install them on one machine. I have a different machine for each > one (at work we have a lab). > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Jeff G. <je...@we...> - 2001-02-15 22:01:41
|
Didn't mean to post the "My Widget List is Up" message all over the place. Sorry. Jeff Greenberg je...@we... |
From: Jeff G. <je...@we...> - 2001-02-15 21:47:43
|
A list of my widgets, currently only three (RadioDial, Slider and Color Picker), is now up at: http://home.earthlink.net/~kendrasg/widget/ Now includes Demos and Source. Jeff Greenberg je...@we... |
From: <no...@so...> - 2001-02-15 21:40:27
|
Bug #132422, was updated on 2001-Feb-14 15:08 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: wessto Assigned to : nobody Summary: Layers not showing up in netscape 6 Details: this works in ie and ns4, but layers and content don't show up in netscape 6. The following is the code I'm using... ##############BEGIN CODE####################### <html> <head> <title>title</title> <LINK href="style.css" rel="STYLESHEET" type="text/css"> <script language="Javascript" src="/javascript/dynapi/src/dynapi.js"></script> <script language="Javascript" src="/javascript/dynLayerHelper.js"></script> <script language="Javascript"> DynAPI.setLibraryPath('/javascript/dynapi/src/lib'); DynAPI.include('dynapi.api.browser.js'); DynAPI.include('dynapi.api.dynlayer.js'); DynAPI.include('dynapi.api.dyndocument.js'); var mainColor = '#333333'; var titleColor = '#333333'; var borderColor = '#ffffff'; var navColor = '#330000'; var borderWidth = 1; var baseX = 5; var baseY = 5; var titleWidth = 750; var titleHeight = 52; var contentWidth = titleWidth - 200; var contentHeight = 580; var dbResult = 'text here'; var hNavHeight = 30; var vNavWidth = titleWidth - contentWidth; var vNavHeight = contentHeight - hNavHeight; var hNavFillerX = contentWidth + baseX; var vNavX = hNavFillerX; var contentY = baseY + hNavHeight + titleHeight - borderWidth; var hNavY = baseY + titleHeight - borderWidth; var vNavFillerX = vNavX - borderWidth; var vNavFillerY = contentY + vNavHeight; DynAPI.onLoad=function() { //border order = top,right,bottom,left makeLayerWithBorders('title',baseX,baseY,titleWidth,titleHeight,titleColor,borderWidth,borderColor,true,true,false,true); makeLayerWithBorders('hNav',baseX,hNavY,contentWidth,hNavHeight,navColor,borderWidth,borderColor,true,false,true,true); makeLayerWithBorders('hNavFiller',hNavFillerX,hNavY,vNavWidth,hNavHeight,navColor,borderWidth,borderColor,true,true,false,false); makeLayerWithBorders('vNav',vNavX,contentY,vNavWidth,vNavHeight,navColor,borderWidth,borderColor,false,true,true,false); makeLayerWithBorders('mainContent',baseX,contentY,contentWidth,contentHeight,mainColor,borderWidth,borderColor,false,true,true,true); makeLayerWithBorders('lastEdited',vNavFillerX,vNavFillerY,vNavWidth + borderWidth,contentHeight - vNavHeight,mainColor,borderWidth,borderColor,false,true,true,false); content = '<span class=title><b>title</b></span>'; title.setHTML(content); content = '<span class=hnav><a href="somesite">home</a> | <a href="?page=resume">resume</a> | <a href="?page=services">services</a> | <a href="?page=about">about</a></span>'; hNav.setHTML(content); //PAGE SELECTION mainContent.setHTML(dbResult); content = '<span class=last><b>rev:</b>02.14.01 22:58:06</span>'; lastEdited.setHTML(content); } </script> </head> <body> <!--- REQUIRED FOR NETSCAPE ---> <SCRIPT language="JavaScript"> height = contentHeight + hNavHeight + titleHeight; document.write('<img src="images/pixel.gif" width=1 height=' + height + ' border=0>'); </script> </body> </html> #############END CODE################# Follow-Ups: Date: 2001-Feb-15 13:41 By: wessto Comment: I use dynlayerhelper.js to add borders to my layers. Nothing special is done. Here is the complete code for dynlayerhelper.js: #######BEGIN############# function makeLayerWithBorders(name,xpos,ypos,width,height,color,borderWidth,borderColor,tBorder,rBorder,bBorder,lBorder) { eval( name + " = new DynLayer(null," + xpos + "," + ypos + "," + width + "," + height + ",'" + color + "');"); eval( "DynAPI.document.addChild(" + name + ");"); if(tBorder) { eval( name + "_tBorder = new DynLayer(null," + xpos + "," + ypos + "," + width + "," + borderWidth + ",'" + borderColor + "');"); eval( "DynAPI.document.addChild(" + name + "_tBorder);"); } if(rBorder) { var newX = xpos + width - borderWidth; eval( name + "_rBorder = new DynLayer(null," + newX + "," + ypos + "," + borderWidth + "," + height + ",'" + borderColor + "');"); eval( "DynAPI.document.addChild(" + name + "_rBorder);"); } if(bBorder) { var newY = ypos + height - borderWidth; eval( name + "_bBorder = new DynLayer(null," + xpos + "," + newY + "," + width + "," + borderWidth + ",'" + borderColor + "');"); eval( "DynAPI.document.addChild(" + name + "_bBorder);"); } if(lBorder) { eval( name + "_lBorder = new DynLayer(null," + xpos + "," + ypos + "," + borderWidth + "," + height + ",'" + borderColor + "');"); eval( "DynAPI.document.addChild(" + name + "_lBorder);"); } } #######END#######3 ------------------------------------------------------- Date: 2001-Feb-15 09:59 By: dcpascal Comment: Do you have an easier piece of code (without the extra stuff in your dynlayerhelper file etc) that also goes wrong. Code including personal add-ons can be hard to recreate. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=132422&group_id=5757 |
From: Matthew A. S. <ms...@sh...> - 2001-02-15 19:48:33
|
Actually I have a series of Virtual Machines using VMWare. www.vmware.com M. -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Thursday, February 15, 2001 2:10 PM To: dyn...@li... Subject: Re: [Dynapi-Dev] ViewPort ICK! I'm not too sure about adding a partition for each version of IE.. :-) ----- Original Message ----- From: "Darin Kadrioski" <dka...@ef...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 10:50 AM Subject: RE: [Dynapi-Dev] ViewPort > > You can install a separate one on each partition > > -----Original Message----- > From: Eytan Heidingsfeld [mailto:ey...@tr...] > Sent: Thursday, February 15, 2001 10:41 AM > To: dyn...@li... > Subject: RE: [Dynapi-Dev] ViewPort > > > How did you install them on one machine. I have a different machine for each > one (at work we have a lab). > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Jeff G. <je...@we...> - 2001-02-15 19:23:41
|
I will be posting the source to this widget on my demo page shortly, and yes it is free. http://home.earthlink.net/~kendrasg/widget/ColorPicker/cpDemo.html How soon do you need it? Jeff Greenberg je...@we... "Raible, Matt" wrote: > I lost the URL for the ColorPicker Widget - I want to use it in my > application. Can someone send the URL and is it free? > > Thanks, > > Matt > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Doug M. <do...@cr...> - 2001-02-15 19:11:40
|
ICK! I'm not too sure about adding a partition for each version of IE.. :-) ----- Original Message ----- From: "Darin Kadrioski" <dka...@ef...> To: <dyn...@li...> Sent: Thursday, February 15, 2001 10:50 AM Subject: RE: [Dynapi-Dev] ViewPort > > You can install a separate one on each partition > > -----Original Message----- > From: Eytan Heidingsfeld [mailto:ey...@tr...] > Sent: Thursday, February 15, 2001 10:41 AM > To: dyn...@li... > Subject: RE: [Dynapi-Dev] ViewPort > > > How did you install them on one machine. I have a different machine for each > one (at work we have a lab). > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Darin K. <dka...@ef...> - 2001-02-15 18:44:29
|
You can install a separate one on each partition -----Original Message----- From: Eytan Heidingsfeld [mailto:ey...@tr...] Sent: Thursday, February 15, 2001 10:41 AM To: dyn...@li... Subject: RE: [Dynapi-Dev] ViewPort How did you install them on one machine. I have a different machine for each one (at work we have a lab). 8an _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Eytan H. <ey...@tr...> - 2001-02-15 18:42:23
|
How did you install them on one machine. I have a different machine for each one (at work we have a lab). 8an |
From: Eytan H. <ey...@tr...> - 2001-02-15 18:19:44
|
I was joking about the blacklist thing. just trying to wake you guys up. k? 8an |
From: Matthew A. S. <ms...@sh...> - 2001-02-15 18:13:11
|
I have all versions of IE. =3D) Even 3... Ewww. =20 =20 M. -----Original Message----- From: Richard Bennett [mailto:ma...@ri...] Sent: Thursday, February 15, 2001 10:08 AM To: dyn...@li... Subject: Re: [Dynapi-Dev] ViewPort The problem is most people only have one version of IE, mine's IE5.5, so I can't be of any help regarding this problem. =20 Richard ----- Original Message -----=20 From: Eytan <mailto:ey...@tr...> Heidingsfeld=20 To: dyn...@li... <mailto:dyn...@li...> =20 Sent: Thursday, February 15, 2001 12:35 PM Subject: [Dynapi-Dev] ViewPort Hi, I recently had a problem (msg has already been sent to list but since I included a log file from IE it exceeded the 30KB limit and is waiting for conformation from the administrator). It involved adding my table widget inside a scrollpane. This works fine everywhere but IE 5.0 (5.5 works!). I found the line of code that crashes the browser. file: viewport.js function setContent line: this.content.removeFromParent(); can anyone else verify this happening or maybe give me a reason why it is? (BTW the content that I am setting has no parent yet). 8an |