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: <no...@so...> - 2001-01-12 19:19:54
|
Bug #126296, was updated on 2000-Dec-19 02:15 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Closed Resolution: Wont Fix Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: Multiple layers do not display in MAC IE 5 Details: The following page displays nothing on Mac IE 5. It works fine on NN 4 Win, Mac and Linux, and on IE 5 for Win. <!-- begin --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>DynAPI Examples - The Dynamic Layer Object API [Glide Methods Demo]</title> <script language="Javascript" src="../js/dynapi.js"></script> </head> <body bgcolor="Fuchsia"> <script language="Javascript"> DynAPI.setLibraryPath('../js/lib/') DynAPI.include('dynapi.api.dynlayer') DynAPI.include('dynapi.api.browser') DynAPI.include('dynapi.api.dyndocument') DynAPI.include('dynapi.ext.slide') var baseMenuLevel = 300; var menuLayerArray = new Array(); DynAPI.onLoad = function() { MenuLayer1 = new DynLayer(null,20,baseMenuLevel,80,0,'') menuLayerArray[0] = MenuLayer1 MenuLayer1.setHTML('<table width="80" cellspacing="2" cellpadding="0" border="0"><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr> <td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr></table>') this.document.addChild(MenuLayer1) MenuLayer2 = new DynLayer(null,100,baseMenuLevel,80,0,'') menuLayerArray[1] = MenuLayer2 MenuLayer2.setHTML('<table width="80" cellspacing="2" cellpadding="0" border="0"><tr> <td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr></table>') this.document.addChild(MenuLayer2) MenuLayer3 = new DynLayer(null,180,baseMenuLevel,80,0,'') menuLayerArray[2] = MenuLayer3 MenuLayer3.setHTML('<table width="80" cellspacing="2" cellpadding="0" border="0"><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr> <td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr></table>') this.document.addChild(MenuLayer3) MenuLayer4 = new DynLayer(null,260,baseMenuLevel,80,0,'') menuLayerArray[3] = MenuLayer4 MenuLayer4.setHTML('<table width="80" cellspacing="2" cellpadding="0" border="0"><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr></table>') this.document.addChild(MenuLayer4) MenuLayer5 = new DynLayer(null,340,baseMenuLevel,80,0,'') menuLayerArray[4] = MenuLayer5 MenuLayer5.setHTML('<table width="80" cellspacing="2" cellpadding="0" border="0"><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr><tr><td bgcolor="#ffffff"> </td></tr></table>') this.document.addChild(MenuLayer5) MenuBar = new DynLayer() MenuBar.setSize(400,30) MenuBar.setBgColor('yellow') MenuBar.setHTML('<table height="30" cellspacing="0" cellpadding="0" border="1"><tr><td width="80" align="center"><a href="javascript:showHide(MenuLayer1)">Menu 1</a></td><td width="80" align="center"><a href="javascript:showHide(MenuLayer2)">Menu 2</a></td><td width="80" align="center"><a href="javascript:showHide(MenuLayer3)">Menu 3</a></td><td width="80" align="center"><a href="javascript:showHide(MenuLayer4)">Menu 4</a></td><td width="80" align="center"><a href="javascript:showHide(MenuLayer5)">Menu 5</a></td></tr></table>') MenuBar.moveTo(20,baseMenuLevel) this.document.addChild(MenuBar) } function showHide(target) { for (i = 0; i < menuLayerArray.length; i++) { var otherDiv = menuLayerArray[i]; if (otherDiv != target) otherDiv.slideTo(otherDiv.x,baseMenuLevel,10,10); } if (target.y == baseMenuLevel) target.slideBy(0,-target.h,10,10); else target.slideTo(target.x,baseMenuLevel,10,10); } //--> </script> </body> </html> Follow-Ups: Date: 2001-Jan-12 11:20 By: dcpascal Comment: Caused by a browser problem with DOCTYPE part.. is a browser problem, not a DynAPI problem. ------------------------------------------------------- Date: 2000-Dec-19 03:39 By: nobody Comment: Same thing with IE 4.5 on Mac ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=126296&group_id=5757 |
From: <no...@so...> - 2001-01-12 19:18:25
|
Bug #126673, was updated on 2000-Dec-22 03:23 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: nobody Assigned to : nobody Summary: IE 4 & 5 Macintosh Details: DynLayer doesn't work properly Follow-Ups: Date: 2001-Jan-12 11:18 By: dcpascal Comment: Give more info, cause this is not helpfull. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=126673&group_id=5757 |
From: <no...@so...> - 2001-01-12 19:17:54
|
Bug #128146, was updated on 2001-Jan-09 00:50 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: Works For Me Bug Group: None Priority: 5 Submitted by: nobody Assigned to : dcpascal Summary: netscape addChild() bug Details: this basic code: DynAPI.onLoad=function() { lay = new DynLayer(null,0,0,280,12,'red'); DynAPI.document.addChild(lay); }; doesn't work under netscape 4.76. ("clip is not defined. ") this is because the clip-check on line 75 (im using the latest files from cvs): if (dlyr.clip!=null) { isn't correct, dlyr.clip is undefined when i check the value. line 272 has the same problems, dlyr.clip is undefined but it only checks for null maybe a possible fix would be: if (dlyr.clip!=null && typeof dlyr.clip!='undefined') { Follow-Ups: Date: 2001-Jan-12 11:18 By: dcpascal Comment: Just tested with latest CVS code, and it works correctly, without error calls. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=128146&group_id=5757 |
From: <no...@so...> - 2001-01-12 19:15:01
|
Bug #128155, was updated on 2001-Jan-09 03:49 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: Wont Fix Bug Group: None Priority: 5 Submitted by: camhart Assigned to : dcpascal Summary: Overriding setHTML method in sub class of DynLayer problem Details: I've made a widget that is a sub class of DynLayer. This widget overrides the behaviour of setHTML so that a call to setHTML changes the HTML of a child layer of the widget, rather than the widget itself. This is causing the Layer creation to break in IE5 and Mozilla (but not NS4) presumably because when DynLayer calls setHTML during layer creation in createElement, it been replaced with my method. NS4 is not using setHTML in createElement. This is only a bug if you think people should be allowed to override the setHTML method when creating sub classes of dynlayer. However this did used to work in earlier versions of the API. The line that causes this to break is line 91 in dynlayer.js: dlyr.setHTML(dlyr.getInnerHTML(),false); Follow-Ups: Date: 2001-Jan-12 11:15 By: dcpascal Comment: Not a real bug, it's upto the widget developer to do a check for the this.created flag.. if it's not set, then call the original DynLayer's setHTML() ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=128155&group_id=5757 |
From: <no...@so...> - 2001-01-12 19:12:18
|
Bug #128575, was updated on 2001-Jan-12 10:20 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Closed Resolution: Wont Fix Bug Group: None Priority: 5 Submitted by: mortendk Assigned to : nobody Summary: Mac a Doctype Bug Details: kinda strange bug this one IE5(mac): if you set the Doc type tag as it schould be written: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> the browser dont display any of the layers (or divs - whatever you know what i mean ;-]) i tested it on a IE4.5 and there the layers are displayed correct. What courses the problem in IE5 are the "http://" in the second line. A work around this problem is to remove the http:// from the doctype when you page is viewed in a ie5 on the mac: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> Follow-Ups: Date: 2001-Jan-12 11:12 By: dcpascal Comment: Not a DynAPI bug, but a browser bug ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=128575&group_id=5757 |
From: Pascal B. <pa...@dy...> - 2001-01-12 19:09:43
|
what is a "target" ? Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Raible, Matt > Verzonden: vrijdag 12 januari 2001 17:31 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] Tutorial Needed > > > Does anyone have a tutorial (or instructions) on how to manipulate > layers when they hit a target? > > Do you use parent's and children, or is it possible to have separate > targets that are just divs themselves. > > Thanks, > > Matt > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
From: <no...@so...> - 2001-01-12 18:20:25
|
Bug #128575, was updated on 2001-Jan-12 10:20 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: mortendk Assigned to : nobody Summary: Mac a Doctype Bug Details: kinda strange bug this one IE5(mac): if you set the Doc type tag as it schould be written: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> the browser dont display any of the layers (or divs - whatever you know what i mean ;-]) i tested it on a IE4.5 and there the layers are displayed correct. What courses the problem in IE5 are the "http://" in the second line. A work around this problem is to remove the http:// from the doctype when you page is viewed in a ie5 on the mac: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=128575&group_id=5757 |
From: Raible, M. <MR...@ED...> - 2001-01-12 16:34:46
|
I modified the inline layers code that came with the tutorial, but for some reason, the following code does not work - any ideas? You can also view this file at http://raible.corp.edeploy.com/edeploy_virtual/layers.html <html> <head> <title>Inline layers</title> <script language=3D"Javascript" src=3D"javascript/dynapi.js"></script> <script language=3D"Javascript"> DynAPI.setLibraryPath('javascript/lib/') DynAPI.include('dynacore.api.*') DynAPI.include('dynacore.ext.inline.js') DynAPI.onLoad=3Dfunction() { DynAPI.document.elements["testlayer"].setBgColor('#c0c0c0') DynAPI.document.elements["testlayer"].setSize(60,60) DynAPI.document.elements["testlayer"].moveTo(100,100) =20 DynAPI.document.elements["layer2"].setBgColor('#c0c340') DynAPI.document.elements["layer2"].setSize(180,60) DynAPI.document.elements["layer2"].moveTo(200,100) =09 } </script> </head> <body> <div id=3D"testlayer" STYLE=3D"position: absolute">Testing inline layers</div> <br> <div id=3D"layer2" STYLE=3D"position: absolute">Testing inline = layers2</div> </body> </html> |
From: Raible, M. <MR...@ED...> - 2001-01-12 16:32:30
|
Does anyone have a tutorial (or instructions) on how to manipulate layers when they hit a target? Do you use parent's and children, or is it possible to have separate targets that are just divs themselves. Thanks, Matt |
From: Peter L. <com...@op...> - 2001-01-12 15:45:45
|
Hi Cameron It was me. http://www.builder.com/Programming/Scripter/071299/ Regards Peter Cameron Hart wrote: > I found a few documents on talking to java using js in > ie, but they're all on my computer in another office. > have you seen the ticker thing on builder.com? it was > using jscript to control a java ticker, it worked in > ie using activex. someone posted the url to this list > a while ago (maybe it was you?). if you haven't seen > the builder.com article let me know, i'll try and > track down the link. > > the only downside on this solution is there is no > liveconnect, and no activex in ie on the mac, so it's > unlikely that a java solution would work for mac ie > users. then again loadpanel doesn't work on mac ie > either... > > --- Michael Pemberton <mp...@ph...> wrote: > > If someone is willing to give me some help with the > > JScript component, I've > > found a way of retieving the content of a URL to > > then put it into a layer using > > .setHTML(). It doesn't need any extensive code such > > as the LoadPanel and will > > work with any standard layer. > > > > BTW, the NS version that uses Java works fine. It > > is only IE that won't allow > > me to use Java objects in the actual code. I need > > to find an object that works > > with web files the way that the FileSystemObject > > works for local files. > > > > Also, because I am using Java / ActiveX to download > > the files, there is no need > > for queues or separate loading of files. > > > > Raymond Smith wrote: > > > > > Fatigue setting in, things are running smooth as I > > continue to debug the > > > "trivial". Going let you European lads finish the > > balance of "your day" in > > > peace. I think a few hours of sleep to recharge > > the Brain Calories is in > > > order. Tomorrow I have to tackle Pascal "my > > mother named me after a > > > computer language" Bestebroer's dynamic skinwindow > > and hopefully figure out > > > how to integrate a loadpanel into a window that > > doesn't really exist till > > > you give birth to it.... and then have 'it' (once > > born) actually perform a > > > call to load itself. > > > > > > Later... > > > > > > ----- Original Message ----- > > > From: "Raymond Smith" <dst...@or...> > > > To: <dyn...@li...> > > > Sent: Thursday, January 11, 2001 1:45 AM > > > Subject: [Dynapi-Dev] Getting into it, on a " > > lower " plane... > > > > > > > Ok, picking up on 'Ilmestro' here. Just working > > on a slightly lower > > > > intellectual plane. > > > > > > > > I got the loadpanels (via labels) working inside > > of pushpanels, kinda > > > > <mutter>. Unfortunately... , Pushpanel isn't > > smart enough to resize > > > itself > > > > after content 'insertion'. I tried setContent > > from viewport but that > > > failed > > > > miserably. I came up with a work around (reset > > does work and I have to > > > > oversize the Label to accomodate "expected" > > content) Not pretty I know.. > > > > but it will have to work til I figure out what > > you guys already know. > > > > > > > > DS > > > > > > > > > > > > _______________________________________________ > > > > 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 > > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Photos - Share your holiday photos online! > http://photos.yahoo.com/ > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Richard :o <ma...@ri...> - 2001-01-12 14:08:07
|
Hi, >But I still have some problems with the > recursive function that I use to build the tree. I will be working on it... In case it can be of aid, I'll just explain how I build the tree from php: I cut out all the code which checks file-dates etc, just left ideas for building the tree: <?php function listall($dir){ print("node=myTree.add('$dir');\n"); //This prints the first subnode, don't forget the \n for new line $handle = @opendir($dir) or die("Directory \"$dir\"not found."); //In my case this opens a directory, you would open the DB before the function while (false!==($file = readdir($handle))) { // read all files in dir, you would loop through the records $myImg="nodeImage.gif"; //You could get this value from a record. print("node.addNodeContent('$file','javascript: popup(\'$dir/$file\',\'new\')',$myImg);\n"); //This writes the content, (we are looping through the records) //The first parameter == nodeCaption //the next one is the url, I call a javascript function on the page (client-side) //the main problem is \'ing the right parentheses (') //the last one is the node image. //so after processing the source looks like this: //node.addNodeContent('the node title','javascript: popup(\'send any parameters here\')','nodeImage.gif'); }; print("node.closeContent();\n"); //After the while loop we close the node content. closedir($handle); //In my case this closes the directory, you would close the //DB after all the nodes have been added }; ?> //end of php Note: I don't actually change the node name, because the dynlayers name themselves anyway, and we don't need to reference these childlayers afterwards. then in you DynAPI source you do this: myTree = new RiFastSkinTreenode(50,50,400,'DynAPI2 Examples',theme,25) myTree.setColor("#123456") //start php script to insert directory values into tree <? listall('../Richard_Examples'); listall('../Pascal_Bestebroer_Dynacore_Examples'); listall('../Dan_Steinman_Examples'); listall('../il_Maestro_Examples'); listall('../Martin_Strom_Examples'); listall('../Peter_Dvorsky_Examples'); listall('../Henrik_Vaglin_Examples'); listall('../Glen_Deas_Examples'); listall('../Christopher_Go_Examples'); listall('../Nuno_Ferreira_Examples'); ?>; //end php script to insert directory values into tree scrollobj2 = new ScrollPane(myTree) // tree will be set as the content scrollobj2.setSize(500/q,420/q) scrollobj2.moveTo(250/q,200/q) scrollobj2.setBgColor('#000000') DynAPI.document.addChild(scrollobj2) myTree.setVisible(true) function popup(mylink, windowname) //code to load the url into a loadpanel to display the info } That's about it, I'm sure you know most of this anyway, and there's many ways to do it. If you could document how you access the mySql database, and write contents to the tree, I'll make a section on php/DynAPI, 'cause I haven't tried that myself yet. Sorry to burden the rest with +-unrelated code. Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Nuno Ferreira" <nun...@wi...> To: <dyn...@li...> Sent: Friday, January 12, 2001 1:57 PM Subject: RE: [Dynapi-Dev] DynAPI Reference... > Hi Richard, > > >But that's not the case, either you didn't read the documentation > properly, > >or I didn't explain it very well. > > Nahhh, just my lazy side showing :) > Seriously, I didn't read it carefully enough. > > Thanks for explaining it clearly. > I'm rewriting it now. > > >Another thing is that you're using the latest release I suspect, instead > of > >the latest snapshot (or my one), so you are documenting some extensions > that > >don't exist any more, like sprite.js. > > Yup. I didn't know if everybody (like me) always goes for the beta instead > of the latest release. So I played it safe. :) > Anyway, I did it in PHP/MySQL but I come across some problems setting up the > online > database, so I opted for a HTML version of it for now. But the next version > will > definitely be PHP driven (as you could see it's a lot of methods!) > > >Of course if you are willing to update it regularly, I'd be more than > happy > >to put it on the site (or mirror it) if you want. > > Yeah, I'm willing to do update it, though at this stage it's just a list of > methods. > I will appreciate if you mirror it, as long as people understand that right > now it's > work in progress (but then again, what isn't?). > > Of course what I want is for each link to have it's own page, describing it > with parameters and examples. That's another reason that I used the latest > release > and not a beta, to have a stable (in terms of functionality) version to > develop on. > > >Oh, I almost forgot to say, I already rewrote it with the correct code, it > >renders in about 4 seconds now (download time not included) > >check here: > > Yikes! That's... wonderful. Thanks Richard! > > >If you decide to finish this job, it might be worth considering if you > can't > >include the values from text files or something (or through php), so you > >don't have to edit your html each time. This is what I did for my > "examples" > >tree, all the code is written on the fly by a php script, which checks the > >contents of directories on the server, and adds the nodes it needs. > > I've got a version of it working locally on my comp that accesses a MySQL > database > where all the nodes are stored in a tree (each node or link has a ID, and a > parent_ID, > with parent_ID=0 being a top node). But I still have some problems with the > recursive function that I use to build the tree. I will be working on it > more > thouroughly though, and building a simple backoffice to update it more > easily. > > thanks for excelent help, > > Nuno Ferreira > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |
From: <cam...@ya...> - 2001-01-12 14:03:37
|
Hi, I just noticed some redundancy in LoadPanel. If you look at the following code, you will see that the onload event handler is set and removed twice on two different objects. I tried commenting out both of them, and found one of them didn't get fired at all. I've commented out the redundant ones in the code snipet below. I've tested this in NS4.76 on PC and Mac, using ILayer and IFrame. Might be worth updating this in CVS. LoadQueue.prototype.loadNext = function() { ... snip ... if (is.ns4) { DynAPI.document.releaseMouseEvents(); var lyr=lpanel.elm; while(lyr.parentLayer!=window) lyr=lyr.parentLayer; lyr.onload=LoadQueue.loadHandler; //lpanel.loadElement.onload=LoadQueue.loadHandler; // redundant lpanel.loadElement.src=url; } .... snip .... }; LoadQueue.loadHandler = function(e) { .... snip .... if (is.ns4) { var lyr = lp.elm; while(lyr.parentLayer != window) lyr = lyr.parentLayer; lyr.onload = function(){}; //lp.loadElement.onload = function(){}; //redundant } .... snip .... __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ |
From: Nuno F. <nun...@wi...> - 2001-01-12 12:58:37
|
Hi Richard, >But that's not the case, either you didn't read the documentation properly, >or I didn't explain it very well. Nahhh, just my lazy side showing :) Seriously, I didn't read it carefully enough. Thanks for explaining it clearly. I'm rewriting it now. >Another thing is that you're using the latest release I suspect, instead of >the latest snapshot (or my one), so you are documenting some extensions that >don't exist any more, like sprite.js. Yup. I didn't know if everybody (like me) always goes for the beta instead of the latest release. So I played it safe. :) Anyway, I did it in PHP/MySQL but I come across some problems setting up the online database, so I opted for a HTML version of it for now. But the next version will definitely be PHP driven (as you could see it's a lot of methods!) >Of course if you are willing to update it regularly, I'd be more than happy >to put it on the site (or mirror it) if you want. Yeah, I'm willing to do update it, though at this stage it's just a list of methods. I will appreciate if you mirror it, as long as people understand that right now it's work in progress (but then again, what isn't?). Of course what I want is for each link to have it's own page, describing it with parameters and examples. That's another reason that I used the latest release and not a beta, to have a stable (in terms of functionality) version to develop on. >Oh, I almost forgot to say, I already rewrote it with the correct code, it >renders in about 4 seconds now (download time not included) >check here: Yikes! That's... wonderful. Thanks Richard! >If you decide to finish this job, it might be worth considering if you can't >include the values from text files or something (or through php), so you >don't have to edit your html each time. This is what I did for my "examples" >tree, all the code is written on the fly by a php script, which checks the >contents of directories on the server, and adds the nodes it needs. I've got a version of it working locally on my comp that accesses a MySQL database where all the nodes are stored in a tree (each node or link has a ID, and a parent_ID, with parent_ID=0 being a top node). But I still have some problems with the recursive function that I use to build the tree. I will be working on it more thouroughly though, and building a simple backoffice to update it more easily. thanks for excelent help, Nuno Ferreira |
From: <os...@wh...> - 2001-01-12 11:33:09
|
This happened to me using Netscape 4.52, when I added the drag event to a layer, it stopped recieving any other events, which causes links to not function. The code works fine in IE 5.5. I'm working with the last version of DynAPI2 of the CVS. -----BEGIN PGP PUBLIC KEY BLOCK----- Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> mQGiBDo/KkARBADlGt9iOh2RD+hy0dXbDxo/YzXkUJWzscSYB3ksTpu33s4KHhev qxcaOWmU8gCLudquakAmuU0QwysLdAqhVQ3+pEJCUR0tK5ycQILYVvTlazFxCMz2 G3opwO7uVEAR+FR2ieueQ86mPdhpJjcCppw6gO+VSbDzfVRc1zFSmtvCNwCg/7rj 1EEivDtf1HCcmmpLvIoiB10D/iVsvUiHKi1mpIYHeOYrM1K2dKXFZPsulUJb2REp CjAvAnqGbotjC7SNWKk+v8siEMow00RbL/+nnrmgJ3EsYbaVkm+5O00bDZebP7pv mLCrX0KnSsF/Qcx9/bHdjEBJ1LanGASqisdr9n+swftVQBEp8I6EqodbbO7eLYa7 c2c/BADFjJ3JfVYl35/r4PTC1GhJuUSnPRcof7f12Z9qjyizmWm4RR+5gFEJkgpl fTDY4TtLk5j0ZdaMQFlr/I/RlViR0x3sO78vTbAlKngBffT9ekL/8dcnvanjvQA1 OGc7E6qVPO3x5ebs2zBs0OMQFC1o6gdVR+H+Z51jLY7lbrRfsbQnT3NjYXIgQ29y dOlzIEJlbG1vbnRlIDxvc2NhckB3aGFkcy5jb20+iQBOBBARAgAOBQI6PypABAsD AgECGQEACgkQHjB6ZJ2jLAS3IACfXdEgpKrhpuSk8gssLZihlO2eh7QAoMSEAUuu s2GoXqrT5wzxkPCuF3a9uQINBDo/KkAQCAD2Qle3CH8IF3KiutapQvMF6PlTETlP tvFuuUs4INoBp1ajFOmPQFXz0AfGy0OplK33TGSGSfgMg71l6RfUodNQ+PVZX9x2 Uk89PY3bzpnhV5JZzf24rnRPxfx2vIPFRzBhznzJZv8V+bv9kV7HAarTW56NoKVy OtQa8L9GAFgr5fSI/VhOSdvNILSd5JEHNmszbDgNRR0PfIizHHxbLY7288kjwEPw pVsYjY67VYy4XTjTNP18F1dDox0YbN4zISy1Kv884bEpQBgRjXyEpwpy1obEAxnI Byl6ypUM2Zafq9AKUJsCRtMIPWakXUGfnHy9iUsiGSa6q6Jew1XpMgs7AAICB/9J db3ncclGRkhu45z8SClP2daCkiZ4Thj0mtrpLdlixvJjz+TpUB8us69lEO9pnjAm 8gdTa3Giq79Q5513Vn9BpyO6nBY2hN1OnR71qtinyv4U0Tg1s89aamjIQAcjJH5l p/N1wqxM7s1525f1FO6icbhjK2N+t3q0edPL58O8gNCxU7hVC2DBFxjsORk4ilgU sIjb+rngmPAXRfxyUazgGlm9hcHv5h6H7FCA8C+KTOZY++LEB8mVT5B64cvErS/d BzI8Evojk/Ir1p266fbeW1JBg14srxM3gdR2Ewj2QXdBg4vJNZWPUtU3ynsGRW3K JexXzX0/K+XliLvjp5NZiQBGBBgRAgAGBQI6PypAAAoJEB4wemSdoywEuA4An18X Jfo4AcIZUCEMHR0/m+bzRR3qAJ44bQ5orp48SDD7f3YYxeCGsO+iow== =bH1h -----END PGP PUBLIC KEY BLOCK----- |
From: Raides J. <ra...@te...> - 2001-01-12 09:52:04
|
Michael Pemberton wrote: (snip) > Also, does anyone know how to get a file prompt to open. The file input > tag has no way that I can see of forcing the dialog to appear. > > -- > Michael Pemberton > mp...@ph... > ICQ: 12107010 (snip) Just in IE: Suppose an HTML file like this: <form name=form1 action=...> ... <input type=file name=upload1 value="thisfile_upload.zip"><!-- Note: default values ignored in many navigators --> ... </form> The code will look like: ... // This opens the file-upload dialog box in IE document.form1.upload1.click() ... This doesn't work in NS, but I have made a workaround that consists on telling the user that it's a feature needed to double-check that the images to send are the right ones (hehe). I hope this helps, 'cause there's no other way I have found to overcome the problem. Other than this, sending dynamically-generated forms all over the wire is ok with all the navigators I have tested so far (NS4.x+ and IE4.x+) and I use them extensively in my project. Raides J. |
From: Pascal <pb...@oi...> - 2001-01-12 07:40:48
|
It can be merged into one.. see Dynacore for examples on this.. DynLayer and DynDocument can use the exact same methods for event handling. But again, I think we should wait with these things until we have the current code as a stable release. 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: vrijdag 12 januari 2001 4:47 Aan: dyn...@li... Onderwerp: Re: [Dynapi-Dev] Events. not a bug, just a suggestion oops. I should have also said that the folowing alteration also needs to be made. DynDocument.prototype.invokeEvent=DynLayer.prototype.invokeEvent; Michael Pemberton wrote: I've noticed that there is only two lines difference between the DynDocument and DynLayer invokeEvent methods. I'd suggest we simply alter the final lines to read as follows: if (this.isDynLayer && is.ns && e) if (e.cancelBubble) return; if (orig && orig.target.handleEvent && orig.target!=this.elm) orig.target.handleEvent(type,orig); } else if (this.isDynDocument && (i!=0 || e) && is.ns) if (e.cancelBubble) return; if (orig && orig.target.handleEvent && !orig.target.URL) orig.target.handleEvent(orig); }; If I've missed something and am completly wrong, please point out the errors of my way. If not, it might be worth making the alterations to the CVS version. -- Michael Pemberton mp...@ph... ICQ: 12107010 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Michael Pemberton mp...@ph... ICQ: 12107010 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Doug M. <do...@cr...> - 2001-01-12 03:54:16
|
did you perchance to add the precreation code? What do I need to know to Add 'precreation' to allt he other widgets I'm using? Attached isw an updated Skintoolbar.. You may now call setDocked() passing 0,1,2,3 0=dock to top 1=dock to bottom 2=dock to left 3=dock to right. There is also now a new data member of the toolbar.. This is called dockedSide which tracks where we are docked. And is used so that we can add functionality such as auto-reorienting menus, ect. Also.. with draggable set to true, you can drag the toolbar to any side of the browser and it will automatically dock there. Still a work in progress tho. Doug Melvin ----- Original Message ----- From: "Richard :o" <ma...@ri...> To: <dyn...@li...> Sent: Wednesday, January 10, 2001 10:42 PM Subject: Re: Re[2]: [Dynapi-Dev] skinwindow update (was: Making progress on a Java gui tool) > Thanks, > I added the cover layer, actually it's underneath the transparent capbar, so > caption isn't written to capbar anymore. > I added an IE only enhancement, while resizing in IE you see a black outline > (css border), in NS the gray square remains. > The updated version is attached. > > See example core.gui.skinwindow.htm at > http://www.resass.f2s.com/?menu=examples&node=1 > > While you're there check out Glen_Deas_Examples I think it's very good, a > good example of > "drag another layer on drag" I'll document it a bit more though soon. > > Cheers, > Richard :o > > ma...@ri... > www.richardinfo.com > (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) > > ----- Original Message ----- > From: "Doug Melvin" <do...@cr...> > To: <dyn...@li...> > Sent: Thursday, January 11, 2001 8:16 AM > Subject: Re: Re[2]: [Dynapi-Dev] Making progress on a Java gui tool > > > > Window is now draggable.. > > also, you can double click on the title bar to maximize/restore.. > > Need to add a cover layer over caption text as caption text blocks click > > events > > in the title bar.. > > > > Doug Melvin > > ----- Original Message ----- > > From: "Richard :o" <ma...@ri...> > > To: <dyn...@li...> > > Sent: Tuesday, January 09, 2001 4:33 PM > > Subject: Re: Re[2]: [Dynapi-Dev] Making progress on a Java gui tool > > > > > > > > correct, the widgets are not in the CVS. They would also need work to > > make > > > > them work in the latest DynAPI2.. something I'm not planning on for a > > > while. > > > > > > So Doug, please send your fixes over to me as I would like to support > > these > > > great > > > widgets as long as possible, and the lack of draggability under IE5.5 > was > > a > > > long overdue fix. > > > > > > Regarding elastic, I apply this on my page by detecting browser > dimensions > > > like this: > > > > > > var winH,winW,w, h, ow, oh, q > > > > > > function findWH() { > > > winW = (is.ns)? window.innerWidth : document.body.offsetWidth-20 > > > winH = (is.ns)? window.innerHeight : document.body.offsetHeight-4 > > > //I'm not sure what the -20 and -4 was > > needed > > > for now > > > ow= 1004/winW; > > > oh= 648/winH; > > > if(ow>oh){q=ow;}else{q=oh;} > > > return q > > > } > > > > > > DynAPI.onLoad=function() { > > > q=findWH() > > > > > > and then all sizes defined are divided by q, like this: > > > > > > statusMsg=new DynLayer(null,0,0,120/q,120/q); > > > > > > When done like this it means objects retain their original shape; so if > > > someone's browser is letterbox > > > shaped, your page doesn't become squashed, but decreases in width as > well. > > > > > > in the resize event you could put: > > > q=findWH() //gets new dimensions > > > statusMsg.slideTo(120/q,120/q); > > > > > > I haven't done the resizing bit on my page right now, because I wanted > to > > > animate the resizing > > > properly (ie the things fly to the new place, and grow/shrink). Also > many > > > people resize the browser > > > while the page is loading, which could cause errors and crashes, so I > only > > > let the onResize() > > > code execute (during testing) after a variable was set at the end of my > > > preloading sequence. > > > Of course NS can't animate anything onResize(), as it simply has to be > > > reloaded, at least I haven't > > > seen recreateAll() work properly without a reload. > > > > > > The only problem I run into was text size, you can change the font size > > > using the same variable, ie: > > > > > > statusMsg.setHTML('<span style="font-size: '+16/q+'pt;">Blah > Blah</span>') > > > > > > but during testing NS gave a lot of problems, looking on it now I think > > the > > > problem was that I had two stylesheets > > > applied to the same document, one directly and one through a skinButton > > > widget, but I'm not sure. > > > > > > I hope there's something in there of use; > > > > > > Cheers, > > > Richard :o > > > > > > ma...@ri... > > > www.richardinfo.com > > > (Everything running on, and ported to the 19/12/2000 snapshot of > DynAPI2) > > > > > > ----- Original Message ----- > > > From: "Pascal Bestebroer" <pa...@dy...> > > > To: <dyn...@li...> > > > Sent: Wednesday, January 10, 2001 9:40 PM > > > Subject: RE: Re[2]: [Dynapi-Dev] Making progress on a Java gui tool > > > > > > > > > > correct, the widgets are not in the CVS. They would also need work to > > make > > > > them work in the latest DynAPI2.. something I'm not planning on for a > > > while. > > > > > > > > cya, > > > > > > > > Pascal Bestebroer > > > > pa...@dy... > > > > http://www.dynamic-core.net > > > > > > > > > -----Oorspronkelijk bericht----- > > > > > Van: dyn...@li... > > > > > [mailto:dyn...@li...]Namens Robert > Rainwater > > > > > Verzonden: woensdag 10 januari 2001 21:35 > > > > > Aan: DynAPI Development List > > > > > Onderwerp: Re[2]: [Dynapi-Dev] Making progress on a Java gui tool > > > > > > > > > > > > > > > > > > > > As far as I know none of those widgets are in CVS. Aren't those > > > > > Pascal's widgets? > > > > > > > > > > -- > > > > > // Robert Rainwater > > > > > > > > > > On 1/10/2001, 6:02:56 PM EST, Doug wrote about "[Dynapi-Dev] > > > > > Making progress on a Java gui tool": > > > > > > > > > > > How do I get access to the CVS system.. > > > > > > I've fixed a few bugs myself.. > > > > > > Such as the 'movebility' of the skinwindow. > > > > > > I also updated the doDock mothod of the skintoolbar. > > > > > > Now calling doDock(0) will dock the toolbar at the top. > > > > > > (re-position it and set it's width) > > > > > > and passing a 1 instead will dock it at the bottom. > > > > > > I am also working on an elatic object.. > > > > > > What this does is resizes and repositions the content on your > > > > > page for any > > > > > > browser size.. and automatically does so when you change the size > of > > > the > > > > > > browser.. > > > > > > > > > > > > > > > > Assuming I do get access to CVS.. > > > > > > Is the bug list at sourceforge complete? > > > > > > ----- Original Message ----- > > > > > > From: "Raymond Smith" <dst...@or...> > > > > > > To: <dyn...@li...> > > > > > > Sent: Tuesday, January 09, 2001 1:54 PM > > > > > > Subject: Re: [Dynapi-Dev] Making progress on a Java gui tool > > > > > > > > > > > > > > > >> I was beginning to wonder where Dan went off to, now we know. It > > > does > > > > > >> appear that we've created a bit of a two headed hydra here, as > > others > > > > > >> mentioned might happen. Dan's off working on a DynBuilder while > > > other > > > > > >> pontificate about the holy-grail of RAD tools to speed up "the > > still > > > > > > bugged > > > > > >> version of DynAPI2" that hasn't had a refresh since November of > > 2000. > > > > > >> > > > > > >> While I do my best to muddle thru this code and help Robert debug > > > this > > > > > > stuff > > > > > >> I fear I submit about as much confusion as contribution. But I > get > > > the > > > > > >> feeling that others are not really 'actively debugging' the > > > > > current CVS. > > > > > >> Dan's working on a GUI which he will 'share' with us, thus > > > > > allowing us to > > > > > >> further defocus our efforts while other do grand debate on what > > this > > > > > > "thing" > > > > > >> should be. > > > > > >> > > > > > >> It would be nice to, at a minimum, clean up the current base > > > > > code in the > > > > > > CVS > > > > > >> before we defocus the limited masses even more. > > > > > >> > > > > > >> Sorry for the rant. But ALOT of change was introduced with > > > > > precreate and > > > > > >> inline creation integration that still needs to be cleaned up. > > > > > It seems > > > > > > the > > > > > >> only really active debugger right now is Robert and Pascal (on > > > > > a limited > > > > > >> basis). > > > > > >> > > > > > >> > > > > > >> _______________________________________________ > > > > > >> 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 > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Dynapi-Dev mailing list > > > > Dyn...@li... > > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > ____________________________________________________________ > > > > Get your free domain name and domain-based e-mail from > > > > Namezero.com. New! Namezero Plus domains now available. > > > > Find out more at: http://www.namezero.com > > > > > > > > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > > |
From: Michael P. <mp...@ph...> - 2001-01-12 03:47:23
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> oops. I should have also said that the folowing alteration also needs to be made. <p><tt>DynDocument.prototype.invokeEvent=DynLayer.prototype.invokeEvent;</tt> <p>Michael Pemberton wrote: <blockquote TYPE=CITE>I've noticed that there is only two lines difference between the DynDocument and DynLayer invokeEvent methods. <p>I'd suggest we simply alter the final lines to read as follows: <br><tt> if (this.isDynLayer && is.ns && e) {</tt> <br><tt> if (e.cancelBubble) return;</tt> <br><tt> if (orig && orig.target.handleEvent && orig.target!=this.elm) orig.target.handleEvent(type,orig);</tt> <br><tt> } else if (this.isDynDocument && (i!=0 || e) && is.ns) {</tt> <br><tt> if (e.cancelBubble) return;</tt> <br><tt> if (orig && orig.target.handleEvent && !orig.target.URL) orig.target.handleEvent(orig);</tt> <br><tt> };</tt> <p>If I've missed something and am completly wrong, please point out the errors of my way. If not, it might be worth making the alterations to the CVS version. <br>-- <br>Michael Pemberton <br>mp...@ph... <br>ICQ: 12107010 <br> _______________________________________________ Dynapi-Dev mailing list Dyn...@li... <A HREF="http://lists.sourceforge.net/lists/listinfo/dynapi-dev">http://lists.sourceforge.net/lists/listinfo/dynapi-dev</A></blockquote> <p>-- <br>Michael Pemberton <br>mp...@ph... <br>ICQ: 12107010 <br> </html> |
From: Michael P. <mp...@ph...> - 2001-01-12 03:42:52
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> I've noticed that there is only two lines difference between the DynDocument and DynLayer invokeEvent methods. <p>I'd suggest we simply alter the final lines to read as follows: <br><tt> if (this.isDynLayer && is.ns && e) {</tt> <br><tt> if (e.cancelBubble) return;</tt> <br><tt> if (orig && orig.target.handleEvent && orig.target!=this.elm) orig.target.handleEvent(type,orig);</tt> <br><tt> } else if (this.isDynDocument && (i!=0 || e) && is.ns) {</tt> <br><tt> if (e.cancelBubble) return;</tt> <br><tt> if (orig && orig.target.handleEvent && !orig.target.URL) orig.target.handleEvent(orig);</tt> <br><tt> };</tt> <p>If I've missed something and am completly wrong, please point out the errors of my way. If not, it might be worth making the alterations to the CVS version. <br>-- <br>Michael Pemberton <br>mp...@ph... <br>ICQ: 12107010 <br> </html> |
From: Michael P. <mp...@ph...> - 2001-01-12 03:23:53
|
I've put together a VERY ROUGH object that allows you to dynamically create and modify a "form". It then generates the submission url and submits the data. My IO objects could possibly be used to capture the resulting page into a layer / variable. This way, a server result page could be simply a case of returning a series of javascript values that can then be used by the already downloaded functions on the client side. If anyone knows of a way of "extending" other objects to make them form objects, I'd be pleased if they could help me out. I hope to eventually use any of the existing GUI widgets as form objects. eg. a list or even a tree could be used to get info from the user and submit it to the server. Also, does anyone know how to get a file prompt to open. The file input tag has no way that I can see of forcing the dialog to appear. -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Robert R. <rra...@ya...> - 2001-01-11 20:37:09
|
Logon won't work. But, you don't need to logon anyways. When you perform a checkout or update, a dos box should open asking for a password. -- // Robert Rainwater On 1/11/2001, 3:02:33 PM EST, Eytan wrote about "[Dynapi-Dev] CVS Get it straight": > Hi, > I set everything up but when I try to log in it tells me > Set the password authentication first in the preferences ! > But I don't see no place to input my password? > Huh? > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Eytan H. <ey...@tr...> - 2001-01-11 20:18:06
|
I tried to implement my OOJS to test my objects but the problem is that it says DynLayer is undefined in the declaration of TComponent. Help someone? |
From: Jared N. <ja...@aa...> - 2001-01-11 20:16:30
|
Is anyone else is having trouble with iframe-less loadpanel in IE5.5? I get an error (object doesn't support this property or method) on line 164 in loadpanel which is: lpanel.loadElement.startDownload(url,LoadQueue.loadHandler); now, in an effort to be one of the helpers, a not just a complainer, I have spent the past 3 hours trying to fix the line above. I have been unable to figure out what on earth is wrong with, my only theory is that perhaps the behavior hasn't loaded yet (but that's probably incorrect). Has anyone made any progress with this? Maybe if we pool our ideas we can get it to work :o) I tried removing the code and trying a barebones example of startDownload and it worked fine. |
From: Eytan H. <ey...@tr...> - 2001-01-11 20:00:56
|
Sorry for the late response. First of all to answer Dann this has nothing to do with 'fancy stuff'. I have already created the two base elements TObject and TComponent. All TComponent is, is an Object with a property called dynlayer and a lot of methods that are just wrappers for the actual dynlayer. I have also started working on a few simple GUI components when I will finish a few I'll post them. The advantages of this style of development is the amazing ease to create new object type (ex-widgets) and the fact that it doesn't matter how buggy or not buggy the DynLayer code is you just replace that actual code and everything just works! 8an |
From: Eytan H. <ey...@tr...> - 2001-01-11 20:00:17
|
Hi, I set everything up but when I try to log in it tells me Set the password authentication first in the preferences ! But I don't see no place to input my password? Huh? |