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-09 04:02:47
|
Patch #103153 has been updated. Project: dynapi Category: None Status: Open Submitted by: digitalstrider Assigned to : nobody Summary: ButtonImage.js ------------------------------------------------------- For more info, visit: http://sourceforge.net/patch/?func=detailpatch&patch_id=103153&group_id=5757 |
From: <no...@so...> - 2001-01-09 00:32:38
|
Bug #128022, was updated on 2001-Jan-08 03:26 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core - Widgets Status: Closed Resolution: Works For Me Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: Pushpanel example Details: works fine til you attempt adding new labels. Follow-Ups: Date: 2001-Jan-08 16:32 By: rainwater Comment: The PushPanel works fine with Labels. I don't see any error here. Please provide a more thorough error report in the future. I'm closing this bug. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=128022&group_id=5757 |
From: Robert R. <rra...@ya...> - 2001-01-08 22:48:40
|
I updated CVS and the snapshot with some changes to the label and list widget that should get the list widget working. However, the event problems in IE are still causing problems. Also, the onmouseover event is never called for the ListItems. This could be related to the Label problems. Also, the list widget is very slow and the events are lagging behind. I think part of this is the constant rewriting of the html. Anyway to improve this? -- // Robert Rainwater On 1/8/2001, 12:13:02 AM EST, Robert wrote about "[Dynapi-Dev] Latest Issues": > I want to release a new version of the DynAPI soon, but there are a > few things preventing it. > 1) In IE 5 the events inside of text in the label widget are broke > again. > 2) The list widget does not work with the updated dynlayer creation > system. > 3) Events in NS 6 are firing twice. There is a patch for this at > sourceforge. Has this patch been tested by anyone? > If we can resolve these issues, then I think we can release a new > version. |
From: Dann <da...@to...> - 2001-01-08 19:37:16
|
Hi, I've just spent a boring two hours debugging DynAPI code on NS6, only to discover that nothing was wrong with the code. Instead, NS6's interpretation of the DOCTYPE at the beginning of the HTML file : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> caused DynAPI to stop functioning without errors. If I remove it, it works as with all the other browsers. The file can be perfectly validated as a HTML 4.01 document, for which the DOCTYPE tag is imperative. Does NE1 have any idea why this happens on NS6 ? CU, Dann |
From: Robert R. <rra...@ya...> - 2001-01-08 16:47:13
|
Since you are working with DynLayers why not just capture the onmouseout events? -- // Robert Rainwater On 1/8/2001, 10:06:52 AM EST, Jeroen wrote about "[Dynapi-Dev] Mouse-out while dragging": > Hi there! > I'm building a vertical scrollbar. When I'm dragging the slider, I want > to stop it from moving when the mouse is not above the slider > anymore, although I still have the mouse button down and I'm still > dragging. > But I don't know how I can detect that the mouse pointer is not > above the slider anymore. There is no mouseOut event in the drag > script. Does anybody have a solution for this? > Thanx! > Jeroen > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: <cam...@ya...> - 2001-01-08 16:22:10
|
On second thought, I take this back. The problem seems to be peculiar to something I'm doing. Or rather I'm doing something perculiar. Sorry!!! > changed this line in LoadQueue.prototype.loadNext > > from: > this.index++; > > to: > DynAPI.removeFromArray(this.queue,this.index); > > Why has this been changed? It seems to break > LoadPanel This still stands, as soon as I commented out this line, LoadPanel behaved a lot better for me in Netscape. > Also, I've found that the line > > if (is.ns4) window.stop(); > > in LoadQueue.continueLoad causes problems in > netscape > when loading large files into the LoadPanel. As far > as > I can tell, this is because continueLoad is executed > after a setTimeout, rather than when I document is > loaded. So window.stop can be executed before the > document has finished loading, thus the transfer is > interupted. Unless there is a reason for that line > being in there, i'd recommend removing it. > > Cheers, > > Cameron. > > __________________________________________________ > 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 > > __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ |
From: Richard :o <ma...@ri...> - 2001-01-08 16:20:50
|
Hi, I've been confronted with the same problem. Someone posted some code which might help a while back, so I'll let you know if I can get something working . Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Jeroen de Wolf" <je...@bi...> To: <dyn...@li...> Sent: Monday, January 08, 2001 4:06 PM Subject: [Dynapi-Dev] Mouse-out while dragging > > Hi there! > > I'm building a vertical scrollbar. When I'm dragging the slider, I want > to stop it from moving when the mouse is not above the slider > anymore, although I still have the mouse button down and I'm still > dragging. > > But I don't know how I can detect that the mouse pointer is not > above the slider anymore. There is no mouseOut event in the drag > script. Does anybody have a solution for this? > > Thanx! > Jeroen > > > _______________________________________________ > 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 > |
From: Jeroen de W. <je...@bi...> - 2001-01-08 15:08:29
|
Hi there! I'm building a vertical scrollbar. When I'm dragging the slider, I want to stop it from moving when the mouse is not above the slider anymore, although I still have the mouse button down and I'm still dragging. But I don't know how I can detect that the mouse pointer is not above the slider anymore. There is no mouseOut event in the drag script. Does anybody have a solution for this? Thanx! Jeroen |
From: Dann <da...@to...> - 2001-01-08 12:52:18
|
Hi mr. Smith, Yep ! There it is :) Must be blind or something ! CU, Dann Raymond Smith wrote: > dynimage.js | in gui > > ----- Original Message ----- > From: "Dann" <da...@to...> > To: <dyn...@li...> > Sent: Monday, January 08, 2001 3:39 AM > Subject: [Dynapi-Dev] Preload > > > Hi, > > > > Could anyone point me to anything in the DynAPI src that's occupied with > > handling image preloads ? I can't seem to find anything anymore in the > > current CVS... I've got some older version which includes an images.js > > as an extension... has it been removed from the latest version ? > > > > CU, > > Dann > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: <cam...@ya...> - 2001-01-08 11:58:48
|
i noticed that the latest updated to loadpanel has changed this line in LoadQueue.prototype.loadNext from: this.index++; to: DynAPI.removeFromArray(this.queue,this.index); Why has this been changed? It seems to break LoadPanel for me, although it still works in the example that comes with the API. Also, I've found that the line if (is.ns4) window.stop(); in LoadQueue.continueLoad causes problems in netscape when loading large files into the LoadPanel. As far as I can tell, this is because continueLoad is executed after a setTimeout, rather than when I document is loaded. So window.stop can be executed before the document has finished loading, thus the transfer is interupted. Unless there is a reason for that line being in there, i'd recommend removing it. Cheers, Cameron. __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ |
From: Raymond S. <dst...@or...> - 2001-01-08 11:44:49
|
dynimage.js | in gui ----- Original Message ----- From: "Dann" <da...@to...> To: <dyn...@li...> Sent: Monday, January 08, 2001 3:39 AM Subject: [Dynapi-Dev] Preload > Hi, > > Could anyone point me to anything in the DynAPI src that's occupied with > handling image preloads ? I can't seem to find anything anymore in the > current CVS... I've got some older version which includes an images.js > as an extension... has it been removed from the latest version ? > > CU, > Dann > |
From: Dann <da...@to...> - 2001-01-08 11:40:25
|
Hi, Could anyone point me to anything in the DynAPI src that's occupied with handling image preloads ? I can't seem to find anything anymore in the current CVS... I've got some older version which includes an images.js as an extension... has it been removed from the latest version ? CU, Dann |
From: <no...@so...> - 2001-01-08 11:26:19
|
Bug #128022, was updated on 2001-Jan-08 03:26 Here is a current snapshot of the bug. Project: DynAPI 2 Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: Pushpanel example Details: works fine til you attempt adding new labels. For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=128022&group_id=5757 |
From: Pascal <pb...@oi...> - 2001-01-08 11:19:50
|
Ok, found the bug (and it was one).. with the new precreation code all child layers will not get the IE5.5 bug fix, so insert this line at position 187 right after the: if (dlyr.html!=null) else if (is.ie55 && dlyr.bgImage==null) s+=' background-image:javascript:null;' so it should look like this: if (dlyr.html!=null) s+=dlyr.html else if (is.ie55 && dlyr.bgImage==null) s+=' background-image:javascript:null;' I can't test it here (don't have ie5.5) but I think that should fix it. cya, Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Bachis > Bogdan-Adrian > Verzonden: maandag 8 januari 2001 10:44 > Aan: dyn...@li... > Onderwerp: RE: [Dynapi-Dev] onmouseover problem > > > > > Hi, > > Thanks for the mail. I've searched in the > dynapi-help mailinglist for onmouseover problems but > find nothing. So that's why I send that mail. > I'm using the latest release, the one that I've > founded on the main page of the dynamic-core.net site > (dynacore.2000.12.29.zip). Is there a problem with > this one? If so, can you please tell me where I could > find a version of DynApi that has the event problem > fixed. > > Thank you, > > Bogdan. > > > __________________________________________________ > 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: <no...@so...> - 2001-01-08 10:17:14
|
Patch #103141 has been updated. Project: dynapi Category: DynAPI-Widget Status: Open Submitted by: marstr Assigned to : nobody Summary: DynImage.loadercheck-fix ------------------------------------------------------- For more info, visit: http://sourceforge.net/patch/?func=detailpatch&patch_id=103141&group_id=5757 |
From: Bachis Bogdan-A. <ba...@ya...> - 2001-01-08 09:44:00
|
Hi, Thanks for the mail. I've searched in the dynapi-help mailinglist for onmouseover problems but find nothing. So that's why I send that mail. I'm using the latest release, the one that I've founded on the main page of the dynamic-core.net site (dynacore.2000.12.29.zip). Is there a problem with this one? If so, can you please tell me where I could find a version of DynApi that has the event problem fixed. Thank you, Bogdan. __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ |
From: Pascal <pb...@oi...> - 2001-01-08 09:27:52
|
Which version of the DynAPI are you using? a daily-snapshot? or the latest release? Some of the snapshots didn't include the IE5.5 event fix, so that might cause your problems here... if you use a daily-snapshot try the latest, because it should include the fix again. (ps. not to be annoying, but for help you should use the dynapi-help mailinglist and not the developers list.. ) Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Bachis > Bogdan-Adrian > Verzonden: maandag 8 januari 2001 10:00 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] onmouseover problem > > > > Hello, > > I'm new to DynAPI project and I have the following > problem: I have a DynLayer object that is a child of > another DynLayer object. I added the onmouseover event > to the child DynLayer object, but when I moved the > mouse over the layer, nothing happens. Here's the > code: > > menuBar=new DynLayer(null, 10, 10, 210, 25, "red") > > menuOption1=new DynLayer(null, 10, 5, 40, 15, "white") > > menuOption1Listener=new EventListener(menuOption1) > > menuOption1Listener.onmouseover=function(e){ > alert("test") > } > > menuOption1.addEventListener(menuOption1Listener) > > menuBar.addChild(menuOption1) > DynAPI.document.addChild(menuBar) > > I've tried to add the onmouseup event instead of > onmouseover and everything worked just fine... > > Can you please tell me what's wrong with it? > > Thanks, > > Bogdan. > > P.S. I'm using IE 5.5 and Windows NT 4.0 Workstation > > > __________________________________________________ > 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: Bachis Bogdan-A. <ba...@ya...> - 2001-01-08 08:59:51
|
Hello, I'm new to DynAPI project and I have the following problem: I have a DynLayer object that is a child of another DynLayer object. I added the onmouseover event to the child DynLayer object, but when I moved the mouse over the layer, nothing happens. Here's the code: menuBar=new DynLayer(null, 10, 10, 210, 25, "red") menuOption1=new DynLayer(null, 10, 5, 40, 15, "white") menuOption1Listener=new EventListener(menuOption1) menuOption1Listener.onmouseover=function(e){ alert("test") } menuOption1.addEventListener(menuOption1Listener) menuBar.addChild(menuOption1) DynAPI.document.addChild(menuBar) I've tried to add the onmouseup event instead of onmouseover and everything worked just fine... Can you please tell me what's wrong with it? Thanks, Bogdan. P.S. I'm using IE 5.5 and Windows NT 4.0 Workstation __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ |
From: Michael P. <mp...@ph...> - 2001-01-08 06:29:25
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> oops. array should be srcArray. That should fix it. <p>Pascal Bestebroer wrote: <blockquote TYPE=CITE> <span class=330130509-06012001><font face="Arial"><font color="#0000FF"><font size=-1>when you remove that line, and include files with a .js</font></font></font></span><span class=330130509-06012001></span><span class=330130509-06012001><font face="Arial"><font color="#0000FF"><font size=-1>the join later on causes the files to be named dynapi/api/layer/js.js</font></font></font></span><span class=330130509-06012001></span> <font size=-1>Pascal Bestebroer</font> <br><font size=-1>pa...@dy...</font> <br><font size=-1><a href="http://www.dynamic-core.net/" target="_blank">http://www.dynamic-core.net</a></font> <blockquote style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px"> <div class="OutlookMessageHeader" dir="ltr"><font face="Tahoma"><font size=-1>-----Oorspronkelijk bericht-----</font></font> <br><font face="Tahoma"><font size=-1><b>Van:</b> dyn...@li... [<A HREF="mailto:dyn...@li...">mailto:dyn...@li...</A>]<b>Namens </b>Michael Pemberton</font></font> <br><font face="Tahoma"><font size=-1><b>Verzonden:</b> zaterdag 6 januari 2001 1:46</font></font> <br><font face="Tahoma"><font size=-1><b>Aan:</b> dyn...@li...</font></font> <br><font face="Tahoma"><font size=-1><b>Onderwerp:</b> Re: [Dynapi-Dev] DynAPI.include()</font></font> <br> </div> Those changes are not needed. If a non library file is entered, there is no problem. It just gets split and then rejoined later. <p><tt> srcArray = src.split('.');</tt> <br><tt>--> if (srcArray[srcArray.length-1] == 'js') array.length -= 1;</tt> <br><tt> if (!path) var path=DynAPI.librarypath;</tt> <p>Adding this additional line allows for removal of the '.js' extension if it has been included. <p>Also, there is no point in testing for an array length of > 3. This allows for any of the following to work: <p><tt>DynAPI.include('afroapi.ext.keyevents','../../js')</tt> <br><tt>DynAPI.include('afroapi/ext/keyevents','../../js')</tt> <br><tt>DynAPI.include('js/afroapi/ext/keyevents','../../')</tt> <br><tt>DynAPI.include('js.afroapi.ext.keyevents','../../')</tt> <p>This allows for further breaking down your directories to make them easier to understand. <br> <p>Pascal Bestebroer wrote: <blockquote TYPE="CITE"><span class=530091120-05012001><font face="Arial"><font color="#0000FF"><font size=-1>minor modification:</span><span class=530091120-05012001></span> include : function(src,path) {</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> srcArray=src.split('.')</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> if (srcArray.length>3) srcArray.length-=1</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> if (!path) {</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> var path=DynAPI.librarypath</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> var pckg=srcArray[0]</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> var grp=srcArray[1]</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> var file=srcArray[2]</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> if (file=='*') {</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> if (DynAPI.packages[pckg]) group=DynAPI.packages[pckg].libs[grp]</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> if (group) for (var i in group) document.write('<script language="Javascript1.2" src="'+path+pckg+'/'+grp+'/'+group[i]+'.js"><\/script>')</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> else alert('include()\n\nThe following package could not be loaded:\n'+src+'\n\nmake sure you specified the correct path.')</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> } else {</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> if (path[path.length-1] != "/") path += "/"</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> document.write('<script language="Javascript1.2" src="'+path+srcArray.join('/')+'.js"><\/script>')</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> }</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> } else {</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> document.write('<script language="Javascript1.2" src="'+path+'/'+src+'"><\/script>')</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> }</font></font></font> <br><font face="Arial"><font color="#0000FF"><font size=-1> }<span class=530091120-05012001>makes sure that other files (not in packages, etc) can also be correctly.included when specifying a path.. Also when a .js extension IS supplied this code will take care of it.</span><span class=530091120-05012001>Other point is that the DynAPI.addLibrary() calls should NOT specify a the js extension to make it work correctly.</span><span class=530091120-05012001></span><span class=530091120-05012001>cya,</span></font></font></font> <font size=-1>Pascal Bestebroer</font> <br><font size=-1>pa...@dy...</font> <br><font size=-1><a href="http://www.dynamic-core.net/" target="_blank">http://www.dynamic-core.net</a></font> <blockquote style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px"> <div class=OutlookMessageHeader dir=ltr><font face="Tahoma"><font size=-1>-----Oorspronkelijk bericht-----</font></font> <br><font face="Tahoma"><font size=-1><b>Van:</b> dyn...@li... [<a href="mailto:dyn...@li...">mailto:dyn...@li...</a>]<b>Namens </b>Michael Pemberton</font></font> <br><font face="Tahoma"><font size=-1><b>Verzonden:</b> vrijdag 5 januari 2001 15:26</font></font> <br><font face="Tahoma"><font size=-1><b>Aan:</b> dyn...@li...</font></font> <br><font face="Tahoma"><font size=-1><b>Onderwerp:</b> Re: [Dynapi-Dev] DynAPI.include()</font></font></div> I was looking at a way of making the DynAPI.include method more simple. Here's what I came up with: <p><tt>include : function(src,path) {</tt> <br><tt> srcArray = src.split('.');</tt> <br><tt> if (!path) var path=DynAPI.librarypath;</tt> <br><tt> var pckg=srcArray[0];</tt> <br><tt> var grp=srcArray[1];</tt> <br><tt> var file=srcArray[2];</tt> <br><tt> if (file=='*') {</tt> <br><tt> if (DynAPI.packages[pckg]) group=DynAPI.packages[pckg][grp];</tt> <br><tt> if (group) for (var i in group) document.write('<script language="Javascript1.2" src="'+path+pckg+'/'+grp+'/'+group[i]+'.js"><\/script>');</tt> <br><tt> else alert('include()\n\nThe following package could not be loaded:\n'+src+'\n\nmake sure you specified the correct path.');</tt> <br><tt> } else {</tt> <br><tt> if (path[path.length-1] != "/") path += "/";</tt> <br><tt> document.write('<script language="Javascript1.2" src="'+path+srcArray.join('/')+'.js"><\/script>');</tt> <br><tt> };</tt> <br><tt>}</tt> <p>This way, there is no more searching for '.' over and over again. <br>Also, you can now refer to individual files (even you own external files) using '.' instead of '/'. This way, it fits the library syntax. Hope this is of some use. <p>Robert Rainwater wrote: <blockquote TYPE="CITE">I've updated my current version to do this for a while, but just haven't put <br>it in CVS. I will update CVS soon so that the include will work that way. <p>Robert <br>----- Original Message ----- <br>From: "Michael Bürge" <mb...@st...> <br>To: <dyn...@li...> <br>Sent: Tuesday, January 02, 2001 6:58 PM <br>Subject: [Dynapi-Dev] DynAPI.include() <p>> hi there. <br>> <br>> this is my first post to this list, and i would like to use the <br>opportunity to thank you for the great work you're all doing. i just started <br>dealing with <br>> the dynapi after having spent a _lot_ of time putting together something <br>similar on my own (i now finally gave up, mainly because it's just way too <br>much <br>> work keeping everything up to date). <br>> <br>> now to the real issue of this post: <br>> <br>> the following is an excerpt from part 1 one of the tutorials written by <br>Pascal, describing the include() function: <br>> <br>> * DynAPI.include('myownfile.js','location/path') <br>> Include your own file not located in the [dynapi base path] location <br>> * DynAPI.include('myownfile.js','./') <br>> Include your own file located at the current file location. <br>> <br>> i like these features, so i tried to use them bu it didn't work. looking <br>at the code i realised that they weren't implemented at all. i don't know if <br>> somebody did already implement them, but both the current distro and the <br>current CVS-version do not contain them. <br>> so here's my version: <br>> <br>> include : function(src,path) { <br>> if(src.substring(src.length-3)!=".js") src+=".js"; <br>> if (!path) var path=DynAPI.librarypath; <br>> else { <br>> if (path=="./") path = ""; <br>> else if (path[path.length-1] != "/") path += "/"; <br>> document.write('<script language="Javascript1.2" src="'+ path + src <br>+ '"></script>'); <br>> return; <br>> } <br>> ...some more stuff.... <br>> } <br>> <br>> hope this is usefull, and sorry if i missed the version containing those <br>features. (BTW: is was pretty hard for me to find out where to get the <br>current <br>> files, so a few hints on the project-webpage would save a great deal of <br>time to people interested in looking at the current work going on) <br>> <br>> that all for now. <br>> greets. <br>> michael buerge <br>> <br>> <br>> _______________________________________________ <br>> Dynapi-Dev mailing list <br>> Dyn...@li... <br>> <a href="http://lists.sourceforge.net/mailman/listinfo/dynapi-dev">http://lists.sourceforge.net/mailman/listinfo/dynapi-dev</a> <p>_______________________________________________ <br>Dynapi-Dev mailing list <br>Dyn...@li... <br><a href="http://lists.sourceforge.net/mailman/listinfo/dynapi-dev">http://lists.sourceforge.net/mailman/listinfo/dynapi-dev</a></blockquote> _______________________________________________ Dynapi-Dev mailing list Dyn...@li... <a href="http://lists.sourceforge.net/mailman/listinfo/dynapi-dev">http://lists.sourceforge.net/mailman/listinfo/dynapi-dev</a></blockquote> </blockquote> _______________________________________________ Dynapi-Dev mailing list Dyn...@li... <A HREF="http://lists.sourceforge.net/mailman/listinfo/dynapi-dev">http://lists.sourceforge.net/mailman/listinfo/dynapi-dev</A></blockquote> </blockquote> </html> |
From: Robert R. <rra...@ya...> - 2001-01-08 05:09:04
|
I want to release a new version of the DynAPI soon, but there are a few things preventing it. 1) In IE 5 the events inside of text in the label widget are broke again. 2) The list widget does not work with the updated dynlayer creation system. 3) Events in NS 6 are firing twice. There is a patch for this at sourceforge. Has this patch been tested by anyone? If we can resolve these issues, then I think we can release a new version. -- // Robert Rainwater |
From: Richard :o <ma...@ri...> - 2001-01-08 04:29:07
|
----- Original Message ----- From: "Mark Haviland" <mha...@ha...> To: <dyn...@li...> Sent: Thursday, January 04, 2001 6:23 PM Subject: RE: [Dynapi-Dev] loadpanel troubles... > On a side note, the widget I'm creating is a wizard (which I need to use for a current project that I'm working on). I'd eventually like to contribute this to the dyanpi project. How can I go about this ?? Hi, If you want you can always send it over to me and I'll put it up with the rest. (include an example if pos.) Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) |
From: Richard :o <ma...@ri...> - 2001-01-08 04:29:02
|
Hi, if you mean list widget and scrollpane, you can find a working example here: www.richardinfo.f2s.com?menu=examples&node=3 Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Scott Bristowe" <sco...@se...> To: <dyn...@li...> Sent: Friday, January 05, 2001 9:54 AM Subject: [Dynapi-Dev] IE5.5 Compatibility Problems > Hi, > I have just joined the list so forgive me if this has already been > discussed. > The scroll window and menulist don't seem to work too well in IE 5.5, is > this just > me or have other people had this problem as well? > > > Yours sincerely, > Scott Bristowe > > _______________________________________________ > 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 > |
From: Richard :o <ma...@ri...> - 2001-01-08 03:57:50
|
Hi, What I'm doing is still very much experimental, and is basically grouping as many examples of the DynAPI together as I can find, and trying to document interesting question/answers from these lists to offer an information resource. While doing this I found that everyone has developed their own flavor of the widgets, so I ported what didn't work to the latest stable dynapi snapshot, but kept them in separate directory's so I can simply copy a new DynAPI release over them without deleting anything. Normally you would want to use the latest release from http://dynapi.sourceforge.net/index.php , but it has become a little outdated in and the current snapshot still has several "issues", but AFAIK there's a new release around the corner. My site's only been going for a few weeks so I wouldn't recommend relying on anything to much 'cause it changes almost daily, and not always for the better ;o). Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Stefano Vargiu" <vst...@ho...> To: <dyn...@li...> Sent: Saturday, January 06, 2001 5:24 PM Subject: [Dynapi-Dev] sourceforge or richardinfo snapshot?!? > Hi all, > I'm new to this mailing list. I really would like to contribute creating new > widgets, but > first of all I need to understand: please, help me! I know other people > already ask that, > but is really important for me (and I think for other people as well) to > know which is the > MORE UPDATED VERSION of DYNAPI!! > In http://dynapi.sourceforge.net/snapshot/dynapi.zip there is the snapshot > without widgets. > In http://www.richardinfo.com there is a zip file with the base code of > DynAPI + a lot of > widgets. > There is only one problem: the common files to the snapshot file and the > richardinfo file > are different: all the files (not just some) in the directories api/ ext/ > gui/ util/ are not the same in the two zip files. > At the end: I can take all the widgets (coreExt, coreFx, ....) in the > richardinfo zip file, but > for the common directories which is the version more updated? Richardinfo or > sourceforge snapshot? > > Stefano > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > _______________________________________________ > 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 > |
From: <no...@so...> - 2001-01-08 02:32:39
|
Bug #127988, was updated on 2001-Jan-07 18:32 Here is a current snapshot of the bug. Project: DynAPI 2 Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: ButtonImage Details: Line 49,50 throw an error due to being undefined. I think this is now being caused by changes to Dynlayer. For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=127988&group_id=5757 |
From: Raymond S. <dst...@or...> - 2001-01-07 23:50:50
|
My bad, sorry.... I had another custom extension that used getComponent triggering my errors. In the future I'll actually 'check' rather then go by memory. DS ----- Original Message ----- From: "Robert Rainwater" <rra...@ya...> To: "DynAPI Development List" <dyn...@li...> Sent: Sunday, January 07, 2001 12:27 PM Subject: Re[2]: [Dynapi-Dev] bug in latest dynlayer.js from cvs > > As far as I can tell in the latest snapshot the getComponent is not > used by DragEvents. After a quick search, I do not see anywhere in > the latest from CVS where getComponent is used anymore. > > -- > // Robert Rainwater > > On 1/7/2001, 3:11:52 PM EST, Raymond wrote about "[Dynapi-Dev] bug in latest dynlayer.js from cvs": > > > FYI, the removal of the getComponent methods is also causing the delete/add > > DragEvents to throw an error, since they use these methods. > > > ----- Original Message ----- > > From: "Cameron Hart" <cam...@ya...> > > To: <dyn...@li...> > > Sent: Sunday, January 07, 2001 4:40 AM > > Subject: [Dynapi-Dev] bug in latest dynlayer.js from cvs > > > >> Hi, I've come across a bug in the latest dynlayer.js > >> creation code. I don't know what's causing the problem > >> as yet. It's happening in ie5 on pc. > >> > >> Sometimes when I create layers, I get the following > >> error: > >> > >> Line: 222 > >> Char: 3 > >> Error: 'this.elm.style' is not an object > >> > >> It's being caused by assignElement being called from > >> assignChildren with elm being undefined. > >> > >> I haven't managed to track the problem any further > >> than that at the moment. > >> > >> Cheers, > >> > >> Cameron. > >> > >> > >> --- Pascal Bestebroer <pa...@dy...> wrote: > >> > see f.a.q. at > >> > > >> http://www.dynamic-core.net/core/files/faq.dynapi2.html > >> > it > >> > includes the info needed. > >> > > >> > Pascal Bestebroer > >> > pa...@dy... > >> > http://www.dynamic-core.net > >> > > >> > > -----Oorspronkelijk bericht----- > >> > > Van: dyn...@li... > >> > > > >> > > >> [mailto:dyn...@li...]Namens > >> > Eytan Heidingsfeld > >> > > Verzonden: zondag 7 januari 2001 10:25 > >> > > Aan: dyn...@li... > >> > > Onderwerp: Re: [Dynapi-Dev] CVS List > >> > > > >> > > > >> > > I'm sorry to bother again about this subject but > >> > how do I get into the CVS > >> > > > >> > > > >> > > _______________________________________________ > >> > > 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 > >> > > > > _______________________________________________ > > 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 > |