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: Bill W. <bil...@us...> - 2000-12-05 22:50:46
|
What I meant (can't say about Cameron), was that it would be nice to have all of the functionality of the API without even worrying if it is cross browser compatible. Quite often, I have to write intranet apps where my customer can and absolutely does control which ua their users use. (via SMS or whatever). It doesn't matter as much over a lan, but for their remote sales people dialing up from his customer's pots line to check product allocation during the lunch break, it can be slow. If I could _only_ include IE code when I knew it was the standard, then I could speed things up some.... maybe even a lot. maybe I'm dreaming -bw Dan Steinman <dy...@fu...> wrote: > I just have to clean it up a bit and I'll have it ready to use this evening. It's really quite a simple system. I'm not sure exactly what you want by splitting the versions up. I mean, there's ways to do that, but why bother? Right now it's just an easy way to compress and combine files, it does nothing more. And we'll use it until we decide that a more sophisticated system is needed. > > Dan > > On Tue, Dec 05, 2000 at 10:31:34AM -0000, Cameron Hart wrote: > > This is probably a good way of splitting the code into different browser > > versions. If you put equivant of #IFDEF (or whatever, it's been a long time > > since I touched C!) in the source Javascript, you could compile browser > > specific versions from the one source distribution. At least then, all the > > code is in one place, and browser specific versions are developed together, > > not seperately. > > > > Cameron. > > > > > -----Original Message----- > > > From: dyn...@li... > > > [mailto:dyn...@li...]On Behalf Of Dan Steinman > > > Sent: 04 December 2000 03:52 > > > To: dyn...@li... > > > Subject: [Dynapi-Dev] DynAPI Makefile/code compression almost complete > > > > > > > > > This weekend I took on the task of creating a "build" system for DynAPI. > > > > > > First part involved writing my own JavaScript whitespace/comment > > > removal script (in Perl). It's pretty much complete and as good > > > or better than any others I've seen. I'm calling it JSPack and > > > will release this as a separate program that must be downloaded > > > in order to "build" the DynAPI. > > > > > > It not only compresses JS code, it also packages the files > > > together. And this will be used to create js packages for the > > > DynAPI. For example, it will create the files dynapi.api.js, > > > dynapi.gui.js... which contain all the classes in that > > > subdirectory. I have to add one more feature to my script that > > > determines the order that the objects should be added to the > > > Package. For example, ScrollPane extends off of ViewPort, so in > > > the dynapi.gui.js file, viewport.js must be added first. > > > Therefore I plan to add files to the /lib/dynapi/ directories > > > that state the order of the files. These will be named .jspack > > > and will be a simple list of the js files in the order they are > > > to be added to a package. My JSPack program will take care of the rest. > > > > > > Right now JSPack does not parse the JavaScript, so it will not go > > > through each of your lines and fix and incorrect or missing > > > semicolon. There for it is essential that all files in the > > > DynAPI have semi's on each line, as well in the following case: > > > > > > f = function() { > > > }; // absolutely needed > > > > > > Second part is the Makefile. Up until now we've just been > > > editing our files in /js/. But now we can use a separate > > > directory /src/. This is where we edit our files. Our > > > JavaScripts can contain comments, and do not have to be bunched > > > up, because the Makefile will use the /src/ directory, compress > > > all the code, and produce js packages, and jar files, and output > > > it to /js/. > > > > > > So the /js/ directory will then contain a compressed release of our code. > > > > > > In order to build the DynAPi you need to be using unix/linux or > > > have Cygwin installed in Windows, along with Perl and the JDK > > > (for Jarring the files). You need to place JSPack in your path, > > > and then type: > > > > > > make > > > > > > in the /dynapi/ source tree. This runs the commands in the > > > Makefile which does everything needed to produce the /js/ tree. > > > > > > I'm going through all of the existing JS code and putting the > > > necessary semi colons, and will have everything ready to use in > > > another day or 2. A first run-through of building the DynAPI > > > produced a Jar file which 16KB!!!! (yes the entire DynAPI with > > > the existing widgets can be compressed a lot). > > > > > > We can also use GZip to compress the files for use in IE 5, these > > > will be a bit smaller than the Jar files. I don't believe there > > > is any compression we can do for IE 4 though (other than > > > whitespace removal). > > > > > > over and out, > > > Dan > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 |
From: Bill W. <bil...@us...> - 2000-12-05 21:47:25
|
I have just set up wincvs and ssh, and I am getting the TCL thing too. CVSROOT: :ext:bil...@cv...:/cvsroot/dynapi (ssh authentication) TCL is *not* available, shell is disabled Then I right clicked on the home folder and tried to check out dynapi and got: cvs checkout -P dynapi (in directory D:\GNU\WinCvs 1.1\home) I now (did) have a DOS window up, with no prompt, and the cursor blinking. I blind typed my password and hit enter there. Now the dos window is gone, and I get: cvs [checkout aborted]: end of file from server (consult above messages if any) *****CVS exited normally with code 1***** Does anyone have a clue as to what I did wrong? thanks -bw Iván Rodríguez Murillo <wan...@ya...> wrote: > TCL is not a problem. You need only ssh installed and properly configured. > The problem is that CVS isn't runnig now. You must wait for this guys seting > up CVS again > > ----- Original Message ----- > From: "Darin Kadrioski" <dka...@ef...> > To: <dyn...@li...> > Sent: Monday, December 04, 2000 7:55 PM > Subject: RE: [Dynapi-Dev] CVS in WIndows > > > > > > after installing and using the settings outlined below (on NT4), i get a > > message saying : > > > > CVSROOT: :ext:to...@cv...:/cvsroot/dynapi (ssh > > authentication) > > TCL is *not* available, shell is disabled > > > > > > i can't seem to get any further. > > "torgo" is my username on sourceforge. > > > > any idea what i am doing wrong? > > > > > > > > -----Original Message----- > > From: Robert Rainwater [mailto:rra...@ya...] > > Sent: Sunday, December 03, 2000 3:02 PM > > To: DynAPI Development List > > Subject: [Dynapi-Dev] CVS in WIndows > > > > > > > > Here are some quick and dirty instructions for setting up CVS on > > windows. > > > > Files > > ----- > > > > WinCVS: > > ftp://sunsite.cnlab-switch.ch/mirror/cvsgui/WinCvs11b17.zip > > > > SSH: > > ftp://ftp.dei.uc.pt/.disk2/Crypto/SSH/contrib/ssh-1.2.14-win32bin.zip > > > > Installation > > ------------ > > Install WinCVS as per the instructions provided. > > > > - Unzip ssh-1.2.14-win32bin.zip to a directory (ex. c:\ssh). > > - Add c:\ssh to the PATH variable. > > - Create a HOME directory (ex. c:\home). > > - Create environment variable HOME with value c:\home > > - Restart > > > > - Start WinCVS. > > - It should prompt to enter your CVS Root. (if not, choose > > Admin|Preferences). Enter the cvs root as: > > ":ext:<username>@cvs.dynapi.sourceforge.net:/cvsroot/dynapi" > > Below CVSRoot, choose SSH Server for authentication. Then click the > > Ports tab and click "Check for alternate rsh name" to enable it. Then > > choose OK and your set. > > > > Also, you can choose View|Browse Location|Change to change to a > > working directory, so you will not see your whole hard drive in the > > view. Choose c:\home for example. > > > > Now your set. > > > > To checkout a module, Right click Home and choose checkout and then > > you would enter the name of the module. A DOS box will pop up that > > will require your sourceforge password. > > > > Currently, there is no module yet to checkout, but you would normally > > checkout "dynapi" to get the latest version. > > > > For more info checkout: > > https://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > > > > -- > > // Robert Rainwater > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 |
From: Dan S. <dy...@fu...> - 2000-12-05 21:47:17
|
I just have to clean it up a bit and I'll have it ready to use this evening. It's really quite a simple system. I'm not sure exactly what you want by splitting the versions up. I mean, there's ways to do that, but why bother? Right now it's just an easy way to compress and combine files, it does nothing more. And we'll use it until we decide that a more sophisticated system is needed. Dan On Tue, Dec 05, 2000 at 10:31:34AM -0000, Cameron Hart wrote: > This is probably a good way of splitting the code into different browser > versions. If you put equivant of #IFDEF (or whatever, it's been a long time > since I touched C!) in the source Javascript, you could compile browser > specific versions from the one source distribution. At least then, all the > code is in one place, and browser specific versions are developed together, > not seperately. > > Cameron. > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...]On Behalf Of Dan Steinman > > Sent: 04 December 2000 03:52 > > To: dyn...@li... > > Subject: [Dynapi-Dev] DynAPI Makefile/code compression almost complete > > > > > > This weekend I took on the task of creating a "build" system for DynAPI. > > > > First part involved writing my own JavaScript whitespace/comment > > removal script (in Perl). It's pretty much complete and as good > > or better than any others I've seen. I'm calling it JSPack and > > will release this as a separate program that must be downloaded > > in order to "build" the DynAPI. > > > > It not only compresses JS code, it also packages the files > > together. And this will be used to create js packages for the > > DynAPI. For example, it will create the files dynapi.api.js, > > dynapi.gui.js... which contain all the classes in that > > subdirectory. I have to add one more feature to my script that > > determines the order that the objects should be added to the > > Package. For example, ScrollPane extends off of ViewPort, so in > > the dynapi.gui.js file, viewport.js must be added first. > > Therefore I plan to add files to the /lib/dynapi/ directories > > that state the order of the files. These will be named .jspack > > and will be a simple list of the js files in the order they are > > to be added to a package. My JSPack program will take care of the rest. > > > > Right now JSPack does not parse the JavaScript, so it will not go > > through each of your lines and fix and incorrect or missing > > semicolon. There for it is essential that all files in the > > DynAPI have semi's on each line, as well in the following case: > > > > f = function() { > > }; // absolutely needed > > > > Second part is the Makefile. Up until now we've just been > > editing our files in /js/. But now we can use a separate > > directory /src/. This is where we edit our files. Our > > JavaScripts can contain comments, and do not have to be bunched > > up, because the Makefile will use the /src/ directory, compress > > all the code, and produce js packages, and jar files, and output > > it to /js/. > > > > So the /js/ directory will then contain a compressed release of our code. > > > > In order to build the DynAPi you need to be using unix/linux or > > have Cygwin installed in Windows, along with Perl and the JDK > > (for Jarring the files). You need to place JSPack in your path, > > and then type: > > > > make > > > > in the /dynapi/ source tree. This runs the commands in the > > Makefile which does everything needed to produce the /js/ tree. > > > > I'm going through all of the existing JS code and putting the > > necessary semi colons, and will have everything ready to use in > > another day or 2. A first run-through of building the DynAPI > > produced a Jar file which 16KB!!!! (yes the entire DynAPI with > > the existing widgets can be compressed a lot). > > > > We can also use GZip to compress the files for use in IE 5, these > > will be a bit smaller than the Jar files. I don't believe there > > is any compression we can do for IE 4 though (other than > > whitespace removal). > > > > over and out, > > Dan > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Jared N. <ja...@aa...> - 2000-12-05 21:41:28
|
the current code is trying to access wasDragging ( with 2 gs ) I think it is being set by the dragevent code before it is accessed = anyways, but it is pointless to have a property initialized that is = never used, and could cause some confusion for anyone trying to access = it for some reason before a drag event takes place... |
From: Brandon M. <bnd...@ho...> - 2000-12-05 21:27:43
|
I remember going to a developer converence for Java and seeing a library which had a special layout manager that allowed relativly layout of components. They used "shocks, struts, and beams" to specify forces which created final positions of layers. Using that concept, I came up with a layout manager design which allowed the designer to specify, relative to any side of the layer bounding box, the position of another layer. When specifying a "force" the first layer is considered the anchor which the other is placed relative. Using shocks (or springs): the space between 2 objects had a minimum distance, but no max. The objects would move to the max distance allowed relative to any other force acting upon it. Using struts: There is no minimum space greater than zero. But there is a maximum distance that they can go. (Like an inverse spring) The objects would move as close to each other relative to other forces. Using beams: There is a specific distance between them. No more, no less. Positions where specified with a vector. Distance: D and Angle: T Ok... someone write it! ----- Original Message ----- From: "Bill Wheaton" <bil...@us...> To: <dyn...@li...> Sent: Tuesday, December 05, 2000 3:33 PM Subject: Re: [[Dynapi-Dev] Layout] > Indeed so, Malx, rubbery as hell. At least I hope I can get there, and with > some rules that will keep it from being as difficult as Java. > > I have a dynlayer with two children. > The one on the left contains a number of LoadPanels, > and the one on the right contains a bunch of buttons made of > text, images, and/or gridbuttons. This panel will pushed to be as wide > as the widest of these individual buttons. > I position the whole widget on the left of the window, so that only > the buttons show. When the widget loads, each of the LoadPanels loads. > When a button is clicked, I show the correct loadpanel and slide the whole > widget out so you can see it. Clicking on the same button again slides it > back in, but clicking a different button merely shows its loadpanel. > The button that is marked (by virtue of being clicked) is the active one, with > its corresponding loadpanel visible. > Its really more complicated though. I have it so that it will work on all > four sides. (later, I plan on making it redockable too) > We needed it for an internal web based "Skills and Certifications" database > written in Domino R5, for resource allocation, and we were running out of > screen space. Someone saw my website and asked if I could do something like > it for the company. > (I'm a developer for marchFIRST http://www.marchfirst.com) > > Alexey Medvedev <ma...@ca...> wrote: > > On 5 Dec 2000, Bill Wheaton wrote: > > > > > instanciated, the label is added when the button is created, now its size > is > > > known, and therefore, the label size can be set. > > > > Isn't this bringing up subject of dynamic layout? > > The one like in Java - you telling how much space is given to > > object (botton/label/scroll) and it sets it's size accordinly. > > If you make resize - all resizes as well. > > > > Also to get initial sizes of all - you need to specify > > min/max size of object. Also.... it is no in Java ... need to specify > > it's resistance - so if you resize pannel/dynwindow/dynalayer all > > objects will resize themselfs so to get same value of "force" accordingly > > to theirs "resistance". > > It is like attaching a net of rubbery strings - they > > will strech until "forces" will became same for all rubbery parts. > > > > Malx > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Brandon M. <bnd...@ho...> - 2000-12-05 20:54:53
|
If you fix that, then be sure that the dragging and event code is the = same. If the code currently works, then It might need to be changed too. ----- Original Message -----=20 From: Jared Nuzzolillo=20 To: dyn...@li...=20 Sent: Tuesday, December 05, 2000 2:59 PM Subject: [Dynapi-Dev] small typo line 14: =20 wasDraging : false, =20 should probably read: =20 wasDragging : false,=20 2 gs instead of one... anyways I would have just fixed it, but I = cannot figure out this damn winCvs thing... -jaredn |
From: Bill W. <bil...@us...> - 2000-12-05 20:33:17
|
Indeed so, Malx, rubbery as hell. At least I hope I can get there, and with some rules that will keep it from being as difficult as Java. I have a dynlayer with two children. The one on the left contains a number of LoadPanels, and the one on the right contains a bunch of buttons made of text, images, and/or gridbuttons. This panel will pushed to be as wide as the widest of these individual buttons. I position the whole widget on the left of the window, so that only the buttons show. When the widget loads, each of the LoadPanels loads. When a button is clicked, I show the correct loadpanel and slide the whole widget out so you can see it. Clicking on the same button again slides it back in, but clicking a different button merely shows its loadpanel. The button that is marked (by virtue of being clicked) is the active one, with its corresponding loadpanel visible. Its really more complicated though. I have it so that it will work on all four sides. (later, I plan on making it redockable too) We needed it for an internal web based "Skills and Certifications" database written in Domino R5, for resource allocation, and we were running out of screen space. Someone saw my website and asked if I could do something like it for the company. (I'm a developer for marchFIRST http://www.marchfirst.com) Alexey Medvedev <ma...@ca...> wrote: > On 5 Dec 2000, Bill Wheaton wrote: > > > instanciated, the label is added when the button is created, now its size is > > known, and therefore, the label size can be set. > > Isn't this bringing up subject of dynamic layout? > The one like in Java - you telling how much space is given to > object (botton/label/scroll) and it sets it's size accordinly. > If you make resize - all resizes as well. > > Also to get initial sizes of all - you need to specify > min/max size of object. Also.... it is no in Java ... need to specify > it's resistance - so if you resize pannel/dynwindow/dynalayer all > objects will resize themselfs so to get same value of "force" accordingly > to theirs "resistance". > It is like attaching a net of rubbery strings - they > will strech until "forces" will became same for all rubbery parts. > > Malx > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 |
From: Bill W. <bil...@us...> - 2000-12-05 20:13:34
|
Hey Admins Can't you put this incredible list on the sourceforge homepage? That way casual visitors can get to it and see the fantastic things! love the list. -bw Alexey Medvedev <ma...@ca...> wrote: > Let's start list of usefull URLs (collected from list): > > D - docs and tutorials on DynApi > S - DynApi software > E - examples (showcase) of DynApi > T - tests > I - misc docs (inforamtion) > M - misc > > SDE http://dynapi.sourceforge.net/ > S http://dynapi.sourceforge.net/beta/dynapi-12.01-beta.zip > D http://dynapi.sourceforge.net/tutorials.php > SDE http://www.cantir.com/dynapi > SDE http://www.dynamic-core.net > S http://fury161.dyndns.org/dynapi-2000.11.07-danwidgets.zip > S http://fury161.dyndns.org/dynapi-11.12-dan.zip > D http://www.scottandrew.com/dhtml/docs/ > D http://www.dansteinman.com/dynduo/ > S http://www.dansteinman.com/dynduo/duopath/duopath.html > I http://www.web-wise-wizard.com/javascript-tutorials/browser-phantom-busy-cursor.html > I http://developer.netscape.com/docs/manuals/js/client/jsguide/obj2.htm > I http://developer.netscape.com/viewsource/goodman_events2/goodman_events2.html > I http://developer.netscape.com/viewsource/archive/archivelist.html#javascript > T http://deep.kiev.ua/JS/garbage/js1/test_layers.html > M http://deep.kiev.ua/~netlib/js/JS_MDV/ > M http://deep.kiev.ua/JS/WebGram/ > > > > ps. please add your sites to list. > Also - I thinks there need to be some information about links > and - direct links to download page. > This is something like a FAQ ;) or FAL (links) > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 |
From: Jared N. <ja...@aa...> - 2000-12-05 20:03:46
|
line 14: wasDraging : false, should probably read: wasDragging : false,=20 2 gs instead of one... anyways I would have just fixed it, but I cannot = figure out this damn winCvs thing... -jaredn |
From: Pascal B. <pa...@dy...> - 2000-12-05 19:16:53
|
<-snip-> > 5. use this.lyrobj instead of dyndoc as src in DynLayer.EventMethod(). <-snip-> > wrong. I tested the example dynapi.gui.label in 12.01-beta, and I got the > tag of e.srcElement is <TD> for JSDynLayer2. It seems to me > this.lyrobj is a > better choice as "src" than dyndoc, because "this" layer registered itself > to the event and it can be lower than the dyndoc. To be honest, I'm not sure about this, but it sounds correct and I don't think it causes harm to anything.. "if it doesn't break anything, let's hope it fixes something" :) anybody has another thought? cya, Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Brandon M. <bnd...@ho...> - 2000-12-05 18:38:02
|
DOS does the same thing with winCVS.. there is a command line CVS that comes with it. WinCVS is just a front-end to the CVS command line. ----- Original Message ----- From: "Alexey Medvedev" <ma...@ca...> To: <dyn...@li...> Sent: Tuesday, December 05, 2000 12:43 PM Subject: Re: [Dynapi-Dev] download all current files? > > Is there a way I can download all of the files from the cvs...i have only > > found a way to download individual files, which is pretty inconvenient.... > > unix: > > cvs -z6 checkout dynapi > (-z6 - use compression in SSH) > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Pascal B. <pa...@dy...> - 2000-12-05 18:12:14
|
for the wasDragging, see the developers reference I posted a few days ago (and for more info on the code) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Jared Nuzzolillo > Verzonden: dinsdag 5 december 2000 17:44 > Aan: dyn...@li... > Onderwerp: Re: [Dynapi-Dev] JS debuger > > > I am very interested in this debugger of yours...please post the > code, when > you get a chance... > > also line 14 of dynapi.js (build 2000.11.7) reads: > > wasDraging : false, > > can anyone fill me in on what on earth this line is used for? I tried > looking through the rest of the code and could not find it. > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Darin K. <dka...@ef...> - 2000-12-05 18:12:10
|
dreamweaver4 now has built in debugging for both ie and ns has breakpoints and the whole works. trouble is, i *hate* wysiwyg ;) -----Original Message----- From: Alexey Medvedev [mailto:ma...@ca...] Sent: Tuesday, December 05, 2000 7:53 AM To: dyn...@li... Subject: [Dynapi-Dev] JS debuger > I wonder if there is a good javascript debugger that will run on my I thinks there is different debuggers for Netscape and for IE (latest you have tried to install). For Netscape - look at http://developer.netscape.com for "Visual JavaScript". It is written in Java - and run as an applet in same Netscpae. But asks permissions for "Universal.debug" or something and for reading local files from JS/Java. Malx _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Pascal B. <pa...@dy...> - 2000-12-05 18:07:12
|
thanks guys, but it wasn't working how I wanted it because I did some things wrong :) exchanged the layer and document while creating the eventlistener :) my mistake, and thanks for the help. Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Jordi 'IlMaestro' > Ministral > Verzonden: dinsdag 5 december 2000 18:27 > Aan: dyn...@li... > Onderwerp: Re: [Dynapi-Dev] events > > > The way I see it, the event triggers the proper listener, the one in the > document. If there was a listener in the layer, that would fire > first and would > have the possibility to cancel bubbling. > > The target property is mainly used in order to 'attach' an object > to the event > inside the listener, as it is needed inside widgets. In your > example if you want > to know were did the event initially occur, you could get it from > the event's > src property. > > e.getSource() > > Always speaking theorically > > Brandon Myers wrote: > > > Yes.. This is proper DynAPI event behavior. > > The browser, especaily NS, will trigger the document as well as > the layer. > > > > ----- Original Message ----- > > From: "Pascal Bestebroer" <pa...@dy...> > > To: "Dev" <dyn...@li...> > > Sent: Saturday, December 02, 2000 5:56 AM > > Subject: [Dynapi-Dev] events > > > > > I've been playing with events, and I'm a bit out of the loop here. > > > > > > I have this setup: > > > > > > a dynlayer on a document. > > > an eventlistener that has the document as a target > > > the eventlistener is attached to the document. > > > > > > When I click the layer, the event is triggered on the document.. this > > > shouldn't be correct should it? I'm not sure if this > behaviour has always > > > been this way, but it just doesn't seem right. > > > > > > any thoughts? > > > > > > Pascal Bestebroer > > > pa...@dy... > > > http://www.dynamic-core.net > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Alexey M. <ma...@ca...> - 2000-12-05 18:02:58
|
On 5 Dec 2000, Bill Wheaton wrote: > instanciated, the label is added when the button is created, now its size is > known, and therefore, the label size can be set. Isn't this bringing up subject of dynamic layout? The one like in Java - you telling how much space is given to object (botton/label/scroll) and it sets it's size accordinly. If you make resize - all resizes as well. Also to get initial sizes of all - you need to specify min/max size of object. Also.... it is no in Java ... need to specify it's resistance - so if you resize pannel/dynwindow/dynalayer all objects will resize themselfs so to get same value of "force" accordingly to theirs "resistance". It is like attaching a net of rubbery strings - they will strech until "forces" will became same for all rubbery parts. Malx |
From: Alexey M. <ma...@ca...> - 2000-12-05 17:44:42
|
> Is there a way I can download all of the files from the cvs...i have only > found a way to download individual files, which is pretty inconvenient.... unix: cvs -z6 checkout dynapi (-z6 - use compression in SSH) |
From: Alexey M. <ma...@ca...> - 2000-12-05 17:43:18
|
> also line 14 of dynapi.js (build 2000.11.7) reads: > wasDraging : false, You could define object like: A = new Obj() or A = {prop:value,prop2:value} same array A = [val1,val2] Malx |
From: Jordi 'I. M. <jmi...@or...> - 2000-12-05 17:28:35
|
The way I see it, the event triggers the proper listener, the one in the document. If there was a listener in the layer, that would fire first and would have the possibility to cancel bubbling. The target property is mainly used in order to 'attach' an object to the event inside the listener, as it is needed inside widgets. In your example if you want to know were did the event initially occur, you could get it from the event's src property. e.getSource() Always speaking theorically Brandon Myers wrote: > Yes.. This is proper DynAPI event behavior. > The browser, especaily NS, will trigger the document as well as the layer. > > ----- Original Message ----- > From: "Pascal Bestebroer" <pa...@dy...> > To: "Dev" <dyn...@li...> > Sent: Saturday, December 02, 2000 5:56 AM > Subject: [Dynapi-Dev] events > > > I've been playing with events, and I'm a bit out of the loop here. > > > > I have this setup: > > > > a dynlayer on a document. > > an eventlistener that has the document as a target > > the eventlistener is attached to the document. > > > > When I click the layer, the event is triggered on the document.. this > > shouldn't be correct should it? I'm not sure if this behaviour has always > > been this way, but it just doesn't seem right. > > > > any thoughts? > > > > Pascal Bestebroer > > pa...@dy... > > http://www.dynamic-core.net > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Jordi 'I. M. <jmi...@or...> - 2000-12-05 17:25:15
|
Once the dyanpi project is on your left-side explorer inside winCvs. Right-click and select "checkout" Jared Nuzzolillo wrote: > Is there a way I can download all of the files from the cvs...i have only > found a way to download individual files, which is pretty inconvenient.... > just wondering, sorry to bother all of you..... > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Nuno F. <nun...@wi...> - 2000-12-05 17:15:51
|
>> I wonder if there is a good javascript debugger that will run on my > I thinks there is different debuggers for Netscape and for > IE (latest you have tried to install). I didn't check it out yet, but the new Dreamweaver 4 by macromedia, is supposed to have a Javascript editor and debugger, for Netscape and Explorer, as well as including the complete "Dynamic HTML - Definite Reference" by Danny Goodman/O'Reilly for referencing, which is a very handy book to have around.... best, NunoF |
From: Jared N. <ja...@aa...> - 2000-12-05 17:03:51
|
Is there a way I can download all of the files from the cvs...i have only found a way to download individual files, which is pretty inconvenient.... just wondering, sorry to bother all of you..... |
From: Brandon M. <bnd...@ho...> - 2000-12-05 16:53:58
|
Yes.. This is proper DynAPI event behavior. The browser, especaily NS, will trigger the document as well as the layer. ----- Original Message ----- From: "Pascal Bestebroer" <pa...@dy...> To: "Dev" <dyn...@li...> Sent: Saturday, December 02, 2000 5:56 AM Subject: [Dynapi-Dev] events > I've been playing with events, and I'm a bit out of the loop here. > > I have this setup: > > a dynlayer on a document. > an eventlistener that has the document as a target > the eventlistener is attached to the document. > > When I click the layer, the event is triggered on the document.. this > shouldn't be correct should it? I'm not sure if this behaviour has always > been this way, but it just doesn't seem right. > > any thoughts? > > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Jared N. <ja...@aa...> - 2000-12-05 16:47:54
|
I am very interested in this debugger of yours...please post the code, when you get a chance... also line 14 of dynapi.js (build 2000.11.7) reads: wasDraging : false, can anyone fill me in on what on earth this line is used for? I tried looking through the rest of the code and could not find it. |
From: Bill W. <bil...@us...> - 2000-12-05 16:41:27
|
Wow, cool. I use a modified version of "showProps" that I got out of Danny Goodman's= Javascript Bible. It is a great help. Instead of merely doing alerts, i= t also writes all of an objects properties to another window. I keep it in my util directory under the dynapi/js/lib and just include i= t. Call it like this: showProps(myObject) or showProps(myObject, "myObject") or = showProps(myObject, "myObject", bNoMethods) 'just show props, not methds = in alerts showProps(myObject, "myObject",bNoMethods, bMakeWindow) 'do alerts, but a= lso show everything in a window when done. The alert windows pop up twenty five lines at a time. I think it also has a trace function, but I don't use it much. I have the Netscape debugger. Its ok. crashes a lot, but essential when= testing the NS half though. -bw "Brandon Myers" <bnd...@ho...> wrote: > I have a debugging program that I wrote in javascript, simply add the > debug.js file in the front, and the ability to "watch" variables, evalu= ate > expressions, call functions, and write to a log within code is availabl= e. I > have been using if for over 2 years now with great success. It's what I= used > to understand how DynAPI worked, and how the event system was structure= d. If > there is sufficient interest, I can revamp the code, which has some bug= s > that need to be squashed, and release it. I should be in CVS, as I incl= uded > it in the initial import. > = > ----- Original Message ----- > From: "Alexey Medvedev" <ma...@ca...> > To: <dyn...@li...> > Sent: Tuesday, December 05, 2000 10:53 AM > Subject: [Dynapi-Dev] JS debuger > = > = > > > > > I wonder if there is a good javascript debugger that will run on my= > > > > I thinks there is different debuggers for Netscape and for > > IE (latest you have tried to install). > > > > For Netscape - look at http://developer.netscape.com for > > "Visual JavaScript". It is written in Java - and run as an applet in= > > same Netscpae. But asks permissions for "Universal.debug" or somethi= ng > > and for reading local files from JS/Java. > > > > Malx > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > = > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 |