You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(83) |
Nov
(319) |
Dec
(441) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(617) |
Feb
(784) |
Mar
(426) |
Apr
(363) |
May
(489) |
Jun
(396) |
Jul
(405) |
Aug
(146) |
Sep
(97) |
Oct
(146) |
Nov
(348) |
Dec
(99) |
2002 |
Jan
(69) |
Feb
(92) |
Mar
(58) |
Apr
(33) |
May
(29) |
Jun
(45) |
Jul
(72) |
Aug
(71) |
Sep
(47) |
Oct
(19) |
Nov
(48) |
Dec
(55) |
2003 |
Jan
(23) |
Feb
(73) |
Mar
(42) |
Apr
(52) |
May
(64) |
Jun
(155) |
Jul
(169) |
Aug
(103) |
Sep
(113) |
Oct
(118) |
Nov
(46) |
Dec
(30) |
2004 |
Jan
(19) |
Feb
(24) |
Mar
(40) |
Apr
(13) |
May
(35) |
Jun
(1) |
Jul
(23) |
Aug
(3) |
Sep
(31) |
Oct
(31) |
Nov
(26) |
Dec
|
2005 |
Jan
(5) |
Feb
(4) |
Mar
(3) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(23) |
Sep
(9) |
Oct
(5) |
Nov
(2) |
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jason W. <jwe...@ci...> - 2000-11-29 18:03:04
|
Does it work in IE? I'm not a Dynapi pro, but I do know that inline layers are fubar'd in Netscape. -----Original Message----- From: Brian Snipes <bs...@so...> To: dyn...@li... <dyn...@li...> Date: Wednesday, November 29, 2000 9:02 AM Subject: [Dynapi-Help] need example of inline with child -please, please, please >I need an inline layer on the page and children to be added to it. But I can't seem to be able to get the children to show up in the inline layer, they always show up further down the page and visible :-( >And I have some links that need to make one of the child layers visible and the other child layers hidden and need an example of that. >-- >Thanks, >Brian Snipes >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Doug M. <do...@cr...> - 2000-11-29 17:04:45
|
The Loadpanel example (dynacore.ext.loadpanel.html) which come with the Dynapi distro should show you most of what you need. If your copy does not have the example then you need only ask and someone will post them I am sure. ----- Original Message ----- From: "Brian Snipes" <bs...@so...> To: <dyn...@li...> Sent: Wednesday, November 29, 2000 8:11 AM Subject: [Dynapi-Help] need example of inline with child -please, please, please > I need an inline layer on the page and children to be added to it. But I can't seem to be able to get the children to show up in the inline layer, they always show up further down the page and visible :-( > And I have some links that need to make one of the child layers visible and the other child layers hidden and need an example of that. > -- > Thanks, > Brian Snipes > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Brian S. <bs...@so...> - 2000-11-29 16:11:55
|
I need an inline layer on the page and children to be added to it. But I can't seem to be able to get the children to show up in the inline layer, they always show up further down the page and visible :-( And I have some links that need to make one of the child layers visible and the other child layers hidden and need an example of that. -- Thanks, Brian Snipes |
From: Doug M. <do...@cr...> - 2000-11-29 15:17:37
|
Ah, right. that's it. my mistake. Doug ----- Original Message ----- From: "Matthew Shirey" <PK...@tu...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 4:14 PM Subject: RE: [Dynapi-Help] Problems with IE mousepointer OnClick is not supported on images in Netscape, it is on Links. If you want to make a simple image clickable wrap it in an Anchor tag. Don't forget to set the border attribute of the img tag to 0 to get rid of that nasty blue border. -- Matthew -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Doug Melvin Sent: Tuesday, November 28, 2000 6:12 PM To: dyn...@li... Subject: Re: [Dynapi-Help] Problems with IE mousepointer onCLick is not suppoerted by Netscape... ----- Original Message ----- From: "Scott Andrew LePera" <sc...@sc...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 2:50 PM Subject: Re: [Dynapi-Help] Problems with IE mousepointer The "javascript:" protocol is probably still seen by the browser as being a request. Try using onClick instead and see if that helps. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com "Tomas Källsen" wrote: > > Hi, > > I know this is not really the place to ask this question, but I don't > know where else to post it... with several of my scripts I have a > problem with the IE mousepointer when you click on a link that executes > a script; an hourglas next to the mouse pointer, even though the page > has finished loading. Anyone know the reason for this? This usually > happends when I use "javascript: void(0)" in the HREF of a link. > > Thanks > // Tomas > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Cameron H. <ca...@bi...> - 2000-11-29 12:09:22
|
> Didnt clearly understand : is it Netscape or IE or both thats > giving the > problem ? Neither of them worked when using the DynAPI. I think they would both work using the get method. I tried making an example just using html, no javascript, if I set the name attribute on the iframe tag i can tell the form to target the iframe. I could get a form loaded in an iframe to load the form response into the same iframe (using post), but netscape always loaded the form repsonse into the parent window, not the ilayer. i get the impression that what I want to do is not possible in netscape 4. > I keep 2 frames : one hidden( rows and cols as zero) and the > other as the > main frame. When I want content to be loaded into any widget, > I submit a > form in the hidden frame that then retrieves the HTML content from the > server into a textbox. > Then I use JScript to read this textbox, and update the > widget in the main > frame with the contents of the textbox. So your form response returns an html page with a textbox in it to the hidden frame, and in the text box is the content you want to use to update your widget. I presume that if you are doing this then after you submit the form you run a function that checks for the existence of a textfield in the hidden frame. Is that about right? I thought about trying to use onload, but I can't see how to attach an onload event to the hidden frame without actually putting the onload function in the html that is returned by the form. > > Hi, > > > > I am trying to use loadpanel to firstly load a form from > another html file > > (this works okay). The next thing I want to do is submit > the form using > the > > POST method and have the form response load back into the > loadpanel. I did > I > > test using a plain html version and I could get IE to load the form > response > > into a named IFRAME, I didn't have any success with > Netscape though. I > > haven't managed to get this to work using loadpanel though, > loadpanel > > doesn't appear to name the IFRAME, and even when I tried > hard coding a > name > > in the code, IE still didn't recognise it. > > > > What I want to know is has anyone tried and succeded in doing such a > thing? > > It seems like sending the form data using GET would work, but is it > possible > > using POST? > > > > Thanks, > > > > Cameron. > > > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Pascal B. <pb...@oi...> - 2000-11-29 08:11:52
|
it's on my list of todo's :) Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Scott Andrew LePera Verzonden: woensdag 29 november 2000 8:52 Aan: dyn...@li... Onderwerp: Re: [Dynapi-Help] new to DynApi 2 Yeah, but that's pretty old, though :-) You can probably hack it for your own purposes, though. To the issue of DynLayers having "focus"...you can simulate that by creating a focus manager object. A focus manager has an array that holds DynLayers you assign to it to manage. Then, all you have to do is decide what user actions give a DynLayer focus. For example, you can assign a mousedown eventlistener to a DynLayer that invokes a focus event on the DynLayer. Invoking focus on a DynLayer acitvates the focus manager. The focus manager first checks it's array of DynLayers to make sure it's responsible for the one that was clicked on, then assigns that layer to the "currently focused item" property. So if you want to know which DynLayer has focus, you just get it from the focus manager, something like "FocusManager.currentItem" or something. Okay, somebody build it. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com "Richard :o)" wrote: > > hi, > Scott has a keypress widget here: > http://www.scottandrew.com/dhtml/docs/ > cheers, > Richard:o) > > ----- Original Message ----- > From: "Abel Eduardo Cantú Salas" <abe...@al...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 7:47 PM > Subject: RE: [Dynapi-Help] new to DynApi 2 > > > im in the same situation. We need some more documentation however, i > assume > > we all are very busy people... We have troubles. > > > > well, right now im wondering how to capture keyboard events (using an > > structure similar to events.js) and how to manage (if it is posible) the > > onfocus event... Actually i don't know how to generate onfocus event using > > the cursor arrows, as long as i know, theres no way in wich a DynLayer can > > receive focus. > > > > i remember a tutorial for DynApi that describes the ways of capturing > > keyboard events (im going to it right now)... but what about onfocus? > > somebody can giveme any reference? > > > > thanks!. > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...]On Behalf Of Dave > > Rattray > > Sent: Martes, 28 de Noviembre de 2000 06:46 a.m. > > To: dyn...@li... > > Subject: [Dynapi-Help] new to DynApi 2 > > > > > > I'm new to this version of DynApi and am having trouble getting to grips > > with it. I downloaded the link that Dan provided: > > > > http://fury161.dyndns.org/dynapi-2000.11.07-danwidgets.zip > > > > but didn't see any clear cut files showing me Scrollpane, Scrollbar, > Button, > > Label, ButtonImage and PushPanel. Am I overlooking something? Can someone > > point me in the right direction. > > > > I found the tutorials on dansteinman.com for the original DynAPI dynlayer > > very useful in learning everything but have not found anything like that > so > > far for DynAPI 2. > > > > I need help basically in the knowledge of how images are swapped in this > new > > version within layers and how to do the scroll window. > > > > Help?! > > > > > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > ____________________________________________________________ > > Get your FREE personal .com domain name and > > NAMEzero Personal Portal at: http://www.namezero.com. > > For customer service, mailto:cus...@na.... > > > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Matthew S. <PK...@Tu...> - 2000-11-29 05:53:48
|
I am having a small problem with creating an event listener that will let me know the position of the mouse when I click on a link contained in the layer. Problem is the link is very large and I need the mouse position of where the user clicks. It seems that when the mouse enters the area of the link it stops triggering the "onmousemove" event for the layer. Am I missing something here? Have I set this up wrong? -- Matthew |
From: Max C. <ma...@bi...> - 2000-11-29 03:10:40
|
Thanks, The solution works perfectly with IE, and as that is the main browser = used in this country. (76%) It will do what I need. Thanks for your assistance, Max ----- Original Message -----=20 From: Richard :o)=20 To: dyn...@li...=20 Sent: Tuesday, November 28, 2000 11:45 AM Subject: Re: [Dynapi-Help] Borders hi, You can call all the css features, but they are browser specific, so = the folowing is ok in IE & NS6 but in ns4 the border doesn't render: =20 myDynAPIDiv=3Dnew DynLayer(null,100,400,541,251,"lightslategray") DynAPI.document.addChild(myDynAPIDiv) myDynAPIDiv.css.borderWidth=3D"2px" my DynAPIDiv.css.borderColor=3D"lightsalmon" myDynAPIDiv.css.borderStyle=3D"solid" =20 I've made a "diagnose" widget which shows all the functions & = properties which are available , and will put it on the web when the = code's cleaned up. Cheers, Richard:o) ----- Original Message -----=20 From: Max Campsell=20 To: dyn...@li...=20 Sent: Tuesday, November 28, 2000 9:35 PM Subject: [Dynapi-Help] Borders Hi, I am new to the DynamicAPI, but I am impressed with what I have = tried so far. When using Div's I like to place a colored border. eg: style=3D"BACKGROUND: lightslategray; BORDER-BOTTOM: lightsalmon 2px = solid; BORDER-LEFT: lightsalmon 2px solid; BORDER-RIGHT: lightsalmon 2px = solid; BORDER-TOP: lightsalmon 2px solid; HEIGHT: 251px; LEFT: 27px; = POSITION: absolute; TOP: 45px; WIDTH: 541px" Could you tell me how I can achieve this using the Dynamic Layers? Hope you can assist. Thanks Max Campsell |
From: Raymond S. <dst...@or...> - 2000-11-29 02:09:06
|
Yes, yes.... clear as mud. Lets just hope I "manage" to successfully = pull this "manager" off. ----- Original Message -----=20 From: Brandon Myers=20 To: dyn...@li...=20 Sent: Tuesday, November 28, 2000 5:40 PM Subject: Re: [Dynapi-Help] Curiosity, dyn1 vs dyn2 dragevents. It's smarter to have a manager do that. Much more can be achieved by = delegating a manager to manage z-index (focusing) of dynlayers. Also, = what if we wanted to have several managers.. one for a top-level layer, = and another for MDI layers. (Layers imbeded within the top level layer.) = There could be several toplevel layers, and having a manager for the top = level layers, as well as managers for the layers within the top layers, = when the top level layer is dragged over a 2nd level layer within a = seperate top level layer, then that 2nd level layer is clicked, managers = can be spart enough to notify their parents to shuffel their z-index, as = well as the 2nd level layer. This solves problems of having the layer that you clicked appear above = what is supposed to be a top-level layer, while being within a seperate = top-level layer. Clear as mud? Maybe Scott can explain better.. He's much better at that. ----- Original Message -----=20 From: Raymond Smith=20 To: dyn...@li...=20 Sent: Tuesday, November 28, 2000 8:06 PM Subject: [Dynapi-Help] Curiosity, dyn1 vs dyn2 dragevents. Just curious why the new drag event doesn't have a auto z-sort = function like the old dyn1 version did?=20 |
From: Andrew F. <an...@fo...> - 2000-11-29 02:05:56
|
Thanks, Matthew. At least I know that it isn't me. Drat, I'm going to have to replace all of my DynAPI code... !?! Andrew > -----Original Message----- > I have experienced this as well. I was assuming it was a problem with IE > 5.5. I don't have a fix for you but I thought you might like to know you > are not the only one. My page is quite simple. It only uses one inline > layer. Yet after 15-20 reloads I get the same delay in rendering that you > mentioned. > > -- Matthew > > -----Original Message----- > I'm using the popup widget to display nested menus in a simple web > application, and I'm having a problem with Internet Explorer. Every time I > load the page containing the popup it takes a bit longer to load, > and every > time Internet Explorer 5.5 uses about 2 megs more of RAM. After > loading the > page 15 or 20 times it seems that the page loads instantly from > the server, > but there's a delay of 7 or 8 seconds before the browser displays the top > popup. (This is on a 400MHZ P2.) (IE4.5 on the Mac never does get > enough ram > to display my popups even once. Netscape seems fine.) |
From: Brandon M. <bnd...@ho...> - 2000-11-29 01:39:21
|
It's smarter to have a manager do that. Much more can be achieved by = delegating a manager to manage z-index (focusing) of dynlayers. Also, = what if we wanted to have several managers.. one for a top-level layer, = and another for MDI layers. (Layers imbeded within the top level layer.) = There could be several toplevel layers, and having a manager for the top = level layers, as well as managers for the layers within the top layers, = when the top level layer is dragged over a 2nd level layer within a = seperate top level layer, then that 2nd level layer is clicked, managers = can be spart enough to notify their parents to shuffel their z-index, as = well as the 2nd level layer. This solves problems of having the layer that you clicked appear above = what is supposed to be a top-level layer, while being within a seperate = top-level layer. Clear as mud? Maybe Scott can explain better.. He's much better at that. ----- Original Message -----=20 From: Raymond Smith=20 To: dyn...@li...=20 Sent: Tuesday, November 28, 2000 8:06 PM Subject: [Dynapi-Help] Curiosity, dyn1 vs dyn2 dragevents. Just curious why the new drag event doesn't have a auto z-sort = function like the old dyn1 version did?=20 |
From: Jason W. <jwe...@ci...> - 2000-11-29 01:12:15
|
My list is very long, and the values need to be posted with a form submit, the servlet programmer is going to want something more verbose than an index. I must admit my ignorance, what do you mean by building a custom listener? Thanks, Jason -----Original Message----- From: Dan Steinman <dy...@fu...> To: dyn...@li... <dyn...@li...> Date: Tuesday, November 28, 2000 5:00 PM Subject: Re: [Dynapi-Help] list values instead of list indexes? >I have a partially rewritten List object which needs to be updated a tiny bit to work with the latest DynAPI release. However I think indexes are enough for most cases (though I think it should be returned as an array). You can just build a custom listener, which does whatever you need with the selected indexes. > >Dan > >On Tue, Nov 28, 2000 at 02:32:44PM -0800, Jason Wehmhoener wrote: >> The dynapi example for a multiSelect List does this: >> >> for (i=0;i<mylist.items.length;i++) { >> if (mylist.items[i].selected) str += i+'\n' >> } >> >> What I would like to do is something like this: >> >> for (i=0;i<mylist.items.length;i++) { >> if (mylist.items[i].selected) str += mylist.myvalue+'\n' >> } >> >> With 'myvalue' being the text that is displayed in the list, or better yet, >> an argument defined by mylist.add. >> >> Is something like this possible? >> >> Thanks, >> Jason >> >> _______________________________________________ >> Dynapi-Help mailing list >> Dyn...@li... >> http://lists.sourceforge.net/mailman/listinfo/dynapi-help >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Raymond S. <dst...@or...> - 2000-11-29 01:11:16
|
Just curious why the new drag event doesn't have a auto z-sort function = like the old dyn1 version did?=20 |
From: Jason W. <jwe...@ci...> - 2000-11-29 00:57:23
|
Any particular reason the various widgets aren't linked to from the Dynapi Sourceforge page? I'd be happy to help maintain the page, if it's just a matter of nobody having time to do it. Sorry in advance if there's a good reason for it. Jason -----Original Message----- From: Richard :o) <ma...@ri...> To: dyn...@li... <dyn...@li...> Date: Tuesday, November 28, 2000 4:51 PM Subject: Re: [Dynapi-Help] new to DynApi 2 >hi, >Scott has a keypress widget here: >http://www.scottandrew.com/dhtml/docs/ >cheers, >Richard:o) > >----- Original Message ----- >From: "Abel Eduardo Cantú Salas" <abe...@al...> >To: <dyn...@li...> >Sent: Tuesday, November 28, 2000 7:47 PM >Subject: RE: [Dynapi-Help] new to DynApi 2 > > >> im in the same situation. We need some more documentation however, i >assume >> we all are very busy people... We have troubles. >> >> well, right now im wondering how to capture keyboard events (using an >> structure similar to events.js) and how to manage (if it is posible) the >> onfocus event... Actually i don't know how to generate onfocus event using >> the cursor arrows, as long as i know, theres no way in wich a DynLayer can >> receive focus. >> >> i remember a tutorial for DynApi that describes the ways of capturing >> keyboard events (im going to it right now)... but what about onfocus? >> somebody can giveme any reference? >> >> thanks!. >> >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...]On Behalf Of Dave >> Rattray >> Sent: Martes, 28 de Noviembre de 2000 06:46 a.m. >> To: dyn...@li... >> Subject: [Dynapi-Help] new to DynApi 2 >> >> >> I'm new to this version of DynApi and am having trouble getting to grips >> with it. I downloaded the link that Dan provided: >> >> http://fury161.dyndns.org/dynapi-2000.11.07-danwidgets.zip >> >> but didn't see any clear cut files showing me Scrollpane, Scrollbar, >Button, >> Label, ButtonImage and PushPanel. Am I overlooking something? Can someone >> point me in the right direction. >> >> I found the tutorials on dansteinman.com for the original DynAPI dynlayer >> very useful in learning everything but have not found anything like that >so >> far for DynAPI 2. >> >> I need help basically in the knowledge of how images are swapped in this >new >> version within layers and how to do the scroll window. >> >> Help?! >> >> >> _______________________________________________ >> Dynapi-Help mailing list >> Dyn...@li... >> http://lists.sourceforge.net/mailman/listinfo/dynapi-help >> ____________________________________________________________ >> Get your FREE personal .com domain name and >> NAMEzero Personal Portal at: http://www.namezero.com. >> For customer service, mailto:cus...@na.... >> >> > >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Richard :o\) <ma...@ri...> - 2000-11-29 00:44:59
|
hi, You can call all the css features, but they are browser specific, so the = folowing is ok in IE & NS6 but in ns4 the border doesn't render: myDynAPIDiv=3Dnew DynLayer(null,100,400,541,251,"lightslategray") DynAPI.document.addChild(myDynAPIDiv) myDynAPIDiv.css.borderWidth=3D"2px" my DynAPIDiv.css.borderColor=3D"lightsalmon" myDynAPIDiv.css.borderStyle=3D"solid" I've made a "diagnose" widget which shows all the functions & properties = which are available , and will put it on the web when the code's cleaned = up. Cheers, Richard:o) ----- Original Message -----=20 From: Max Campsell=20 To: dyn...@li...=20 Sent: Tuesday, November 28, 2000 9:35 PM Subject: [Dynapi-Help] Borders Hi, I am new to the DynamicAPI, but I am impressed with what I have tried = so far. When using Div's I like to place a colored border. eg: style=3D"BACKGROUND: lightslategray; BORDER-BOTTOM: lightsalmon 2px = solid; BORDER-LEFT: lightsalmon 2px solid; BORDER-RIGHT: lightsalmon 2px = solid; BORDER-TOP: lightsalmon 2px solid; HEIGHT: 251px; LEFT: 27px; = POSITION: absolute; TOP: 45px; WIDTH: 541px" Could you tell me how I can achieve this using the Dynamic Layers? Hope you can assist. Thanks Max Campsell |
From: Brandon M. <bnd...@ho...> - 2000-11-29 00:37:46
|
Not with the proposed change I sent in an e-mail with the subject line: Re: [Dynapi-Dev] DynDocument Plugin? There is a change which allows DynAPI to not need DynDocument at all. If DynDocument isn't loaded it's assumed that the other scripts on the page would never call getDocument, or use DynAPI.document. As for BrowserCheck, it doesn't rely on DynDocument, so that's a non-issue. If you want to make BrowserCheck also independent, change the resizeHandler to not use is.ns4 in the if statement. Instead, have it check for the layers array. If it exists then perform the netscape specific stuff. Although many other objects rely on browsercheck. One more thing, the resize handler should simply return if DynDocument does not exist. insert at the first line of resizeHandler: if (this.document) return; By Default, DynAPI.document is false, untill it's assigned in the loadHandler. If DynDocument doesn't exist, then it will not change the value from false. ----- Original Message ----- From: "Robert Rainwater" <rra...@ya...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 7:35 AM Subject: Re: [Dynapi-Help] Very Basic question > Hi, > > That is because dyndocument.js and browser.js are required by dynapi.js > in order to work at all. > -- > Robert Rainwater <rra...@ya...> > > On Tue, 28 Nov 2000 10:45:34 +0100 > "David van Coevorden" <da...@on...> wrote: > > > Pascal, > > > > thank you for your reply. The situation is worse however > > Even just running this little snippet runs into an error ("DynDocument is undefined"). > > > > > > <html> > > <head><title>DynAPI2 tutor - creating layers</title> > > <Script language="Javascript" src="../dynacore.dynapi.2000.11.12/js/dynapi.js"></script> > > </head> > > <body> > > </body> > > </html> > > > > Thank you > > > > David > > > > ----- Original Message ----- > > From: Pascal Bestebroer > > To: dyn...@li... > > Sent: Tuesday, November 28, 2000 10:34 AM > > Subject: RE: [Dynapi-Help] Very Basic question > > > > > > Hi, > > > > I think your mixing up versions, the tutorial was created for the DynAPI code, but judging by the path your using your using my Dynacore package.. so you should change the includes to > > > > DynAPI.include('dynacore.*.*') > > > > and not > > > > DynAPI.include('dynapi.*.*') > > > > greets, > > Pascal Bestebroer > > pb...@oi... > > http://www.oibv.com > > -----Oorspronkelijk bericht----- > > Van: dyn...@li... [mailto:dyn...@li...]Namens David van Coevorden > > Verzonden: dinsdag 28 november 2000 10:31 > > Aan: dyn...@li... > > Onderwerp: [Dynapi-Help] Very Basic question > > > > > > Hi > > > > I am just starting to try and use the DynAPI and have a very basic question. I tried to execute the code snipped provided in the first tutorial, namely: > > > > <html> > > <head><title>DynAPI2 tutor - creating layers</title> > > <Script language="Javascript" src="../dynacore.dynapi.2000.11.12/js/dynapi.js"></script> > > <Script language="Javascript"> > > > > DynAPI.setLibraryPath('../js/lib/') > > > > DynAPI.include('dynapi.api.dynlayer.js') > > DynAPI.include('dynapi.api.browser.js') > > DynAPI.include('dynapi.api.dyndocument.js') > > > > DynAPI.onLoad=function() { > > myLayer=new DynLayer() > > myLayer.setSize(100,100) > > myLayer.setBgColor('#c0c0c0') > > myLayer.moveTo(100,100) > > > > DynAPI.document.addChild(myLayer) > > } > > > > </script> > > </head> > > <body> > > </body> > > </html> > > > > Every time I try to view this in a webbrowser I get the error: > > > > "DynDocument is undefined" > > > > I think i put the right paths and all. What's going on? > > > > Any help appreciated, > > > > David > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Raymond S. <dst...@or...> - 2000-11-29 00:36:50
|
It's a known bug... go here for the cure. http://www.web-wise-wizard.com/javascript-tutorials/browser-phantom-busy-cur sor.html ----- Original Message ----- From: "Tomas Källsen" <tom...@ne...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 2:18 PM Subject: [Dynapi-Help] Problems with IE mousepointer > Hi, > > I know this is not really the place to ask this question, but I don't > know where else to post it... with several of my scripts I have a > problem with the IE mousepointer when you click on a link that executes > a script; an hourglas next to the mouse pointer, even though the page > has finished loading. Anyone know the reason for this? This usually > happends when I use "javascript: void(0)" in the HREF of a link. > > Thanks > // Tomas > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Brandon M. <bnd...@ho...> - 2000-11-29 00:24:34
|
Normal links.... I have always been able to apply an onclick handler. either by: document.links[x].onclick=myClickHandler or directly in the HTML with all the prior examples that people have sent. ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 10:10 PM Subject: Re: [Dynapi-Help] Problems with IE mousepointer > um.. then why did I have to write my own event handlers of onclick? > Are we talking normal links here? or some sort of Dynlink? > > ----- Original Message ----- > From: "Brandon Myers" <bnd...@ho...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 3:53 PM > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > > onClick IS supported in Netscape on link objects. > > What are you smokin' man? > > ----- Original Message ----- > From: "Doug Melvin" <do...@cr...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 9:11 PM > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > > > onCLick is not suppoerted by Netscape... > > ----- Original Message ----- > > From: "Scott Andrew LePera" <sc...@sc...> > > To: <dyn...@li...> > > Sent: Tuesday, November 28, 2000 2:50 PM > > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > > > > > The "javascript:" protocol is probably still seen by the browser as > > being a request. Try using onClick instead and see if that helps. > > > > -- > > scott andrew lepera > > ----------------------------------- > > web stuff: www.scottandrew.com > > music stuff: www.walkingbirds.com > > > > > > "Tomas Källsen" wrote: > > > > > > Hi, > > > > > > I know this is not really the place to ask this question, but I don't > > > know where else to post it... with several of my scripts I have a > > > problem with the IE mousepointer when you click on a link that executes > > > a script; an hourglas next to the mouse pointer, even though the page > > > has finished loading. Anyone know the reason for this? This usually > > > happends when I use "javascript: void(0)" in the HREF of a link. > > > > > > Thanks > > > // Tomas > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Scott A. L. <sc...@sc...> - 2000-11-29 00:23:37
|
Yeah, but that's pretty old, though :-) You can probably hack it for your own purposes, though. To the issue of DynLayers having "focus"...you can simulate that by creating a focus manager object. A focus manager has an array that holds DynLayers you assign to it to manage. Then, all you have to do is decide what user actions give a DynLayer focus. For example, you can assign a mousedown eventlistener to a DynLayer that invokes a focus event on the DynLayer. Invoking focus on a DynLayer acitvates the focus manager. The focus manager first checks it's array of DynLayers to make sure it's responsible for the one that was clicked on, then assigns that layer to the "currently focused item" property. So if you want to know which DynLayer has focus, you just get it from the focus manager, something like "FocusManager.currentItem" or something. Okay, somebody build it. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com "Richard :o)" wrote: > > hi, > Scott has a keypress widget here: > http://www.scottandrew.com/dhtml/docs/ > cheers, > Richard:o) > > ----- Original Message ----- > From: "Abel Eduardo Cantú Salas" <abe...@al...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 7:47 PM > Subject: RE: [Dynapi-Help] new to DynApi 2 > > > im in the same situation. We need some more documentation however, i > assume > > we all are very busy people... We have troubles. > > > > well, right now im wondering how to capture keyboard events (using an > > structure similar to events.js) and how to manage (if it is posible) the > > onfocus event... Actually i don't know how to generate onfocus event using > > the cursor arrows, as long as i know, theres no way in wich a DynLayer can > > receive focus. > > > > i remember a tutorial for DynApi that describes the ways of capturing > > keyboard events (im going to it right now)... but what about onfocus? > > somebody can giveme any reference? > > > > thanks!. > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...]On Behalf Of Dave > > Rattray > > Sent: Martes, 28 de Noviembre de 2000 06:46 a.m. > > To: dyn...@li... > > Subject: [Dynapi-Help] new to DynApi 2 > > > > > > I'm new to this version of DynApi and am having trouble getting to grips > > with it. I downloaded the link that Dan provided: > > > > http://fury161.dyndns.org/dynapi-2000.11.07-danwidgets.zip > > > > but didn't see any clear cut files showing me Scrollpane, Scrollbar, > Button, > > Label, ButtonImage and PushPanel. Am I overlooking something? Can someone > > point me in the right direction. > > > > I found the tutorials on dansteinman.com for the original DynAPI dynlayer > > very useful in learning everything but have not found anything like that > so > > far for DynAPI 2. > > > > I need help basically in the knowledge of how images are swapped in this > new > > version within layers and how to do the scroll window. > > > > Help?! > > > > > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > ____________________________________________________________ > > Get your FREE personal .com domain name and > > NAMEzero Personal Portal at: http://www.namezero.com. > > For customer service, mailto:cus...@na.... > > > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Matthew S. <PK...@Tu...> - 2000-11-29 00:14:21
|
OnClick is not supported on images in Netscape, it is on Links. If you want to make a simple image clickable wrap it in an Anchor tag. Don't forget to set the border attribute of the img tag to 0 to get rid of that nasty blue border. -- Matthew -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Doug Melvin Sent: Tuesday, November 28, 2000 6:12 PM To: dyn...@li... Subject: Re: [Dynapi-Help] Problems with IE mousepointer onCLick is not suppoerted by Netscape... ----- Original Message ----- From: "Scott Andrew LePera" <sc...@sc...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 2:50 PM Subject: Re: [Dynapi-Help] Problems with IE mousepointer The "javascript:" protocol is probably still seen by the browser as being a request. Try using onClick instead and see if that helps. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com "Tomas Källsen" wrote: > > Hi, > > I know this is not really the place to ask this question, but I don't > know where else to post it... with several of my scripts I have a > problem with the IE mousepointer when you click on a link that executes > a script; an hourglas next to the mouse pointer, even though the page > has finished loading. Anyone know the reason for this? This usually > happends when I use "javascript: void(0)" in the HREF of a link. > > Thanks > // Tomas > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Doug M. <do...@cr...> - 2000-11-29 00:12:10
|
um.. then why did I have to write my own event handlers of onclick? Are we talking normal links here? or some sort of Dynlink? ----- Original Message ----- From: "Brandon Myers" <bnd...@ho...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 3:53 PM Subject: Re: [Dynapi-Help] Problems with IE mousepointer onClick IS supported in Netscape on link objects. What are you smokin' man? ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 9:11 PM Subject: Re: [Dynapi-Help] Problems with IE mousepointer > onCLick is not suppoerted by Netscape... > ----- Original Message ----- > From: "Scott Andrew LePera" <sc...@sc...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 2:50 PM > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > > The "javascript:" protocol is probably still seen by the browser as > being a request. Try using onClick instead and see if that helps. > > -- > scott andrew lepera > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > > > "Tomas Källsen" wrote: > > > > Hi, > > > > I know this is not really the place to ask this question, but I don't > > know where else to post it... with several of my scripts I have a > > problem with the IE mousepointer when you click on a link that executes > > a script; an hourglas next to the mouse pointer, even though the page > > has finished loading. Anyone know the reason for this? This usually > > happends when I use "javascript: void(0)" in the HREF of a link. > > > > Thanks > > // Tomas > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Richard :o\) <ma...@ri...> - 2000-11-28 23:58:52
|
hi, Scott has a keypress widget here: http://www.scottandrew.com/dhtml/docs/ cheers, Richard:o) ----- Original Message ----- From: "Abel Eduardo Cantú Salas" <abe...@al...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 7:47 PM Subject: RE: [Dynapi-Help] new to DynApi 2 > im in the same situation. We need some more documentation however, i assume > we all are very busy people... We have troubles. > > well, right now im wondering how to capture keyboard events (using an > structure similar to events.js) and how to manage (if it is posible) the > onfocus event... Actually i don't know how to generate onfocus event using > the cursor arrows, as long as i know, theres no way in wich a DynLayer can > receive focus. > > i remember a tutorial for DynApi that describes the ways of capturing > keyboard events (im going to it right now)... but what about onfocus? > somebody can giveme any reference? > > thanks!. > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Dave > Rattray > Sent: Martes, 28 de Noviembre de 2000 06:46 a.m. > To: dyn...@li... > Subject: [Dynapi-Help] new to DynApi 2 > > > I'm new to this version of DynApi and am having trouble getting to grips > with it. I downloaded the link that Dan provided: > > http://fury161.dyndns.org/dynapi-2000.11.07-danwidgets.zip > > but didn't see any clear cut files showing me Scrollpane, Scrollbar, Button, > Label, ButtonImage and PushPanel. Am I overlooking something? Can someone > point me in the right direction. > > I found the tutorials on dansteinman.com for the original DynAPI dynlayer > very useful in learning everything but have not found anything like that so > far for DynAPI 2. > > I need help basically in the knowledge of how images are swapped in this new > version within layers and how to do the scroll window. > > Help?! > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > ____________________________________________________________ > Get your FREE personal .com domain name and > NAMEzero Personal Portal at: http://www.namezero.com. > For customer service, mailto:cus...@na.... > > |
From: Brandon M. <bnd...@ho...> - 2000-11-28 23:51:59
|
onClick IS supported in Netscape on link objects. What are you smokin' man? ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 9:11 PM Subject: Re: [Dynapi-Help] Problems with IE mousepointer > onCLick is not suppoerted by Netscape... > ----- Original Message ----- > From: "Scott Andrew LePera" <sc...@sc...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 2:50 PM > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > > The "javascript:" protocol is probably still seen by the browser as > being a request. Try using onClick instead and see if that helps. > > -- > scott andrew lepera > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > > > "Tomas Källsen" wrote: > > > > Hi, > > > > I know this is not really the place to ask this question, but I don't > > know where else to post it... with several of my scripts I have a > > problem with the IE mousepointer when you click on a link that executes > > a script; an hourglas next to the mouse pointer, even though the page > > has finished loading. Anyone know the reason for this? This usually > > happends when I use "javascript: void(0)" in the HREF of a link. > > > > Thanks > > // Tomas > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Scott A. L. <sc...@sc...> - 2000-11-28 23:33:49
|
Huh? onClick is certainly supported by Netscape: <a href="#" onClick="someFunction(); return false;">Click me</a> The return false should prevent the page from chasing the "#" href. You can also set onclick with scripting: document.links[x].onclick = someFunction -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com Doug Melvin wrote: > > onCLick is not suppoerted by Netscape... > ----- Original Message ----- > From: "Scott Andrew LePera" <sc...@sc...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 2:50 PM > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > The "javascript:" protocol is probably still seen by the browser as > being a request. Try using onClick instead and see if that helps. > > -- > scott andrew lepera > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > > "Tomas Källsen" wrote: > > > > Hi, > > > > I know this is not really the place to ask this question, but I don't > > know where else to post it... with several of my scripts I have a > > problem with the IE mousepointer when you click on a link that executes > > a script; an hourglas next to the mouse pointer, even though the page > > has finished loading. Anyone know the reason for this? This usually > > happends when I use "javascript: void(0)" in the HREF of a link. > > > > Thanks > > // Tomas > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Scott A. L. <sc...@sc...> - 2000-11-28 23:21:58
|
Brandon's BorderFactory object also creates nice borders, regardless of widget type. And I think IlMaestro's IbsBoldLayer will create a nice 3D effect. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |