You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(66) |
Feb
(52) |
Mar
(88) |
Apr
(27) |
May
(17) |
Jun
(18) |
Jul
(5) |
Aug
(12) |
Sep
(4) |
Oct
(4) |
Nov
(3) |
Dec
(3) |
2002 |
Jan
(6) |
Feb
|
Mar
|
Apr
(1) |
May
(5) |
Jun
(8) |
Jul
(8) |
Aug
(5) |
Sep
(8) |
Oct
(16) |
Nov
(6) |
Dec
(4) |
2003 |
Jan
(9) |
Feb
(5) |
Mar
(7) |
Apr
(6) |
May
(7) |
Jun
(12) |
Jul
(15) |
Aug
(17) |
Sep
(12) |
Oct
(16) |
Nov
(29) |
Dec
(27) |
2004 |
Jan
(65) |
Feb
(120) |
Mar
(50) |
Apr
(36) |
May
(21) |
Jun
(11) |
Jul
(20) |
Aug
(16) |
Sep
(11) |
Oct
(25) |
Nov
(22) |
Dec
(36) |
2005 |
Jan
(11) |
Feb
(25) |
Mar
(41) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Richard :o <ma...@ri...> - 2001-01-15 16:43:23
|
Hi, have you tried including a loadpanel/scrollpane combination in the=20 skinwindow? Christopher Go's Examples: http://www.resass.f2s.com/?menu=3Dexamples&node=3D9 called combine_Loadpanel_Pushpanel.htm, and combine_Loadpanel_Scrollpane.htm Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of = DynAPI2) ----- Original Message -----=20 From: Doug Melvin=20 To: dynapi-help=20 Sent: Monday, January 15, 2001 8:21 PM Subject: [Dynapi-Help] arg! I am using setHTML with a loadpanel (as setURL doesn't seem to work). Problem: Images don't always load in the loadpanel.. help?=20 |
From: Richard :o <ma...@ri...> - 2001-01-15 16:34:38
|
Hi, Ok, I've done that. New version is attached. I'll try to update Diagnose soon, to make it a little more usable, with less errors. Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "David Cushman" <dle...@ya...> To: <dyn...@li...> Sent: Monday, January 15, 2001 4:20 PM Subject: [Dynapi-Help] How do you set zindex for diagnose.js? > A lot of the work I do uses different zindex levels. > Is there a way to set the diagnose.js to a higher > zindex level? say 100 or higher so it appears on top > of everything? If not, maybe that would be a nice mod > for it? Thanks > > Dave C. "You Changed What?!?" > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-help > ____________________________________________________________ > 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: Robert R. <rra...@ya...> - 2001-01-15 15:54:17
|
There in the latest snapshot: http://dynapi.sourceforge.net/snapshot/dynapi.zip -- // Robert Rainwater On 1/15/2001, 6:53:55 AM EST, Theo wrote about "[Dynapi-Widgetdev] DynLayer Question": > Where can I find those widgets? > Theo > ----------------------------------- > Theo Bebekis > Thessaloniki, Greece > be...@ot... > ----------------------------------- > -----Original Message----- > From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Henrik Våglin > Sent: Monday, January 15, 2001 8:38 AM > To: dyn...@li... > Subject: Re: [Dynapi-Widgetdev] DynLayer Question > Have you looked at the current window widgets an the loadpanel? They have most of these features and should be able to combine > unless your needs or wants are very specific. > Henrik Våglin [ hv...@ya... ] > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev |
From: Theo B. <be...@ot...> - 2001-01-15 11:35:59
|
Where can I find those widgets? Theo ----------------------------------- Theo Bebekis Thessaloniki, Greece be...@ot... ----------------------------------- -----Original Message----- From: dyn...@li... [mailto:dynapi-widgetd= ev-...@li...]On Behalf Of Henrik V=E5glin Sent: Monday, January 15, 2001 8:38 AM To: dyn...@li... Subject: Re: [Dynapi-Widgetdev] DynLayer Question Have you looked at the current window widgets an the loadpanel? They have= most of these features and should be able to combine unless your needs or wants are very specific. Henrik V=E5glin [ hv...@ya... ] |
From: Alexey M. <ma...@ca...> - 2001-01-15 10:56:26
|
On Sun, 14 Jan 2001, Nathan Winder wrote: > I am building a DynWindow widget, I plan to send it to you on complesion, but I have run into a few problems. In addition - could now embeding of script be done via DynWindow? In NN4 and old DynApi you could load HTML with JS inside and run it: <head><script>functions... </script></head>.... Is it possible for IE now? (If it wouldn't be hard - could you test it with your DynWindow?) Malx |
From: Richard :o <ma...@ri...> - 2001-01-15 10:27:37
|
Hi, Christopher Go submitted two examples about this, they use loadpanel to = get the content. Just a few restrictions: *You can only load content from your own server. *Any links in the document will re-load your whole browser. *Any script in the document will either be lost (if they're in the = head), or will refer to the parentdoc. *If you want to load text files, like in the examples, you have to add = "<pre>blah blah content</pre>"=20 in the textdocument itself to stop them wrapping, and to keep = linebreaks. So it's great for displaying content, but not any use as a popup. Example: http://www.resass.f2s.com/?menu=3Dexamples&node=3D9 called combine_Loadpanel_Pushpanel.htm, and combine_Loadpanel_Scrollpane.htm Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of = DynAPI2) ----- Original Message -----=20 From: Nathan Winder=20 To: dyn...@li...=20 Sent: Monday, January 15, 2001 7:05 AM Subject: [Dynapi-Widgetdev] DynLayer Question Thank you for your time, I am building a DynWindow widget, I plan to send it to you on = complesion, but I have run into a few problems. 1. I would like to load an *.html file, or its contents, into a = DynLayer. The only method I have found for entering html is = DynLayer.setHTML(). 2. I am trying to allow text wrap in my window. I was going to use a = table, but images enlarge the table. If I use another DynLayer, the = contents just gets clipped. Again thank you, Nathan |
From: <hv...@ya...> - 2001-01-15 06:36:02
|
Have you looked at the current window widgets an the loadpanel? They = have most of these features and should be able to combine unless your = needs or wants are very specific. Henrik V=E5glin [ hv...@ya... ] ----- Original Message -----=20 From: Nathan Winder=20 To: dyn...@li...=20 Sent: Monday, January 15, 2001 7:05 AM Subject: [Dynapi-Widgetdev] DynLayer Question Thank you for your time, I am building a DynWindow widget, I plan to send it to you on = complesion, but I have run into a few problems. 1. I would like to load an *.html file, or its contents, into a = DynLayer. The only method I have found for entering html is = DynLayer.setHTML(). 2. I am trying to allow text wrap in my window. I was going to use a = table, but images enlarge the table. If I use another DynLayer, the = contents just gets clipped. Again thank you, Nathan |
From: Nathan W. <win...@ho...> - 2001-01-15 06:01:37
|
Thank you for your time, I am building a DynWindow widget, I plan to send it to you on complesion,= but I have run into a few problems. 1. I would like to load an *.html file, or its contents, into a DynLayer.= The only method I have found for entering html is DynLayer.setHTML(). 2. I am trying to allow text wrap in my window. I was going to use a tabl= e, but images enlarge the table. If I use another DynLayer, the contents = just gets clipped. Again thank you, Nathan |
From: Robert R. <rra...@ya...> - 2001-01-14 22:46:06
|
Wouldn't a </p> keep a space from appearing? -- // Robert Rainwater On 1/12/2001, 2:25:50 PM EST, Pascal wrote about "[Dynapi-Widgetdev] Treenode Widget": > DynAPI2 does support NS6, but that treenode widget is most likely out-dated. > There's a new treenode widget supplied with my last Dynacore release, which > does work under NS6, but because it uses a <p> tag, NS6 adds space around > the text, making it look as though the text is partially on the node. > There are also some minor event bugs in NS6/DynAPI2, which might cause > problems. > cya, > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net >> -----Oorspronkelijk bericht----- >> Van: dyn...@li... >> [mailto:dyn...@li...]Namens >> Strawczynski, Nicolas >> Verzonden: vrijdag 12 januari 2001 19:49 >> Aan: 'dyn...@li...' >> Onderwerp: [Dynapi-Widgetdev] Treenode Widget >> >> >> Hi, >> >> I've tested the CoreTreeNode widget on NS6 and it doesn't seem to >> work very >> well. >> I've tested other treenode widgets on NS6 and none of them fully work. >> >> Does the DynAPI v2 support NS6 ? >> Is there a Treenode widget working on that browser ? >> >> Thanks, >> >> Nicolas. >> >> _______________________________________________ >> Dynapi-Widgetdev mailing list >> Dyn...@li... >> http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev >> >> > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev |
From: Pascal B. <pa...@dy...> - 2001-01-12 19:26:16
|
DynAPI2 does support NS6, but that treenode widget is most likely out-dated. There's a new treenode widget supplied with my last Dynacore release, which does work under NS6, but because it uses a <p> tag, NS6 adds space around the text, making it look as though the text is partially on the node. There are also some minor event bugs in NS6/DynAPI2, which might cause problems. cya, Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens > Strawczynski, Nicolas > Verzonden: vrijdag 12 januari 2001 19:49 > Aan: 'dyn...@li...' > Onderwerp: [Dynapi-Widgetdev] Treenode Widget > > > Hi, > > I've tested the CoreTreeNode widget on NS6 and it doesn't seem to > work very > well. > I've tested other treenode widgets on NS6 and none of them fully work. > > Does the DynAPI v2 support NS6 ? > Is there a Treenode widget working on that browser ? > > Thanks, > > Nicolas. > > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev > > |
From: Strawczynski, N. <nst...@an...> - 2001-01-12 18:48:22
|
Hi, I've tested the CoreTreeNode widget on NS6 and it doesn't seem to work very well. I've tested other treenode widgets on NS6 and none of them fully work. Does the DynAPI v2 support NS6 ? Is there a Treenode widget working on that browser ? Thanks, Nicolas. |
From: shoulder <vp...@21...> - 2000-12-25 15:09:42
|
ODU1NjU2DQo= |
From: <ton...@si...> - 2000-12-15 18:56:16
|
Go to my site www10.ewebcity.com/tskoda/js.asp there you'll see treemenu which can have endless nested items. ----- Original Message ----- From: Lujan III, Frank <lu...@sa...> To: <dyn...@li...> Sent: Thursday, December 14, 2000 7:40 PM Subject: [Dynapi-Widgetdev] Collapse Menu > There was a very good collapse menu in the dynamic I site that I have used > for months now. I have been asked to create one that has more than one sub > level. In other words, it needs to have three or four levels of menus. Has > anyone seen or created a version in either dynapi I or II that has multiple > levels? > > Frank > > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-widgetdev |
From: Pascal B. <pa...@dy...> - 2000-12-15 18:37:00
|
more uptodate version (yet still could need some updating) is available at my site: http://www.dynamic-core.net/core it's available in the widgetpack download Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Nicola > Marzolla > Verzonden: donderdag 14 december 2000 20:11 > Aan: dyn...@li... > Onderwerp: Re: [Dynapi-Widgetdev] Collapse Menu > > > I found this on the old release of dynAPI 2 it can go at deep as you want > but for sure u need to fix the code for the new version.. :-) > > have fun > > Nicola > __________________________________________________________________ > ___________________ > Get more from the Web. FREE MSN Explorer download : > http://explorer.msn.com > |
From: Josep M. i T. <jm...@ne...> - 2000-12-15 18:05:43
|
The onMousexxx events get triggered normally. So I think the solution is simply redrawing the IMG tag every time you resize the NS4 window. I wanted to comment this issue because there's a code in DynAPI that changes images this way and it won't work under NS4 (DynImage and ImageButton for instance). It could also be done using background images, as you say. The problem is that I apply maps to the image so the events are generated only in the part of the image that I want. I think that someone said he had a javascript map for layers, but I want the browser to do as much work as possible (less bugs and faster). Thanks, Josep -----Mensaje original----- De: Nicola Marzolla <nic...@ho...> Para: dyn...@li... <dyn...@li...> Fecha: viernes 15 de diciembre de 2000 18:48 Asunto: Re: RV: [Dynapi-Widgetdev] SimpleRollOver widget >well the on resize event it's supposed to work like u say but it's actually >called everytime u setSize and that happen also when u resize the window on >ns 4 coz that calls createElement -> setSize-> onresize. > >I guess they are trying to change that . >what if insted of and<IMG> u use the setBgIMage() onmouseover and onmouseout >that way u don't have to worry about the name property > >(I know u said u wanna sty away from event but that's where all widget are >going... sorry if I couldn't help :-() > > >see ya >Nicola > >_________________________________________________________________ >Get your FREE download of MSN Explorer at http://explorer.msn.com > >_______________________________________________ >Dynapi-Widgetdev mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-widgetdev > |
From: Nicola M. <nic...@ho...> - 2000-12-15 17:49:30
|
well the on resize event it's supposed to work like u say but it's actually called everytime u setSize and that happen also when u resize the window on ns 4 coz that calls createElement -> setSize-> onresize. I guess they are trying to change that . what if insted of and<IMG> u use the setBgIMage() onmouseover and onmouseout that way u don't have to worry about the name property (I know u said u wanna sty away from event but that's where all widget are going... sorry if I couldn't help :-() see ya Nicola _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
From: Josep M. i T. <jm...@ne...> - 2000-12-14 22:37:44
|
I'm sorry, I'm not sure of having understood your answer, if you see I haven't please tell me. My problem is not resizing the widget, it is on resizing the browser window; I thing the resize event is only triggered when resizing the widget. I haven't included a resize event because I don't need it. When the NS4 browser window is resized, the API deletes all the layers and creates them again. The problem I had was that, if I included the same NAME attribute in the IMG tag, swapImage wasn't working. If I changed the NAME everytime the layer was created, the browser hangs. DynImage (the old version) and ImageButton had the same problem. Regards, Josep -----Mensaje original----- De: Nicola Marzolla <nic...@ho...> Para: dyn...@li... <dyn...@li...> Fecha: jueves 14 de diciembre de 2000 19:49 Asunto: RE: [Dynapi-Widgetdev] SimpleRollOver widget >Hi Josep ! >I suggest you to add an on resize event handler to your widget: > >SimpleRollOver.listener.onresize=function(e){ > if(!e.getSource().created)return// this will prevent to happen during >the creation of the widget > >....do your code here to reset you Img tag and bla blab bla >}//this should fix the prlblem for ns4 when you resize > >the strange think it's I got widget like that and I don't have any problem >with resize on netscape may be the version of the api you are using it's not >fully updated > >see ya >Nicola > > >___________________________________________________________________________ __________ >Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com > >_______________________________________________ >Dynapi-Widgetdev mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-widgetdev > |
From: Nicola M. <nic...@ho...> - 2000-12-14 19:10:55
|
I found this on the old release of dynAPI 2 it can go at deep as you want but for sure u need to fix the code for the new version.. :-) have fun Nicola _____________________________________________________________________________________ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com |
From: Nicola M. <nic...@ho...> - 2000-12-14 18:48:12
|
Hi Josep ! I suggest you to add an on resize event handler to your widget: SimpleRollOver.listener.onresize=function(e){ if(!e.getSource().created)return// this will prevent to happen during the creation of the widget ....do your code here to reset you Img tag and bla blab bla }//this should fix the prlblem for ns4 when you resize the strange think it's I got widget like that and I don't have any problem with resize on netscape may be the version of the api you are using it's not fully updated see ya Nicola _____________________________________________________________________________________ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com |
From: Lujan I. F. <lu...@sa...> - 2000-12-14 18:40:33
|
There was a very good collapse menu in the dynamic I site that I have used for months now. I have been asked to create one that has more than one sub level. In other words, it needs to have three or four levels of menus. Has anyone seen or created a version in either dynapi I or II that has multiple levels? Frank |
From: Josep M. i T. <jm...@ne...> - 2000-12-13 17:37:01
|
Hi! I've noticed that ButtonImage (If you try to resize the scrollpane example you'll notice that the images don't change after doing this") has the same problem in NS4.7; so it seems that changing images using the NAME attribute in the IMG tag isn't compatible with NS 4 resize bug solution. Rewriting the HTML content with a new IMG tag is the only solution I've found. Has anybody got another solution? Josep P.D.: I probably posted to the wrong list since it is so dead as it was before ;-) -----Mensaje original----- De: Josep Monés i Teixidor <jm...@ne...> Para: DynAPI Widget <dyn...@li...> Fecha: miércoles 13 de diciembre de 2000 5:09 Asunto: [Dynapi-Widgetdev] SimpleRollOver widget >Hi all, > >I've made a widget that I call SimpleRollOver because I simply use a >DynLayer and set an image using a <IMG> tag. Then I apply a link using an >anchor or a map. So I don't use events, just to keep it simple. > >I can use as many images as you want and seems to work well under IE4, IE5 >and NS4.7. > >The problem is when you resize the window under NS4.7, the layer is deleted >and created by the resize fix, but then the images doesn't swap. I've tried >to change the NAME attribute of the IMG tag every time it is created (this >is the version that I've attached), and it sometimes works and sometimes >not, but the NS always crashes. > >If I can't solve this bug I'll try to make it use DynImage and layer events, >but I liked it this way because it was so simple! Or I may include a >"if(is.ns4)history.go(0);" in the resize handler! > > >TIA, > >Josep > >P.D.: I don't know if devwidget was the appropiate list but it was so dead! > > > > |
From: Josep M. i T. <jm...@ne...> - 2000-12-13 04:02:18
|
Hi all, I've made a widget that I call SimpleRollOver because I simply use a DynLayer and set an image using a <IMG> tag. Then I apply a link using an anchor or a map. So I don't use events, just to keep it simple. I can use as many images as you want and seems to work well under IE4, IE5 and NS4.7. The problem is when you resize the window under NS4.7, the layer is deleted and created by the resize fix, but then the images doesn't swap. I've tried to change the NAME attribute of the IMG tag every time it is created (this is the version that I've attached), and it sometimes works and sometimes not, but the NS always crashes. If I can't solve this bug I'll try to make it use DynImage and layer events, but I liked it this way because it was so simple! Or I may include a "if(is.ns4)history.go(0);" in the resize handler! TIA, Josep P.D.: I don't know if devwidget was the appropiate list but it was so dead! |