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: Martin W. <mwe...@pl...> - 2003-11-06 12:01:36
|
Hi,=20 I am an old fan, thanks alot for this fine project.=20 I am using DynAPI for web.mapping solutions since 2002. Expamles can be s= een=20 at http://www.umweltdaten.landsh.de/atlas/ using DynAPI 2.6 for a zoom-bo= x, a=20 rolodex-like themes menu, a measure tool and the content change of maps=20 display , legend , etc. An example for DynAPI 3x can be seen at http://mapserver.pangaea.de/. The= =20 zoombox was much easier to do now with the 'setAnchor'-method. I also see= =20 that the cross-browser capabilities have very much improved. I must suppo= rt=20 browsers such as Konqueror and Safari. Safari works very nice. It got problems with the query result window, but= =20 these are not dynapi-related. (you query stations and profiles east off=20 Greenland. As for Konqueror: I am testing with version 3.0.3 and had best results wh= en I=20 forced it to claim it's IE5.5 on Win (you can set UA with Konqueror).=20 Should I do anything about dynapi.ua to reflect my findings? Thanks, Martin --=20 --- Martin Weinelt=20 --- kk+w - digital cartography=20 --- Kiel, Germany --- Tel: +49.431.5791165 --- http://www.planiglobe.com=20 |
From: Raymond I. <xw...@ya...> - 2003-11-06 03:19:08
|
I see what the problem is. Google and the others does not include the script: <script language="Javascript"> if (typeof(parent.dynapi)=='object') parent.LoadPanel.notify(this); else if (typeof(dynapi)=='object') LoadPanel.notify(this); </script> This is needed inside the pages that the load panel will load. This needs to be fixed. -- Raymond Irving --- Jesse Vitrone <je...@6t...> wrote: > Thanks for the suggestion Doug, but I tried that, > with and without the > http and I can't get it to work. > > Here's slightly modified version of the load panel > example I changed to > of the links on the left to try: > http://www.google.com > ane > www.google.com > > http://www.6thgearsoftware.com/dynapi3x/examples/dynapi.gui.loadpanel.html > > Any ideas why this isn't working? Am I using it > wrong? > > Thanks, > Jesse > > Doug Melvin wrote: > > >One of the purposes of the loadpanel is to load > external pages. > >Simply set the url of the page you want to load. > > > >If it doen's work, try the url with and without the > "http://" > > > >----- Original Message ----- > >From: "Jesse Vitrone" <je...@6t...> > >To: <dyn...@li...> > >Sent: Wednesday, November 05, 2003 9:49 AM > >Subject: [Dynapi-Help] Load Panel with http:// url > > > > > > > > > >>Is there a way to set the url for a Load Panel to > a remote url like > >>http://google.com ? > >> > >>If not, is there a good way to make a layer with > an external page? > >> > >>I tried to make one my having a layer with an > iframe on it, and that > >>works OK, but has some problems, if there's no > other good way to do > >>this, maybe I'll post the problems that I'm having > and see if someone > >>has some good answers. > >> > >>Thanks in advance, > >> Jesse > >> > >> > >> > >>------------------------------------------------------- > >>This SF.net email is sponsored by: SF.net Giveback > Program. > >>Does SourceForge.net help you be more productive? > Does it > >>help you create better code? SHARE THE LOVE, and > help us help > >>YOU! Click Here: http://sourceforge.net/donate/ > >>_______________________________________________ > >>Dynapi-Help mailing list > >>Dyn...@li... > >>https://lists.sourceforge.net/lists/listinfo/dynapi-help > >> > >> > >> > > > > > >--- > >Outgoing mail is certified Virus Free. > >Checked by AVG anti-virus system > (http://www.grisoft.com). > >Version: 6.0.536 / Virus Database: 331 - Release > Date: 11/3/03 > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: SF.net Giveback > Program. > >Does SourceForge.net help you be more productive? > Does it > >help you create better code? SHARE THE LOVE, and > help us help > >YOU! Click Here: http://sourceforge.net/donate/ > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |
From: Jesse V. <je...@6t...> - 2003-11-05 23:37:19
|
Thanks for the suggestion Doug, but I tried that, with and without the http and I can't get it to work. Here's slightly modified version of the load panel example I changed to of the links on the left to try: http://www.google.com ane www.google.com http://www.6thgearsoftware.com/dynapi3x/examples/dynapi.gui.loadpanel.html Any ideas why this isn't working? Am I using it wrong? Thanks, Jesse Doug Melvin wrote: >One of the purposes of the loadpanel is to load external pages. >Simply set the url of the page you want to load. > >If it doen's work, try the url with and without the "http://" > >----- Original Message ----- >From: "Jesse Vitrone" <je...@6t...> >To: <dyn...@li...> >Sent: Wednesday, November 05, 2003 9:49 AM >Subject: [Dynapi-Help] Load Panel with http:// url > > > > >>Is there a way to set the url for a Load Panel to a remote url like >>http://google.com ? >> >>If not, is there a good way to make a layer with an external page? >> >>I tried to make one my having a layer with an iframe on it, and that >>works OK, but has some problems, if there's no other good way to do >>this, maybe I'll post the problems that I'm having and see if someone >>has some good answers. >> >>Thanks in advance, >> Jesse >> >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: SF.net Giveback Program. >>Does SourceForge.net help you be more productive? Does it >>help you create better code? SHARE THE LOVE, and help us help >>YOU! Click Here: http://sourceforge.net/donate/ >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >>https://lists.sourceforge.net/lists/listinfo/dynapi-help >> >> >> > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.536 / Virus Database: 331 - Release Date: 11/3/03 > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Jesse V. <je...@6t...> - 2003-11-05 15:38:58
|
I tried to change the example in dynapi.gui.loadpanel.html I replaced: <a href="javascript:lp.setURL('loadpanel/file2.html')">file 2</a><br> with this: <a href="javascript:lp.setURL('http://google.com')">file 2</a><br> and nothing loads when I click the link. It also seems to break the other ones after I click the one I changed, although I'm not seeing any errors on Firebird's JS Console. Should this work? I also tried http://google.com/index.html think that it might need the actual html file listed, but got the same results. Jesse Raymond Irving wrote: >The setURL() function on the LoadPanel shoul work >fine. > >-- >Raymond Irving > > >--- Jesse Vitrone <je...@6t...> wrote: > > >>Is there a way to set the url for a Load Panel to a >>remote url like >>http://google.com ? >> >>If not, is there a good way to make a layer with an >>external page? >> >>I tried to make one my having a layer with an iframe >>on it, and that >>works OK, but has some problems, if there's no other >>good way to do >>this, maybe I'll post the problems that I'm having >>and see if someone >>has some good answers. >> >>Thanks in advance, >> Jesse >> >> >> >> >> >> >------------------------------------------------------- > > >>This SF.net email is sponsored by: SF.net Giveback >>Program. >>Does SourceForge.net help you be more productive? >>Does it >>help you create better code? SHARE THE LOVE, and >>help us help >>YOU! Click Here: http://sourceforge.net/donate/ >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >> >> >> >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > >__________________________________ >Do you Yahoo!? >Protect your identity with Yahoo! Mail AddressGuard >http://antispam.yahoo.com/whatsnewfree > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Doug M. <do...@cr...> - 2003-11-05 15:17:11
|
One of the purposes of the loadpanel is to load external pages. Simply set the url of the page you want to load. If it doen's work, try the url with and without the "http://" ----- Original Message ----- From: "Jesse Vitrone" <je...@6t...> To: <dyn...@li...> Sent: Wednesday, November 05, 2003 9:49 AM Subject: [Dynapi-Help] Load Panel with http:// url > Is there a way to set the url for a Load Panel to a remote url like > http://google.com ? > > If not, is there a good way to make a layer with an external page? > > I tried to make one my having a layer with an iframe on it, and that > works OK, but has some problems, if there's no other good way to do > this, maybe I'll post the problems that I'm having and see if someone > has some good answers. > > Thanks in advance, > Jesse > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.536 / Virus Database: 331 - Release Date: 11/3/03 |
From: Doug M. <do...@cr...> - 2003-11-05 15:16:47
|
One of the purposes of the loadpanel is to load external pages. Simply set the url of the page you want to load. If it doen's work, try the url with and without the "http://" ----- Original Message ----- From: "Jesse Vitrone" <je...@6t...> To: <dyn...@li...> Sent: Wednesday, November 05, 2003 9:49 AM Subject: [Dynapi-Help] Load Panel with http:// url > Is there a way to set the url for a Load Panel to a remote url like > http://google.com ? > > If not, is there a good way to make a layer with an external page? > > I tried to make one my having a layer with an iframe on it, and that > works OK, but has some problems, if there's no other good way to do > this, maybe I'll post the problems that I'm having and see if someone > has some good answers. > > Thanks in advance, > Jesse > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.536 / Virus Database: 331 - Release Date: 11/3/03 |
From: Raymond I. <xw...@ya...> - 2003-11-05 15:06:18
|
The setURL() function on the LoadPanel shoul work fine. -- Raymond Irving --- Jesse Vitrone <je...@6t...> wrote: > Is there a way to set the url for a Load Panel to a > remote url like > http://google.com ? > > If not, is there a good way to make a layer with an > external page? > > I tried to make one my having a layer with an iframe > on it, and that > works OK, but has some problems, if there's no other > good way to do > this, maybe I'll post the problems that I'm having > and see if someone > has some good answers. > > Thanks in advance, > Jesse > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > Does SourceForge.net help you be more productive? > Does it > help you create better code? SHARE THE LOVE, and > help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |
From: Jesse V. <je...@6t...> - 2003-11-05 14:46:46
|
Is there a way to set the url for a Load Panel to a remote url like http://google.com ? If not, is there a good way to make a layer with an external page? I tried to make one my having a layer with an iframe on it, and that works OK, but has some problems, if there's no other good way to do this, maybe I'll post the problems that I'm having and see if someone has some good answers. Thanks in advance, Jesse |
From: Bruce T. <blu...@ya...> - 2003-10-30 17:06:12
|
Does it auto-size now? And can it auto size w/an inline div? --- Peter Romianowski <ant...@gm...> wrote: > > Hi! > > > > Peter have updated the Panelbar js file and panelbar-stacker > example. > > Great! > > > Just some documentation to do left but that will come. > > I will update it soon. > > Regards, > Peter > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Peter R. <ant...@gm...> - 2003-10-30 13:52:59
|
> Hi! > > Peter have updated the Panelbar js file and panelbar-stacker example. Great! > Just some documentation to do left but that will come. I will update it soon. Regards, Peter |
From: Daniel T. <de...@ti...> - 2003-10-29 23:17:44
|
Hi! Peter have updated the Panelbar js file and panelbar-stacker example. Just some documentation to do left but that will come. Regards Daniel |
From: Bruce T. <blu...@ya...> - 2003-10-29 19:06:47
|
Yeah. Exactly. It gives it an appearance as if it is all happening on thier machine rather than over the internet. Next Sunday, go to one of the nfl.com game stats pages and watch. It is actually quite nice the way they do it. --- Raymond Irving <xw...@ya...> wrote: > > Ok so the idea is to not let the user know that the > page is being updated? They should just see the > change? > > -- > Raymond Irving > > --- Bruce Tennant <blu...@ya...> wrote: > > I get the same hidden behavior in both IE and > > Mozilla. I can't ever > > recall being asked to install a java applet. > > > > I was just curious. They do have a ton java script > > on those pages, > > some of it is compress (white space removed). > > > > > > --- Doug Melvin <do...@cr...> wrote: > > > danged email went out blank again.. grrr.. > > > > > > Anyways, I believe that the asker wanted to _hide_ > > the client-server > > > comm > > > from the user. > > > > > > nfl.com's behavior was submitted as an example of > > the preferred > > > behavior. > > > > > > I have no advice in this area. All I can recall is > > having used frames > > > in the > > > past for this.. > > > > > > Also keep in mind the possibility (or even > > likelihood) that nfl.com > > > uses > > > java or active-x for communications. > > > Or even could use the built in XML support in IE. > > > > > > > > > ----- Original Message ----- > > > From: "Raymond Irving" <xw...@ya...> > > > To: <dyn...@li...> > > > Sent: Wednesday, October 29, 2003 9:21 AM > > > Subject: Re: [Dynapi-Help] How to load/refresh > > w/out seeing it in the > > > browser busy icon > > > > > > > > > > > > > > Ok. I don't know why it don't show the busy > > cursor. I > > > > for one don't like it when the busy icon moves > > and the > > > > busy cursor is shown. > > > > > > > > What you can do is display a small layer showing > > that > > > > the system is fetching data from the server. > > That way > > > > the viewers will now that data is been fetched > > from > > > > the server. You could display a floating layer > > to the > > > > bottom-right of the browser. > > > > > > > > -- > > > > Raymond Irving > > > > > > > > --- Bruce Tennant <blu...@ya...> wrote: > > > > > My web site currently uses an IOelement to > > retrieve > > > > > updates from the > > > > > server. This works well enough, but I was > > wondering > > > > > if it is possible > > > > > w/DynAPI to make it invisible to the user? > > > > > > > > > > The example I have is nfl.com. If you go to > > nfl.com > > > > > and then to a game > > > > > stats page, you'll see the game data and > > league > > > > > scores update > > > > > frequently but never see the busy window move > > (the > > > > > icon in upper right > > > > > corner). You can't tell that the page is > > fetching > > > > > more data from the > > > > > server. > > > > > > > > > > Any ideas? Is this possible w/DynAPI? > > > > > > > > > > > > > > > ===== > > > > > www.bluewolverine.com > > > > > > > > > > __________________________________ > > > > > Do you Yahoo!? > > > > > Exclusive Video Premiere - Britney Spears > > > > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.net email is sponsored by: The SF.net > > > > > Donation Program. > > > > > Do you like what SourceForge.net is doing for > > the > > > > > Open > > > > > Source Community? Make a contribution, and > > help us > > > > > add new > > > > > features and functionality. Click here: > > > > > http://sourceforge.net/donate/ > > > > > > > _______________________________________________ > > > > > Dynapi-Help mailing list > > > > > Dyn...@li... > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > Exclusive Video Premiere - Britney Spears > > > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: SF.net > > Giveback Program. > > > > Does SourceForge.net help you be more > > productive? Does it > > > > help you create better code? SHARE THE LOVE, > > and help us help > > > > YOU! Click Here: http://sourceforge.net/donate/ > > > > _______________________________________________ > > > > Dynapi-Help mailing list > > > > Dyn...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > --- > > > Outgoing mail is certified Virus Free. > > > Checked by AVG anti-virus system > > (http://www.grisoft.com). > > > Version: 6.0.530 / Virus Database: 325 - Release > > Date: 10/22/03 > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: SF.net Giveback > > Program. > > > Does SourceForge.net help you be more productive? > > Does it > > > help you create better code? SHARE THE LOVE, and > > help us help > > > YOU! Click Here: http://sourceforge.net/donate/ > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > ===== > > www.bluewolverine.com > > > > __________________________________ > > Do you Yahoo!? > > Exclusive Video Premiere - Britney Spears > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > > Program. > > Does SourceForge.net help you be more productive? > > Does it > > help you create better code? SHARE THE LOVE, and > > help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > === message truncated === ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Doug M. <do...@cr...> - 2003-10-29 17:54:30
|
I do believe so. Bruce? From the orig message: >My web site currently uses an IOelement to >retrieve updates from the > server. This works well enough, but I was > wondering if it is possible > w/DynAPI to make it invisible to the user? ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, October 29, 2003 12:37 PM Subject: Re: [Dynapi-Help] How to load/refresh w/out seeing it in the browser busy icon > > Ok so the idea is to not let the user know that the > page is being updated? They should just see the > change? > > -- > Raymond Irving > > --- Bruce Tennant <blu...@ya...> wrote: > > I get the same hidden behavior in both IE and > > Mozilla. I can't ever > > recall being asked to install a java applet. > > > > I was just curious. They do have a ton java script > > on those pages, > > some of it is compress (white space removed). > > > > > > --- Doug Melvin <do...@cr...> wrote: > > > danged email went out blank again.. grrr.. > > > > > > Anyways, I believe that the asker wanted to _hide_ > > the client-server > > > comm > > > from the user. > > > > > > nfl.com's behavior was submitted as an example of > > the preferred > > > behavior. > > > > > > I have no advice in this area. All I can recall is > > having used frames > > > in the > > > past for this.. > > > > > > Also keep in mind the possibility (or even > > likelihood) that nfl.com > > > uses > > > java or active-x for communications. > > > Or even could use the built in XML support in IE. > > > > > > > > > ----- Original Message ----- > > > From: "Raymond Irving" <xw...@ya...> > > > To: <dyn...@li...> > > > Sent: Wednesday, October 29, 2003 9:21 AM > > > Subject: Re: [Dynapi-Help] How to load/refresh > > w/out seeing it in the > > > browser busy icon > > > > > > > > > > > > > > Ok. I don't know why it don't show the busy > > cursor. I > > > > for one don't like it when the busy icon moves > > and the > > > > busy cursor is shown. > > > > > > > > What you can do is display a small layer showing > > that > > > > the system is fetching data from the server. > > That way > > > > the viewers will now that data is been fetched > > from > > > > the server. You could display a floating layer > > to the > > > > bottom-right of the browser. > > > > > > > > -- > > > > Raymond Irving > > > > > > > > --- Bruce Tennant <blu...@ya...> wrote: > > > > > My web site currently uses an IOelement to > > retrieve > > > > > updates from the > > > > > server. This works well enough, but I was > > wondering > > > > > if it is possible > > > > > w/DynAPI to make it invisible to the user? > > > > > > > > > > The example I have is nfl.com. If you go to > > nfl.com > > > > > and then to a game > > > > > stats page, you'll see the game data and > > league > > > > > scores update > > > > > frequently but never see the busy window move > > (the > > > > > icon in upper right > > > > > corner). You can't tell that the page is > > fetching > > > > > more data from the > > > > > server. > > > > > > > > > > Any ideas? Is this possible w/DynAPI? > > > > > > > > > > > > > > > ===== > > > > > www.bluewolverine.com > > > > > > > > > > __________________________________ > > > > > Do you Yahoo!? > > > > > Exclusive Video Premiere - Britney Spears > > > > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.net email is sponsored by: The SF.net > > > > > Donation Program. > > > > > Do you like what SourceForge.net is doing for > > the > > > > > Open > > > > > Source Community? Make a contribution, and > > help us > > > > > add new > > > > > features and functionality. Click here: > > > > > http://sourceforge.net/donate/ > > > > > > > _______________________________________________ > > > > > Dynapi-Help mailing list > > > > > Dyn...@li... > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > Exclusive Video Premiere - Britney Spears > > > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: SF.net > > Giveback Program. > > > > Does SourceForge.net help you be more > > productive? Does it > > > > help you create better code? SHARE THE LOVE, > > and help us help > > > > YOU! Click Here: http://sourceforge.net/donate/ > > > > _______________________________________________ > > > > Dynapi-Help mailing list > > > > Dyn...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > --- > > > Outgoing mail is certified Virus Free. > > > Checked by AVG anti-virus system > > (http://www.grisoft.com). > > > Version: 6.0.530 / Virus Database: 325 - Release > > Date: 10/22/03 > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: SF.net Giveback > > Program. > > > Does SourceForge.net help you be more productive? > > Does it > > > help you create better code? SHARE THE LOVE, and > > help us help > > > YOU! Click Here: http://sourceforge.net/donate/ > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > ===== > > www.bluewolverine.com > > > > __________________________________ > > Do you Yahoo!? > > Exclusive Video Premiere - Britney Spears > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > > Program. > > Does SourceForge.net help you be more productive? > > Does it > > help you create better code? SHARE THE LOVE, and > > help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > __________________________________ > Do you Yahoo!? > Exclusive Video Premiere - Britney Spears > http://launch.yahoo.com/promos/britneyspears/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 |
From: Raymond I. <xw...@ya...> - 2003-10-29 17:37:55
|
Ok so the idea is to not let the user know that the page is being updated? They should just see the change? -- Raymond Irving --- Bruce Tennant <blu...@ya...> wrote: > I get the same hidden behavior in both IE and > Mozilla. I can't ever > recall being asked to install a java applet. > > I was just curious. They do have a ton java script > on those pages, > some of it is compress (white space removed). > > > --- Doug Melvin <do...@cr...> wrote: > > danged email went out blank again.. grrr.. > > > > Anyways, I believe that the asker wanted to _hide_ > the client-server > > comm > > from the user. > > > > nfl.com's behavior was submitted as an example of > the preferred > > behavior. > > > > I have no advice in this area. All I can recall is > having used frames > > in the > > past for this.. > > > > Also keep in mind the possibility (or even > likelihood) that nfl.com > > uses > > java or active-x for communications. > > Or even could use the built in XML support in IE. > > > > > > ----- Original Message ----- > > From: "Raymond Irving" <xw...@ya...> > > To: <dyn...@li...> > > Sent: Wednesday, October 29, 2003 9:21 AM > > Subject: Re: [Dynapi-Help] How to load/refresh > w/out seeing it in the > > browser busy icon > > > > > > > > > > Ok. I don't know why it don't show the busy > cursor. I > > > for one don't like it when the busy icon moves > and the > > > busy cursor is shown. > > > > > > What you can do is display a small layer showing > that > > > the system is fetching data from the server. > That way > > > the viewers will now that data is been fetched > from > > > the server. You could display a floating layer > to the > > > bottom-right of the browser. > > > > > > -- > > > Raymond Irving > > > > > > --- Bruce Tennant <blu...@ya...> wrote: > > > > My web site currently uses an IOelement to > retrieve > > > > updates from the > > > > server. This works well enough, but I was > wondering > > > > if it is possible > > > > w/DynAPI to make it invisible to the user? > > > > > > > > The example I have is nfl.com. If you go to > nfl.com > > > > and then to a game > > > > stats page, you'll see the game data and > league > > > > scores update > > > > frequently but never see the busy window move > (the > > > > icon in upper right > > > > corner). You can't tell that the page is > fetching > > > > more data from the > > > > server. > > > > > > > > Any ideas? Is this possible w/DynAPI? > > > > > > > > > > > > ===== > > > > www.bluewolverine.com > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > Exclusive Video Premiere - Britney Spears > > > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: The SF.net > > > > Donation Program. > > > > Do you like what SourceForge.net is doing for > the > > > > Open > > > > Source Community? Make a contribution, and > help us > > > > add new > > > > features and functionality. Click here: > > > > http://sourceforge.net/donate/ > > > > > _______________________________________________ > > > > Dynapi-Help mailing list > > > > Dyn...@li... > > > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > __________________________________ > > > Do you Yahoo!? > > > Exclusive Video Premiere - Britney Spears > > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: SF.net > Giveback Program. > > > Does SourceForge.net help you be more > productive? Does it > > > help you create better code? SHARE THE LOVE, > and help us help > > > YOU! Click Here: http://sourceforge.net/donate/ > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system > (http://www.grisoft.com). > > Version: 6.0.530 / Virus Database: 325 - Release > Date: 10/22/03 > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > Program. > > Does SourceForge.net help you be more productive? > Does it > > help you create better code? SHARE THE LOVE, and > help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > ===== > www.bluewolverine.com > > __________________________________ > Do you Yahoo!? > Exclusive Video Premiere - Britney Spears > http://launch.yahoo.com/promos/britneyspears/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > Does SourceForge.net help you be more productive? > Does it > help you create better code? SHARE THE LOVE, and > help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Bruce T. <blu...@ya...> - 2003-10-29 16:31:28
|
I get the same hidden behavior in both IE and Mozilla. I can't ever recall being asked to install a java applet. I was just curious. They do have a ton java script on those pages, some of it is compress (white space removed). --- Doug Melvin <do...@cr...> wrote: > danged email went out blank again.. grrr.. > > Anyways, I believe that the asker wanted to _hide_ the client-server > comm > from the user. > > nfl.com's behavior was submitted as an example of the preferred > behavior. > > I have no advice in this area. All I can recall is having used frames > in the > past for this.. > > Also keep in mind the possibility (or even likelihood) that nfl.com > uses > java or active-x for communications. > Or even could use the built in XML support in IE. > > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Wednesday, October 29, 2003 9:21 AM > Subject: Re: [Dynapi-Help] How to load/refresh w/out seeing it in the > browser busy icon > > > > > > Ok. I don't know why it don't show the busy cursor. I > > for one don't like it when the busy icon moves and the > > busy cursor is shown. > > > > What you can do is display a small layer showing that > > the system is fetching data from the server. That way > > the viewers will now that data is been fetched from > > the server. You could display a floating layer to the > > bottom-right of the browser. > > > > -- > > Raymond Irving > > > > --- Bruce Tennant <blu...@ya...> wrote: > > > My web site currently uses an IOelement to retrieve > > > updates from the > > > server. This works well enough, but I was wondering > > > if it is possible > > > w/DynAPI to make it invisible to the user? > > > > > > The example I have is nfl.com. If you go to nfl.com > > > and then to a game > > > stats page, you'll see the game data and league > > > scores update > > > frequently but never see the busy window move (the > > > icon in upper right > > > corner). You can't tell that the page is fetching > > > more data from the > > > server. > > > > > > Any ideas? Is this possible w/DynAPI? > > > > > > > > > ===== > > > www.bluewolverine.com > > > > > > __________________________________ > > > Do you Yahoo!? > > > Exclusive Video Premiere - Britney Spears > > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: The SF.net > > > Donation Program. > > > Do you like what SourceForge.net is doing for the > > > Open > > > Source Community? Make a contribution, and help us > > > add new > > > features and functionality. Click here: > > > http://sourceforge.net/donate/ > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > __________________________________ > > Do you Yahoo!? > > Exclusive Video Premiere - Britney Spears > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback Program. > > Does SourceForge.net help you be more productive? Does it > > help you create better code? SHARE THE LOVE, and help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Doug M. <do...@cr...> - 2003-10-29 15:28:45
|
danged email went out blank again.. grrr.. Anyways, I believe that the asker wanted to _hide_ the client-server comm from the user. nfl.com's behavior was submitted as an example of the preferred behavior. I have no advice in this area. All I can recall is having used frames in the past for this.. Also keep in mind the possibility (or even likelihood) that nfl.com uses java or active-x for communications. Or even could use the built in XML support in IE. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, October 29, 2003 9:21 AM Subject: Re: [Dynapi-Help] How to load/refresh w/out seeing it in the browser busy icon > > Ok. I don't know why it don't show the busy cursor. I > for one don't like it when the busy icon moves and the > busy cursor is shown. > > What you can do is display a small layer showing that > the system is fetching data from the server. That way > the viewers will now that data is been fetched from > the server. You could display a floating layer to the > bottom-right of the browser. > > -- > Raymond Irving > > --- Bruce Tennant <blu...@ya...> wrote: > > My web site currently uses an IOelement to retrieve > > updates from the > > server. This works well enough, but I was wondering > > if it is possible > > w/DynAPI to make it invisible to the user? > > > > The example I have is nfl.com. If you go to nfl.com > > and then to a game > > stats page, you'll see the game data and league > > scores update > > frequently but never see the busy window move (the > > icon in upper right > > corner). You can't tell that the page is fetching > > more data from the > > server. > > > > Any ideas? Is this possible w/DynAPI? > > > > > > ===== > > www.bluewolverine.com > > > > __________________________________ > > Do you Yahoo!? > > Exclusive Video Premiere - Britney Spears > > http://launch.yahoo.com/promos/britneyspears/ > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net > > Donation Program. > > Do you like what SourceForge.net is doing for the > > Open > > Source Community? Make a contribution, and help us > > add new > > features and functionality. Click here: > > http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > __________________________________ > Do you Yahoo!? > Exclusive Video Premiere - Britney Spears > http://launch.yahoo.com/promos/britneyspears/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 |
From: Doug M. <do...@cr...> - 2003-10-29 15:20:11
|
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 |
From: Raymond I. <xw...@ya...> - 2003-10-29 14:21:18
|
Ok. I don't know why it don't show the busy cursor. I for one don't like it when the busy icon moves and the busy cursor is shown. What you can do is display a small layer showing that the system is fetching data from the server. That way the viewers will now that data is been fetched from the server. You could display a floating layer to the bottom-right of the browser. -- Raymond Irving --- Bruce Tennant <blu...@ya...> wrote: > My web site currently uses an IOelement to retrieve > updates from the > server. This works well enough, but I was wondering > if it is possible > w/DynAPI to make it invisible to the user? > > The example I have is nfl.com. If you go to nfl.com > and then to a game > stats page, you'll see the game data and league > scores update > frequently but never see the busy window move (the > icon in upper right > corner). You can't tell that the page is fetching > more data from the > server. > > Any ideas? Is this possible w/DynAPI? > > > ===== > www.bluewolverine.com > > __________________________________ > Do you Yahoo!? > Exclusive Video Premiere - Britney Spears > http://launch.yahoo.com/promos/britneyspears/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Bruce T. <blu...@ya...> - 2003-10-28 01:54:28
|
My web site currently uses an IOelement to retrieve updates from the server. This works well enough, but I was wondering if it is possible w/DynAPI to make it invisible to the user? The example I have is nfl.com. If you go to nfl.com and then to a game stats page, you'll see the game data and league scores update frequently but never see the busy window move (the icon in upper right corner). You can't tell that the page is fetching more data from the server. Any ideas? Is this possible w/DynAPI? ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Raymond I. <xw...@ya...> - 2003-10-27 13:23:23
|
I think that's how the loadpanel should work. If you where using an Iframe it would have done the same thing. -- Raymond Irving --- Arijit Das <ad...@pr...> wrote: > The loadpanel in 3.0 seems to pick up the background > color of the page > being loaded, or defaults to white if none is set. > The loadpanel in > 2.5.7 used to keep a clear background unless the > loadpanel had a > background color set. Is there any way to retrieve > the old behavior? > I've tried commenting out the following lines: > > var bg = this._loadElm.document.bgColor; > if (bg) this.setBgColor(bg); > > in the p_notify2 function in loadpanel.js, but it > didn't make any > difference. I noticed that the new loadpanel reads > the header of the > file being loaded, instead of starting after the > body tag. I'm guessing > this is why the background color shows up. > > Thanks as always... > > Arijit > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Arijit D. <ad...@pr...> - 2003-10-27 04:13:59
|
The loadpanel in 3.0 seems to pick up the background color of the page being loaded, or defaults to white if none is set. The loadpanel in 2.5.7 used to keep a clear background unless the loadpanel had a background color set. Is there any way to retrieve the old behavior? I've tried commenting out the following lines: var bg = this._loadElm.document.bgColor; if (bg) this.setBgColor(bg); in the p_notify2 function in loadpanel.js, but it didn't make any difference. I noticed that the new loadpanel reads the header of the file being loaded, instead of starting after the body tag. I'm guessing this is why the background color shows up. Thanks as always... Arijit |
From: Raymond I. <xw...@ya...> - 2003-10-26 16:14:03
|
DynAPI 3.0 still uses event listeners. Its the EventListener class that has been deprecated. The new event listener is just a simple js object. So for lp to trigger the onload use: var el = {}; el.onload = function foo () { //do some stuff; }; lp.addEventListener(el); Only dynapi.onLoad and layer.onCreate and layer.onPreCreate events are used as you've mentioned below. -- Raymond Irving --- Arijit Das <ad...@pr...> wrote: > Hi All, > > I just started learning dynapi 3.0 (from 2.5.7) and > I'm trying to get my > bearings. I've been reading the documentation > (greatly improved since > 2.5.7), but there is something I can't figure out: > > Now that the onload event has been changed and event > listeners have been > deprecated, how do I time something to when a > loadpanel finishes loading? > > I've tried > > lp.onLoad(foo); > function foo () { > //do some stuff; > } > > where lp is the loadpanel. I've tried putting that > code in the init > function, where init is called by > dynapi.onLoad(init), and I've tried > putting it outside of the init function. Neither > works. > > Any help is greatly appreciated, as always! > > Thanks, > Arijit > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Raymond I. <xw...@ya...> - 2003-10-26 16:00:51
|
Try using: lyr.setAnchor({centerV:0,centerH:0}) or lyr.setAnchor({centerV:lyr.getHeight()/2,centerH:lyr.getWidth()/2}) -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Okey, is there any way to acomplish this by using > anchor? > > Need to have a layer in the middle of the page that > is exactly 500,500 > pixels. > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Raymond > Irving > Sent: den 26 oktober 2003 16:42 > To: dyn...@li... > Subject: RE: [Dynapi-Help] Width and Height > > > > you can only call dynapi.document.getWidth/Height > after that page has been loaded > > -- > Raymond Irving > > --- Daniel Tiru <de...@ti...> wrote: > > This solution dont work for me, am i doing > something > > wrong, or are you > > completly sure? > > > > Try to make: > > alert(dynapi.document.getWidth()): > > After adding all childs ie: > > > > <body bgcolor="#000738" style="overflow:hidden" > > topmargin="0" > > leftmargin="0"> > > <script> > > dynapi.document.insertAllChildren(); > > alert(dynapi.document.getWidth()): > > </script> > > </body> > > > > This dont work for me... > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] > On > > Behalf Of Doug > > Melvin > > Sent: den 21 oktober 2003 17:41 > > To: dyn...@li... > > Subject: Re: [Dynapi-Help] Width and Height > > > > > > dynapi.document.getWidth() > > dynapi.document.getHeight() > > > > ----- Original Message ----- > > From: "António Godinho" <to...@ma...> > > To: <dyn...@li...> > > Sent: Tuesday, October 21, 2003 5:59 AM > > Subject: [Dynapi-Help] Width and Height > > > > > > > Hya, > > > > > > Been trying to get size of a document. On the > old > > version 2.5.7 it was > > > > > document.getWidth, document.getHeight I think. I > > wasn't able to make > > > this work now. Any help? > > > > > > Thanx > > > > > > Tó > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by OSDN developer > > relations Here's your > > > > > chance to show off your extensive product > > knowledge We want to know > > > what you know. Tell us and you have a chance to > > win $100 > > > > > > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system > > (http://www.grisoft.com). > > Version: 6.0.528 / Virus Database: 324 - Release > > Date: 10/16/03 > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by OSDN developer > > relations Here's your > > chance to show off your extensive product > knowledge > > We want to know what > > you know. Tell us and you have a chance to win > $100 > > > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net > > Donation Program. > > Do you like what SourceForge.net is doing for the > > Open > > Source Community? Make a contribution, and help > us > > add new > > features and functionality. Click here: > http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > __________________________________ > Do you Yahoo!? > Exclusive Video Premiere - Britney Spears > http://launch.yahoo.com/promos/britneyspears/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. Do you > like what SourceForge.net is doing for the Open > Source Community? Make > a contribution, and help us add new features and > functionality. Click > here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Raymond I. <xw...@ya...> - 2003-10-26 15:57:07
|
var el = {}; el.oncontentchange = function(e){ // some code here }; lyr.addEventListener(el); --- Arijit Das <ad...@pr...> wrote: > Hi all, > > I was able to work around by problem by using the > onresize event. > > I do have a new question, which I think may be more > important than the > last: the onContentChange expample uses an event > listener. I thought > event listeners were supposed to be deprecated? Is > there another way I > should be performing the same function? > > Thanks, > Arijit > > Arijit Das wrote: > > Hi All, > > > > I just started learning dynapi 3.0 (from 2.5.7) > and I'm trying to get my > > bearings. I've been reading the documentation > (greatly improved since > > 2.5.7), but there is something I can't figure out: > > > > Now that the onload event has been changed and > event listeners have been > > deprecated, how do I time something to when a > loadpanel finishes loading? > > > > I've tried > > > > lp.onLoad(foo); > > function foo () { > > //do some stuff; > > } > > > > where lp is the loadpanel. I've tried putting > that code in the init > > function, where init is called by > dynapi.onLoad(init), and I've tried > > putting it outside of the init function. Neither > works. > > > > Any help is greatly appreciated, as always! > > > > Thanks, > > Arijit > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net > Donation Program. > > Do you like what SourceForge.net is doing for the > Open > > Source Community? Make a contribution, and help > us add new > > features and functionality. Click here: > http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > -- > protein.media.inc > > tel: 202.462.4700 > cel: 202.441.0764 > fax: 202.318.1176 > eml: ad...@pr... > web: http://www.proteinmedia.com > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Daniel T. <de...@ti...> - 2003-10-26 15:55:27
|
Okey, is there any way to acomplish this by using anchor? Need to have a layer in the middle of the page that is exactly 500,500 pixels. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 26 oktober 2003 16:42 To: dyn...@li... Subject: RE: [Dynapi-Help] Width and Height you can only call dynapi.document.getWidth/Height after that page has been loaded -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > This solution dont work for me, am i doing something > wrong, or are you > completly sure? >=20 > Try to make: > alert(dynapi.document.getWidth()): > After adding all childs ie: >=20 > <body bgcolor=3D"#000738" style=3D"overflow:hidden" > topmargin=3D"0" > leftmargin=3D"0"> > <script> > dynapi.document.insertAllChildren(); > alert(dynapi.document.getWidth()): > </script> > </body> >=20 > This dont work for me... >=20 > Regards > Daniel >=20 > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Doug > Melvin > Sent: den 21 oktober 2003 17:41 > To: dyn...@li... > Subject: Re: [Dynapi-Help] Width and Height >=20 >=20 > dynapi.document.getWidth() > dynapi.document.getHeight() >=20 > ----- Original Message ----- > From: "Ant=F3nio Godinho" <to...@ma...> > To: <dyn...@li...> > Sent: Tuesday, October 21, 2003 5:59 AM > Subject: [Dynapi-Help] Width and Height >=20 >=20 > > Hya, > > > > Been trying to get size of a document. On the old > version 2.5.7 it was >=20 > > document.getWidth, document.getHeight I think. I > wasn't able to make > > this work now. Any help? > > > > Thanx > > > > T=F3 > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by OSDN developer > relations Here's your >=20 > > chance to show off your extensive product > knowledge We want to know > > what you know. Tell us and you have a chance to > win $100 > > > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > >=20 >=20 > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system > (http://www.grisoft.com). > Version: 6.0.528 / Virus Database: 324 - Release > Date: 10/16/03 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by OSDN developer > relations Here's your > chance to show off your extensive product knowledge > We want to know what > you know. Tell us and you have a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |