Re: [Dynapi-Dev] Netscape resize ...

2001-05-17 Thread Richard Emberson
e.. > The code for this should be in an earlier release if anyone wants to look at > it > - Original Message - > From: "Richard Emberson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 17, 2001 2:29 PM > Subject: Re: [Dynapi-D

Re: [Dynapi-Dev] Netscape resize ...

2001-05-17 Thread Richard Emberson
The problem with this approach when using ns4 is that if your webapplication has user-entered content, then reloading on resize looses all the content that the user labored to enter . If you have a simple webpage, then it does not matter. I am trying to build a webapplication and you do not w

Re: [Dynapi-Dev] Favorie IDE?

2001-05-17 Thread Richard Emberson
:-) Eytan Heidingsfeld wrote: > Which is the favorite IDE my precious?Will it be juicy my > precious?8an ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Re: [Dynapi-Dev] Favorie IDE?

2001-05-17 Thread Richard Emberson
vim The one editor to rule them all, One editor to find them, One editor to bring them all and in the darkness bind them ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Re: [Dynapi-Dev] webapp testing for server

2001-05-16 Thread Richard Emberson
___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

[Dynapi-Dev] webapp testing for server

2001-05-16 Thread Richard Emberson
I've got a webapp rather than a webpage; the user keeps the browser window around for a while. I'd like the javascript ot periodically refresh the page by reloading the page. All is great unless the server is down or the user has an intermittent internet connection (modem, etc.). In that case the

Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)

2001-03-19 Thread Richard Emberson
riginal Message ----- > From: "Richard Emberson" <[EMAIL PROTECTED]> I guess another way to put it is that if people kiss M$ butt and don't deploy client side java then the War of the Worlds is already over. ___ Dynapi-Dev mailing

Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)

2001-03-19 Thread Richard Emberson
I am working on the same thing and after much culling I have the following test file: URL Load content = " \ MyalertCnt=0; \ Myalert=function(s){ \ s=(MyalertCnt++)+' '+s; \ alert(s); \ } \ \ function BASE(){ \ } \ BASE.prototype.getClass=function(){ \ return 'BASE'; \

Re: [Dynapi-Dev] not so sure about this anymore

2001-02-27 Thread Richard Emberson
release -2.4). I got the label, mouseover, and button examples working and yesterday I decided to re-do the event model so that the component events (resize, create, etc) are actually asynchronous and not just (expensive) direct method calls. Richard Emberson Strolia-Davis Christopher Contr MSG MAM

Re: [Dynapi-Dev] Continuing Freeing memory

2001-02-21 Thread Richard Emberson
does. All memory allocated is kept track of. Starting from a set of "well known objects" (top level objects) one sweeps marking all reachable objects (and not traversing objects more than once). Then all objects that have not been marked are collected. Cycl

Re: [Dynapi-Dev] Continuing Freeing memory

2001-02-21 Thread Richard Emberson
of course can vary. When I wrote my javascript interpreter/compiler 4 years ago I helped (in a very small way) in debugging the spec. Richard Emberson Pascal wrote: > so: > > myLayer = new DynLayer > > delete myLayer > > destroys it completely? (or do we have to delete eve

[Dynapi-Dev] Netscape 4 question

2001-02-20 Thread Richard Emberson
hile using the Layer constructor simply puts the layer in the existing window. I'm trying to understand why in dylayer.js the Layer constructor is used and not the LAYER tag. Thanks. Richard Emberson Title: Test Label One Using 'new Layer()' test on Netscape 4: Title

Re: [Dynapi-Dev] XML and Us

2001-02-20 Thread Richard Emberson
look at Ecma-290 for how to document js components in XML. Richard Emberson Eytan Heidingsfeld wrote: > Hi,While getting into webos I think I noticed that all of their > objects are either defined in html or are described by the IDE in xml. > I think it is the first option. Thinkin

Re: [Dynapi-Dev] new DynDocument

2001-02-16 Thread Richard Emberson
Michael Pemberton wrote: > Frames. Any examples? > > > Richard Emberson wrote: > > > In the file dynapi.js a DynDocument is created: > > > > DynAPI.document=new DynDocument(self); > > > > As far as I can tell this is the only p

[Dynapi-Dev] new DynDocument

2001-02-16 Thread Richard Emberson
: DynDocument.dyndocs = []; DynDocument.dyndocsID = []; which seems to imply that there can be more than one DynDocument. Is there any example of such an occurance? Thanks. Richard Emberson ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net

Re: [Dynapi-Dev] serious, ... really!

2001-02-14 Thread Richard Emberson
arked as dirty. Some off the shelf java application servers: http://www.protomatter.com http://www.locomotive.org http://www.enhydra.org http://www.javaworld.com/javaworld/tools/jw-tools-appserver.html http://www.evidian.com/jonas http://www.jboss.org http://www.unidata.ucar.edu/packages/do

[Dynapi-Dev] ECMA 290 ECMAScript Components Specification

2001-02-09 Thread Richard Emberson
What is the relationship between dynapi components and the ECMAScript Components Specification components? Richard Emberson ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Re: [Dynapi-Dev] Redrawing widget with new data

2001-02-08 Thread Richard Emberson
Richard Bennett wrote: > Hi, > > >Is there any tutorial code, > > examples, or > > existing sites > Practically all the resources are mentioned in the FAQ: > http://www.dynamic-core.net/core/files/faq.dynapi2.html > > You can work with loadpanels, to load content, passing values, without > refres

[Dynapi-Dev] Redrawing widget with new data

2001-02-07 Thread Richard Emberson
specify which base widgets the depend so that if there is a shared base widget, it only get requested from the server once? (An examle meta-widget might be a viewport and two scrollbars (x and y)). Thanks Richard Emberson Director of Engineering (and only programmer) Contact Networks [EMAIL