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: Richard :o <ma...@ri...> - 2000-12-10 15:42:49
|
hi, Looks very good as usual; * Maybe you can update section 2.3 , forum is dead. This info is not = consequent with 2.1 * Section 4, is this resource still being used? are bug posts/fixes & = patches etc kept up to date, or is it all mailing list/CVS now? * In 5.3 you reference 2.2 for forums, should be 2.1 I think. Richard :) ----- Original Message -----=20 From: Pascal Bestebroer=20 To: Help=20 Sent: Sunday, December 10, 2000 12:28 PM Subject: [Dynapi-Help] F.A.Q. updated I just updated the F.A.Q. and uploaded it to my site http://www.dynamic-core.net/core/files/faq.dynapi2.html I also included it here as attachment.. One of the things that should = be added is a topic about the CVS part, but I think Dan or Robert know = more about that, and can add that :) It could be added to chapter 4 (4.3) if you want I can add it, but I = need some info on how to set it up under linux, windows and if possible = Mac. This new f.a.q. now also uses the W3C style sheet, giving it a nicer = look. If there's more to add to the f.a.q. please let me know. cya, Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Pascal B. <pa...@dy...> - 2000-12-10 14:51:21
|
another update to the f.a.q. I added the CVS topic (using Robert's posting) and a few other topics (like Mac support). Still planning on adding "code" questions, but seeing that most questions in the mailinglist are about widgets that are still evolving it will be hard task (and I've typed enough for today :) If someone could add "Using CVS on Linux" and maybe "Using CVS on Mac" in there, we will have that topic covered. cya, Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Tal O. <oro...@id...> - 2000-12-10 11:31:09
|
Hi, I'm new to DynAPI 2, so I hope my question is not that stupid: I'm building a slideshow application I need to load an Image on screen and then, start preloading all the = others in its category. But I want to refered to it with-in a Div. from what I've understand, I need to : 1. Create a parent DynLayer 2. using setHTML( 2.1- insert the DIV using DynInline 2.2- insert with <IMG> with in the DIV 3. Display the new Layer But how do I change the img.src within this DIV? Thx Tal |
From: Pascal B. <pa...@dy...> - 2000-12-10 11:24:36
|
I just updated the F.A.Q. and uploaded it to my site http://www.dynamic-core.net/core/files/faq.dynapi2.html I also included it here as attachment.. One of the things that should be added is a topic about the CVS part, but I think Dan or Robert know more about that, and can add that :) It could be added to chapter 4 (4.3) if you want I can add it, but I need some info on how to set it up under linux, windows and if possible Mac. This new f.a.q. now also uses the W3C style sheet, giving it a nicer look. If there's more to add to the f.a.q. please let me know. cya, Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Peter L. <com...@op...> - 2000-12-10 07:59:13
|
Nuno You are on the right track. In ColdFusion there is a problem with database access and variable referencing in the xxx.cfm in the setHTML("xxx.cfm"). Perhaps the same problem also exists in PHP and ASP :-}~ I call another object that does all the database stuff in xxx.cfm using the <cfmodule> tag, subsequently returning pure HTML that you want to load into the panel. Perhaps there is an equivalent on your platform. Regards Peter Luxmore Nuno Ferreira wrote: > It works, as long as the code is client-side. > For instance PHP or ASP code is treated as text > because the file is not processed by the server. > > I'm trying to find a way to use the setHTML() > to get a PHP file processed by the server and > displayed on the page (on a layer, of course) > without reloading the whole page. > > I think I can do that in Explorer, using a Iframe. > (frame.location="file.php") and copy the HTML > produced to a string and setHTML("string") to a layer. > > Not sure how to do that in NS4+, though because each > layer on NS4 is treated like a new document, maybe there's > hope yet. > > NunoF > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Matthew > Shirey > Sent: quinta-feira, 7 de Dezembro de 2000 20:13 > To: dyn...@li... > Subject: RE: [Dynapi-Help] html links inside loadpanel documents > > Well... does javascript in the loaded page actually get executed? I thought > it was just treated as HTML Text... > > M. > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Mark Pratt > Sent: Wednesday, December 06, 2000 6:45 AM > To: dyn...@li... > Subject: Re: [Dynapi-Help] html links inside loadpanel documents > > I was thinking of something along the lines of .... > > In original document > > someLayer.setHTML ( 'someWebPage.html?layer=someLayer' ) ; > > In "someWebPage.html" > > theParam = <-- code to parse out URL (can't remember what the JS code for > this is, but > there is a function to do it ) --> > > document.write ( "<a href='#' onClick='" + theParam + > ".setHTML(\'myNewPage.html\')'>My > Link</a> > > .. if you know what I mean. > > Mark > > Cameron Hart wrote: > > > > I'm not sure if this is what you're looking for, but why not try > > > something like ... > > > > > > <a href="#" onClick="whateverLayer.setHTML('page.html')">My Link</a> > > > > > > If you don't know what whateverLayer is in adavnce, you could use > > > document.write to change the name of the layer. > > > > that works if you know what whatevenLayer is, but unfortunately I don't. I > > thought that the document loaded into the loadpanel would know what > > whateverLayer is (ie the layer it got loaded into) but it doesn't seem to. > > > > I'm not what you mean by using document.write to change the name of the > > layer? > > > > Thanks, > > > > Cameron. > > > > > > > > Let me know if you come across a better solution, or indeed if > > > anyone has come across a > > > solution to submitting a form and giving it a target inside a loadpanel. > > > > > > Mark > > > > > > Cameron Hart wrote: > > > > > > > I've got a question about links inside html files loaded into a > > > loadpanel. > > > > > > > > I am building a site that uses multiple loadpanels at the same time. > All > > > > these loadpanels contain external html documents. Some of these > > > documents > > > > have links in them. If you click on a link in a document loaded in a > > > > loadpanel, it loads the new page over the top of the main > > > window, not into > > > > the loadpanel. That's not good ;-) > > > > > > > > I've tried making the links javascript calls to call a setURL > > > to load a new > > > > document in the same loadpanel. The problem is that the > > > document inside the > > > > loadpanel doesn't seem to be "aware" of what loadpanel it is > > > in. It's parent > > > > appears to be the top level DynDocument, not the LoadPanel object. > > > > > > > > Does anyone have any ideas on how I can tell a document loaded into a > > > > loadpanel, this is your loadpanel, use setURL on this? > > > > > > > > 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 > > > > _______________________________________________ > > 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: Robert R. <rra...@ya...> - 2000-12-09 06:12:59
|
To add a scrollbar you just use: var sbar = this.addChild(new ScrollBar(1)); If you are not inside of a DynLayer just replace "this" with the dynlayer obj. sbar will be set to the scrollbar so you can use all of the methods of the scrollbar, etc on sbar. -- // Robert Rainwater On 12/8/2000, 10:39:31 AM EST, Nuno wrote about "[Dynapi-Help] Scrollbar (or skinsslider)": > I tried to add them as a Child object of a normal layer, (which would be > very convenient) but it doesn't seem to > work. > Anyway, because the scroll object is a DynLayer, with all it's methods > available, I just use > scrollobject.moveTo, scrollobject.moveBy, scrollobject.setVisible, etc, to > "tie" them to the layer > that I want to scroll. The setVisible is particulary good when you working > with different sizes of text > and several files because you only want the scroll bars to appear if the > layer needs scrolling (i.e. the > height of the text is greater than the height of the layer). > best, > NunoF > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Doug Melvin > Sent: sexta-feira, 8 de Dezembro de 2000 2:51 > To: dynapi-help > Subject: [Dynapi-Help] Scrollbar (or skinsslider) > um, I don't want to sound like an idiot (too late, I know) > but, how do I actually USE the scroll bars? The examples I have found > show how to create and position the scrollabars, but not how to tie them > to a layer.. > help? > Doug Melvin |
From: Robert R. <rra...@ya...> - 2000-12-09 05:00:15
|
Put it in the dynapi/ext/ directory and say: DynAPI.include(dynapi.ext.glide.js) A good idea would be to convert this to glideanim using the pathanim as the base class. -- // Robert Rainwater On 12/8/2000, 7:23:00 PM EST, Matthew wrote about "[Dynapi-Help] glideTo?": > Thanks much! Could you possibly provide a really simple example of the use? > Also could you show how you include it? I am trying: > DynAPI.include('glide.js', "../../include/"); > But this does not seem to fly... thanks, > M. > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of David C. Bros > Sent: Friday, December 08, 2000 3:20 PM > To: dyn...@li... > Subject: Re: [Dynapi-Help] glideTo? > Hi! > Here is attached a modified glide.js to use it in the DynAPI2. > ----- Original Message ----- > From: "Matthew Shirey" <PK...@tu...> > To: "Dynapi-Help" <dyn...@li...> > Sent: Friday, December 08, 2000 11:47 PM > Subject: [Dynapi-Help] glideTo? >> Hi All, >> >> At one point somewhere in my looking around through the DynAPI itself or >> someone elses widgets I came across a glideTo() method that basically did >> the same thing as slideTo() but had adjustable start and stop velocities. >> You could make layers move and ease in or out. Could someone push me the >> right direction? All I need to know is where this thing is and I cannot >> seem to find it now. Thanks! >> >> >> M. >> >> _______________________________________________ >> 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-12-09 00:23:10
|
Thanks much! Could you possibly provide a really simple example of the use? Also could you show how you include it? I am trying: DynAPI.include('glide.js', "../../include/"); But this does not seem to fly... thanks, M. -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of David C. Bros Sent: Friday, December 08, 2000 3:20 PM To: dyn...@li... Subject: Re: [Dynapi-Help] glideTo? Hi! Here is attached a modified glide.js to use it in the DynAPI2. ----- Original Message ----- From: "Matthew Shirey" <PK...@tu...> To: "Dynapi-Help" <dyn...@li...> Sent: Friday, December 08, 2000 11:47 PM Subject: [Dynapi-Help] glideTo? > Hi All, > > At one point somewhere in my looking around through the DynAPI itself or > someone elses widgets I came across a glideTo() method that basically did > the same thing as slideTo() but had adjustable start and stop velocities. > You could make layers move and ease in or out. Could someone push me the > right direction? All I need to know is where this thing is and I cannot > seem to find it now. Thanks! > > > M. > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: David C. B. <da...@em...> - 2000-12-08 23:23:48
|
Hi! Here is attached a modified glide.js to use it in the DynAPI2. ----- Original Message ----- From: "Matthew Shirey" <PK...@tu...> To: "Dynapi-Help" <dyn...@li...> Sent: Friday, December 08, 2000 11:47 PM Subject: [Dynapi-Help] glideTo? > Hi All, > > At one point somewhere in my looking around through the DynAPI itself or > someone elses widgets I came across a glideTo() method that basically did > the same thing as slideTo() but had adjustable start and stop velocities. > You could make layers move and ease in or out. Could someone push me the > right direction? All I need to know is where this thing is and I cannot > seem to find it now. Thanks! > > > M. > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Matthew S. <PK...@Tu...> - 2000-12-08 22:47:29
|
Hi All, At one point somewhere in my looking around through the DynAPI itself or someone elses widgets I came across a glideTo() method that basically did the same thing as slideTo() but had adjustable start and stop velocities. You could make layers move and ease in or out. Could someone push me the right direction? All I need to know is where this thing is and I cannot seem to find it now. Thanks! M. |
From: Matthew S. <PK...@Tu...> - 2000-12-08 22:21:00
|
THAT IS PERFECT! Works great! Thanks! I only have to worry about NS on the Windows. We don't support NS on the Mac because of its' Java limitations. Again, much thanks! M. -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Joachim Lundgren Sent: Thursday, December 07, 2000 9:38 PM To: dyn...@li... Subject: RE: [Dynapi-Help] NS and Scrollbars I don't know if this works on anything other than Win - set the width/height of the document yourself: document.width=<pixels> document.height=<pixels> Another way to go about it would be to have the content on-screen, but invisible. /Lunna At 2000-12-08 00:22 , you wrote: >Oh man that is SO not an option that thing is so incompatible with the Macs. >Damn this is really a problem... I have 3/4 of my stuff hanging off the page >with no way to get to it. > >M. > >-----Original Message----- >From: dyn...@li... >[mailto:dyn...@li...]On Behalf Of Doug Melvin >Sent: Thursday, December 07, 2000 5:56 PM >To: dyn...@li... >Subject: Re: [Dynapi-Help] NS and Scrollbars > >Yes indeed. >Use the Scroll widget. >There is no other solution that I am aware of. >:-) >Doug Melvin > >----- Original Message ----- >From: "Matthew Shirey" <PK...@tu...> >To: "Dynapi-Help" <dyn...@li...> >Sent: Thursday, December 07, 2000 2:22 PM >Subject: [Dynapi-Help] NS and Scrollbars > > >> Hey all, >> >> Having a bit of a problem with Netscape. I have a long list of inline >> layers that I have created. I position these layer with some of them >being >> off of the visible area of the browser. Problem is, NS is not putting any >> scrollbars up. Any ideas? >> >> M. >> >> _______________________________________________ >> 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: Jason W. <Jas...@tr...> - 2000-12-08 19:00:55
|
I just wanted to send a short note to thank all those that responded to a wannabe coder. In most newsgroups/mailing lists, the guru's and/or regulars wouldn't even think of helping out a newbie. In this case, a lot of the guru's sent me email and I feel like I have a great foundation to launch from. Hopefully, I can become proficient enough to actually help this project in the future. The people of this mailing list are fabulous and this is what makes the DynAPI project great! Keep up the good work! Once again, thank you for all of your help! Jason W. Willer ->-----Original Message----- ->From: Pascal Bestebroer [mailto:pb...@oi...] ->Sent: Thursday, December 07, 2000 11:48 PM ->To: dyn...@li... ->Subject: RE: [Dynapi-Help] DynAPI Guru Question -> -> ->I learned DHTML coding thru Dan's work :) I started helping ->out on this ->project (january this year.. has it been that long!? ;) -> ->And just looked at the code trying to understand it, I never ->read a book ->about javascript or dhtml just looking at examples and other ->peoples code ->should point you in the right way. -> ->Take the code of the DynAPI, and try to see what happens starting with ->simple functions like creating a new DynLayer, follow the ->stream of the code ->and you'll eventually know where to find tihngs and after ->that you'll also ->know what every function actually does. -> -> ->Pascal Bestebroer ->pb...@oi... ->http://www.oibv.com -> ->_______________________________________________ ->Dynapi-Help mailing list ->Dyn...@li... ->http://lists.sourceforge.net/mailman/listinfo/dynapi-help -> |
From: Mark H. <mha...@ha...> - 2000-12-08 18:43:36
|
confirm 808677 |
From: Brandon M. <bnd...@ho...> - 2000-12-08 17:08:49
|
Not so much a typo, as a neglect to fully modify for downgrading to previous API versions. I did, though, specify this as a problem in the code in my e-mail. ----- Original Message ----- From: "Scott Andrew LePera" <sc...@sc...> To: <dyn...@li...> Cc: <gm...@51...> Sent: Wednesday, December 06, 2000 1:11 PM Subject: Re: [Dynapi-Help] loadHTML > Hi Max, I think I found the problem: > > One, a typo in loadHTML: > > DynAPI.dyndoc > > should be: > > DynAPI.document > > Also, you'll notice that in loadHTML the loadqueue eventlistener is only > added to the base dyndocument: > > DynAPI.document.addEventListener(lqLoadEvent) > > So this may need to be reworked if you have multiple dyndocuments, like > in your second example. > > > -- > scott andrew lepera > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Nuno F. <nun...@wi...> - 2000-12-08 15:39:11
|
I tried to add them as a Child object of a normal layer, (which would be very convenient) but it doesn't seem to work. Anyway, because the scroll object is a DynLayer, with all it's methods available, I just use scrollobject.moveTo, scrollobject.moveBy, scrollobject.setVisible, etc, to "tie" them to the layer that I want to scroll. The setVisible is particulary good when you working with different sizes of text and several files because you only want the scroll bars to appear if the layer needs scrolling (i.e. the height of the text is greater than the height of the layer). best, NunoF -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Doug Melvin Sent: sexta-feira, 8 de Dezembro de 2000 2:51 To: dynapi-help Subject: [Dynapi-Help] Scrollbar (or skinsslider) um, I don't want to sound like an idiot (too late, I know) but, how do I actually USE the scroll bars? The examples I have found show how to create and position the scrollabars, but not how to tie them to a layer.. help? Doug Melvin |
From: Nuno F. <nun...@wi...> - 2000-12-08 15:34:21
|
Don't worry about ASP. I use PHP and you probably don't like it much :) I figured as much. I already was using a IFrame to do that in Explorer on all my BackOffice applications. I can see where that is an advantage, you probably use small asp files, each one just doing the necessary db access to get the data you want. How do you hide the frame? Just put in 100% height on the main frame? NunoF -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Doug Melvin Sent: sexta-feira, 8 de Dezembro de 2000 2:48 To: dyn...@li... Subject: Re: [Dynapi-Help] Scroll2 and List just a thought.. but in my db based applications, I don't reload the page even once.. I use dynamic html to hold the data, then, when I need to update the data, I load an asp (yes, I use asp..) in a hidden frame which generates some javascript which sets the values in the layers in the main document.. ... Doug Melvin ----- Original Message ----- From: "Nuno Ferreira" <nun...@wi...> To: <dyn...@li...> Sent: Wednesday, December 06, 2000 3:45 PM Subject: RE: [Dynapi-Help] Scroll2 and List > Exactly my thoughts! > "Dynamic DHTML" would be a very good name for it! :)))) > > Actually I'm working on the same field, just using a different > method. PHP not ColdFusion. > > But the real strenght of Dynamic DHTML :) is in personalization, > and minimizing the typical number of reloads necessary on a database > driven page. > > > best, > > NunoF > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Nuno F. <nun...@wi...> - 2000-12-08 15:22:54
|
It works, as long as the code is client-side. For instance PHP or ASP code is treated as text because the file is not processed by the server. I'm trying to find a way to use the setHTML() to get a PHP file processed by the server and displayed on the page (on a layer, of course) without reloading the whole page. I think I can do that in Explorer, using a Iframe. (frame.location="file.php") and copy the HTML produced to a string and setHTML("string") to a layer. Not sure how to do that in NS4+, though because each layer on NS4 is treated like a new document, maybe there's hope yet. NunoF -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Matthew Shirey Sent: quinta-feira, 7 de Dezembro de 2000 20:13 To: dyn...@li... Subject: RE: [Dynapi-Help] html links inside loadpanel documents Well... does javascript in the loaded page actually get executed? I thought it was just treated as HTML Text... M. -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Mark Pratt Sent: Wednesday, December 06, 2000 6:45 AM To: dyn...@li... Subject: Re: [Dynapi-Help] html links inside loadpanel documents I was thinking of something along the lines of .... In original document someLayer.setHTML ( 'someWebPage.html?layer=someLayer' ) ; In "someWebPage.html" theParam = <-- code to parse out URL (can't remember what the JS code for this is, but there is a function to do it ) --> document.write ( "<a href='#' onClick='" + theParam + ".setHTML(\'myNewPage.html\')'>My Link</a> .. if you know what I mean. Mark Cameron Hart wrote: > > I'm not sure if this is what you're looking for, but why not try > > something like ... > > > > <a href="#" onClick="whateverLayer.setHTML('page.html')">My Link</a> > > > > If you don't know what whateverLayer is in adavnce, you could use > > document.write to change the name of the layer. > > that works if you know what whatevenLayer is, but unfortunately I don't. I > thought that the document loaded into the loadpanel would know what > whateverLayer is (ie the layer it got loaded into) but it doesn't seem to. > > I'm not what you mean by using document.write to change the name of the > layer? > > Thanks, > > Cameron. > > > > > Let me know if you come across a better solution, or indeed if > > anyone has come across a > > solution to submitting a form and giving it a target inside a loadpanel. > > > > Mark > > > > Cameron Hart wrote: > > > > > I've got a question about links inside html files loaded into a > > loadpanel. > > > > > > I am building a site that uses multiple loadpanels at the same time. All > > > these loadpanels contain external html documents. Some of these > > documents > > > have links in them. If you click on a link in a document loaded in a > > > loadpanel, it loads the new page over the top of the main > > window, not into > > > the loadpanel. That's not good ;-) > > > > > > I've tried making the links javascript calls to call a setURL > > to load a new > > > document in the same loadpanel. The problem is that the > > document inside the > > > loadpanel doesn't seem to be "aware" of what loadpanel it is > > in. It's parent > > > appears to be the top level DynDocument, not the LoadPanel object. > > > > > > Does anyone have any ideas on how I can tell a document loaded into a > > > loadpanel, this is your loadpanel, use setURL on this? > > > > > > 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 > > _______________________________________________ > 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: Nuno F. <nun...@wi...> - 2000-12-08 15:15:37
|
Isn't there a setStyle() function on the DynAPI that let's you change the css properties manually? Maybe you should try that, to see if it changes the Z-Index... NunoF -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Matthew Shirey Sent: quinta-feira, 7 de Dezembro de 2000 20:24 To: Dynapi-Help Subject: [Dynapi-Help] setZIndex Hey all, I am writing a small widget for reordering a list objects. I was using drag-drop but ran into too many incompatibilities on the Mac. Anyway, each object has an up/down arrow on it. When you click on the arrows the object slides in that direction and trades places with the item that was in the target position. This all works great. Didn't even take as long to write as I thought it would. My problem is, setZIndex() does not appear to work at all. I am using inline layers for the objects so I am wondering if this is part of the problem. I would like the focus object to stay on top. The whole thing really does work just fine now, but it would add that extra touch if I could keep the focus object on top. Has anyone else had problems with setZIndex() and inline layers? -- Matthew |
From: Informazioni I. <hen...@po...> - 2000-12-08 11:24:38
|
Thank you for the help provided! In fact it was so: using the src all works fine. I want to make another question: if I want to use the compressed jar (it's very important for me to have the less "bytes" as I can to download for the users!) how must I do? I've seen such jar in the js directory, but I don't know how to use them instead of the src files... They are much smaller!!! Thanks in advance as everytime (hey folks, you're very gentle!!!) Henrik Sozzi, Innovaweb by Poliware S.r.l. |
From: Pascal B. <pb...@oi...> - 2000-12-08 07:58:09
|
1) It's the idea that only developers (and admins) are using CVS for updating and stuff, that's why there's a developers section. Ofcourse this means that everybody wants to join the developers list which is something I think we (the developers and admins) should get some pointers for.. because adding everybody to the developers list is a large task, and maybe we should then just open CVS up completely. 2) Good point, the best thing would be to get a list of important fixes and modifications.. I think Dan's the initial guy to specify those things, and maybe we should start a thread for other people to add ideas (not discuss them, just add your ideas for now) .. We can then start and discuss the ideas and get a list of bugs and ideas for a next release (after Robert uploads this one). 3) I think the mailing list is proving an excellent location for bug fixes and bug reports.. it's a bit hectic with so many mails, but I for one rather see them in this list then on a forum (or worse in my personal mail.. hint, hint :-) 4) Maybe we can setup an ftp site at sourceforge (Robert?) but I personally don't mind the attachments, there usually not big (only a few kb, that's like having a gif-logo in your email signature). I think nobody uses those other lists :) Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Richard :o Verzonden: vrijdag 8 december 2000 8:35 Aan: dyn...@li... Onderwerp: [Dynapi-Help] Repost: Who should use CVS etc Hi, i posted these questions last week, but with very limited response, it seems everyone is in the mood for answering newby questions today, so maybe you'll give mine a try? A few questions: Is it the idea that everybody following this project makes their changes through CVS, or only the admins/developers. How do we know who has done what, or what they are working on at the moment? Is it not possible to put different compact tasks up for the takers, who take the job, and keep the list up to date on their work? I find it a bit of a waste to hear Dan is spending one or two days putting semi-colons at the end of all the lines. Is it best just to submit bugreports here (mailinglist) ? Do the developers mind other people debugging their code, or prefer a bugreport? Isn't it usually considered bad netiquette to send attachments with your mail, (or is this less important now most people have fast connections/machines) especially as you can't get the attachments on the web interface. Isn't there anywhere (ftp or so) where anyone (not only admins) can upload a file. And what's wrong with the mailing lists, only help and dev seem to work. Back to work now... cheers, Richard:o) |
From: Pascal B. <pb...@oi...> - 2000-12-08 07:47:49
|
I learned DHTML coding thru Dan's work :) I started helping out on this project (january this year.. has it been that long!? ;) And just looked at the code trying to understand it, I never read a book about javascript or dhtml just looking at examples and other peoples code should point you in the right way. Take the code of the DynAPI, and try to see what happens starting with simple functions like creating a new DynLayer, follow the stream of the code and you'll eventually know where to find tihngs and after that you'll also know what every function actually does. Pascal Bestebroer pb...@oi... http://www.oibv.com |
From: Joachim L. <lu...@ho...> - 2000-12-08 05:38:04
|
I don't know if this works on anything other than Win - set the width/height of the document yourself: document.width=<pixels> document.height=<pixels> Another way to go about it would be to have the content on-screen, but invisible. /Lunna At 2000-12-08 00:22 , you wrote: >Oh man that is SO not an option that thing is so incompatible with the Macs. >Damn this is really a problem... I have 3/4 of my stuff hanging off the page >with no way to get to it. > >M. > >-----Original Message----- >From: dyn...@li... >[mailto:dyn...@li...]On Behalf Of Doug Melvin >Sent: Thursday, December 07, 2000 5:56 PM >To: dyn...@li... >Subject: Re: [Dynapi-Help] NS and Scrollbars > >Yes indeed. >Use the Scroll widget. >There is no other solution that I am aware of. >:-) >Doug Melvin > >----- Original Message ----- >From: "Matthew Shirey" <PK...@tu...> >To: "Dynapi-Help" <dyn...@li...> >Sent: Thursday, December 07, 2000 2:22 PM >Subject: [Dynapi-Help] NS and Scrollbars > > >> Hey all, >> >> Having a bit of a problem with Netscape. I have a long list of inline >> layers that I have created. I position these layer with some of them >being >> off of the visible area of the browser. Problem is, NS is not putting any >> scrollbars up. Any ideas? >> >> M. >> >> _______________________________________________ >> 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-12-08 04:06:41
|
i just realised, you probably forgot to change /js/ to /src/ in an existing doc. <Script language="Javascript" src="../src/dynapi.js"></script> DynAPI.setLibraryPath('../src/lib/') to use the uncompressed files. ----- Original Message ----- From: "Richard :o" <ma...@ri...> To: <dyn...@li...> Sent: Thursday, December 07, 2000 2:14 AM Subject: Re: [Dynapi-Help] DynAPI seems don't work with Netscape 4.73 > hi, > I just tested the latest snapshot of dynapi.zip, and it's fine on NS 4.08, > apart from a few minor bugs I'll post later. > Richard :o) > > ----- Original Message ----- > From: "Henrik Sozzi" <he...@ti...> > To: "Dynapi-Help" <dyn...@li...> > Sent: Thursday, December 07, 2000 7:46 PM > Subject: [Dynapi-Help] DynAPI seems don't work with Netscape 4.73 > > > > I'm sure that's something I've done in a wrong way, but the examples > > included in the last package (dynapi.zip) don't want to work correctly > with > > netscape 4.73. The error it throws is a missing ";" . I'll copy the debug > > informations: > > > > JavaScript Error: > > file:///C|/Inetpub/wwwroot/riva1920/js/dynapi.js, line 1: > > > > missing ; before statement. > > > > 1.2" > > > src="'+path+pckg+'/'+groupname+'/'+realsrc+'"><\/script>');}}onload=DynAPI.l > > > oadHandler;onunload=DynAPI.unloadHandler;onresize=DynAPI.resizeHandler;DynAP > > > I.document=false;DynAPI.addPackage('dynapi');DynAPI.addLibrary('dynapi.api', > > ["dynlayer.js","browse > > ..................................................................^ > > > > JavaScript Error: > > file:/C|/Inetpub/wwwroot/riva1920/examples/dynapi.api.mouseevents.htm, > > line 12: > > > > DynAPI is not defined. > > > > > > I want to use that magnificent project in my portal, but netscape > > compatibility is necessary! > > Can anyone help me? > > > > Thanks in advance, > > Henrik Sozzi. > > > > _______________________________________________ > > 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: Richard :o <ma...@ri...> - 2000-12-08 03:22:20
|
Hi, i posted these questions last week, but with very limited response, = it seems everyone is=20 in the mood for answering newby questions today, so maybe you'll give = mine a try? A few questions: Is it the idea that everybody following this project makes their changes = through CVS, or only the admins/developers. How do we know who has done what, or what they are working on at the = moment? Is it not possible to put different compact tasks up for the = takers, who take the job, and keep the list up to date on their work? I find it a bit of a = waste to hear Dan is spending one or two days putting semi-colons at the end of all the lines. =20 Is it best just to submit bugreports here (mailinglist) ? Do the developers mind other people debugging their code, or prefer a = bugreport? Isn't it usually considered bad netiquette to send attachments with your = mail, (or=20 is this less important now most people have fast connections/machines) = especially=20 as you can't get the attachments on the web interface. Isn't there = anywhere (ftp or so) where anyone (not only admins) can upload a file. And what's wrong with the mailing lists, only help and dev seem to work. Back to work now... cheers, Richard:o) |
From: Richard :o <ma...@ri...> - 2000-12-08 03:04:52
|
hi, Yes I have, I found sometimes you have to do layer.setZIndex(+1) or (-1), and in NS I had to set both layers, the lower one and the top one. Richard :) ----- Original Message ----- From: "Matthew Shirey" <PK...@tu...> To: "Dynapi-Help" <dyn...@li...> Sent: Thursday, December 07, 2000 9:24 PM Subject: [Dynapi-Help] setZIndex > Hey all, > > I am writing a small widget for reordering a list objects. I was using > drag-drop but ran into too many incompatibilities on the Mac. Anyway, each > object has an up/down arrow on it. When you click on the arrows the object > slides in that direction and trades places with the item that was in the > target position. This all works great. Didn't even take as long to write > as I thought it would. My problem is, setZIndex() does not appear to work > at all. I am using inline layers for the objects so I am wondering if this > is part of the problem. I would like the focus object to stay on top. The > whole thing really does work just fine now, but it would add that extra > touch if I could keep the focus object on top. Has anyone else had problems > with setZIndex() and inline layers? > > -- Matthew > > _______________________________________________ > 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.... > > |