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: Bruce T. <blu...@ya...> - 2003-10-08 23:31:06
|
When you say "in synchronous" what do you mean? Only at initial page load? When I think synchronous, I think either a blocking fetch or some how aligned with another thread. Just looking for a nominclature clarification. Raymond Irving <xw...@ya...> wrote: Yep! That's a security setting in the browsers. It's called cross-domain scripting security. The only way arround this is to use IOElementSync class or FileReader to access the data in synchronous. -- Raymond Irving --- Bruce Tennant wrote: > Maybe I missed this in the docs, but is there a > known issue with grabbing a file from another > domain? > > When I grab a file from the same domain as the > master page, no problems. But if the page is on > another domain (even if an aliased ip address), it > never reads it. > > here's a test page > > http://www.bluewolverine.com/fetch_page.html > > The two urls it trys to grab are > > local: http://www.bluewolverine.com/test.html > remote: http://home.comcast.net/~bluewlvrn/test.html > > same exact test.html file, both load when accessed > directly from browser > > > > > www.bluewolverine.com > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help www.bluewolverine.com --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search |
From: Raymond I. <xw...@ya...> - 2003-10-08 20:47:56
|
Yep! That's a security setting in the browsers. It's called cross-domain scripting security. The only way arround this is to use IOElementSync class or FileReader to access the data in synchronous. -- Raymond Irving --- Bruce Tennant <blu...@ya...> wrote: > Maybe I missed this in the docs, but is there a > known issue with grabbing a file from another > domain? > > When I grab a file from the same domain as the > master page, no problems. But if the page is on > another domain (even if an aliased ip address), it > never reads it. > > here's a test page > > http://www.bluewolverine.com/fetch_page.html > > The two urls it trys to grab are > > local: http://www.bluewolverine.com/test.html > remote: http://home.comcast.net/~bluewlvrn/test.html > > same exact test.html file, both load when accessed > directly from browser > > > > > www.bluewolverine.com > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Bruce T. <blu...@ya...> - 2003-10-08 20:16:42
|
Maybe I missed this in the docs, but is there a known issue with grabbing a file from another domain? When I grab a file from the same domain as the master page, no problems. But if the page is on another domain (even if an aliased ip address), it never reads it. here's a test page http://www.bluewolverine.com/fetch_page.html The two urls it trys to grab are local: http://www.bluewolverine.com/test.html remote: http://home.comcast.net/~bluewlvrn/test.html same exact test.html file, both load when accessed directly from browser www.bluewolverine.com --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search |
From: Raymond I. <xw...@ya...> - 2003-10-08 18:55:40
|
It's kinda optional. If you setup a timeout and wait until the page has been loaded then you would not require the init function as the object would have already been initialized -- Raymond Irving --- Leif W <war...@us...> wrote: > That's more intuitive. Is the init function > mandatory or optional? Looking > at the code it seems like it's required otherwise it > doesn't do much. ;-) > Just a note in the docs about the required init > would also be helpful. > > Leif > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Wednesday, October 08, 2003 10:33 AM > Subject: Re: [Dynapi-Help] FileReader, init > function, and advice > > > > > > See below: > > > > --- Leif W <war...@us...> wrote: > > > > > > I also think it looks a bit confusing at first, > at > > > least not intuitive. I > > > believe it's just illustrating two things. > First, > > > you have a "hook" in the > > > FileReader constructor so you can pass a > function as > > > an argument. Second, I > > > think it shows that you can get the contents of > the > > > url using the read > > > function. But it's hard for me to absorb, even > > > though there's barely 1kb of > > > code alltogether. > > > > > > > Well I guess your correct not much thought was put > > into it's design. Maybe something like: > > > > var fl = new FileReader(); > > fl.OnInit(function(){ > > // this function is called > > // once the filereader object has been > > // initialized > > var url = 'mypage.html'; > > var rt = this.read(url); > > }) > > > > How about the above? Is it more intuitive? > > > > -- > > Raymond Irving > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product > search > > http://shopping.yahoo.com > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Bruce T. <blu...@ya...> - 2003-10-08 18:38:30
|
Whatever the W3C says. ;-) I think that would be option 1 (same as Mozilla). Raymond Irving <xw...@ya...> wrote:Hello Everyone, Now that we have css borders working the way they should in DOM which of the following would you prefer? 1) A Widget's size does NOT include it's border size. For example, a Button with a size of 16x16 will actually measure 18x18 due to it's DOM borders. Or 2) A Widget's size includes it's border size. For example, a Button with a size of 16x16 will actually measure 16x16. -- Raymond Irving __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help www.bluewolverine.com --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search |
From: Leif W <war...@us...> - 2003-10-08 18:23:27
|
That's more intuitive. Is the init function mandatory or optional? Looking at the code it seems like it's required otherwise it doesn't do much. ;-) Just a note in the docs about the required init would also be helpful. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, October 08, 2003 10:33 AM Subject: Re: [Dynapi-Help] FileReader, init function, and advice > > See below: > > --- Leif W <war...@us...> wrote: > > > > I also think it looks a bit confusing at first, at > > least not intuitive. I > > believe it's just illustrating two things. First, > > you have a "hook" in the > > FileReader constructor so you can pass a function as > > an argument. Second, I > > think it shows that you can get the contents of the > > url using the read > > function. But it's hard for me to absorb, even > > though there's barely 1kb of > > code alltogether. > > > > Well I guess your correct not much thought was put > into it's design. Maybe something like: > > var fl = new FileReader(); > fl.OnInit(function(){ > // this function is called > // once the filereader object has been > // initialized > var url = 'mypage.html'; > var rt = this.read(url); > }) > > How about the above? Is it more intuitive? > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Daniel T. <de...@ti...> - 2003-10-08 17:52:05
|
I would vote for inside... But thats just me :) Why i vote for that is because you can add styles after creation, if that would impact on outer size, that would meen in a tight design, that layers would crash into eatchother... Thats why :) Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 8 oktober 2003 19:29 To: DynAPI-Dev; DynApi-Help Subject: [Dynapi-Help] A quick quesion about Widgets Hello Everyone, Now that we have css borders working the way they should in DOM which of the following would you prefer? 1) A Widget's size does NOT include it's border size. For example, a Button with a size of 16x16 will actually measure 18x18 due to it's DOM borders. Or 2) A Widget's size includes it's border size. For example, a Button with a size of 16x16 will actually measure 16x16. -- Raymond Irving __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Raymond I. <xw...@ya...> - 2003-10-08 17:28:37
|
Hello Everyone, Now that we have css borders working the way they should in DOM which of the following would you prefer? 1) A Widget's size does NOT include it's border size. For example, a Button with a size of 16x16 will actually measure 18x18 due to it's DOM borders. Or 2) A Widget's size includes it's border size. For example, a Button with a size of 16x16 will actually measure 16x16. -- Raymond Irving __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-08 14:33:06
|
See below: --- Leif W <war...@us...> wrote: > > I also think it looks a bit confusing at first, at > least not intuitive. I > believe it's just illustrating two things. First, > you have a "hook" in the > FileReader constructor so you can pass a function as > an argument. Second, I > think it shows that you can get the contents of the > url using the read > function. But it's hard for me to absorb, even > though there's barely 1kb of > code alltogether. > Well I guess your correct not much thought was put into it's design. Maybe something like: var fl = new FileReader(); fl.OnInit(function(){ // this function is called // once the filereader object has been // initialized var url = 'mypage.html'; var rt = this.read(url); }) How about the above? Is it more intuitive? -- Raymond Irving __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-08 14:18:02
|
The FileReader is basically for opening files on the server without any server-side scripting. The init function is called once the filereader object has been initialized. This is because it can use either the XMLHttp object or a Java Applet. Applets can only be accessed after the page has been loaded. As for what object to use for your page I would have to say it depends. Both objects have their advantages and disadvantages. The FileReader is mainly for reading files (or pages) from the server in a synchronous form. -- Raymond Irving --- Bruce Tennant <blu...@ya...> wrote: > I was wondering what the point of the init function > is in the FileReader? And what would be the best > way to get at the string returned by filereader. > > My other question is this. > > What would be the best way to build a page and have > only part of the page update from content on a > server? > > In particular, I'd like to have elements in a table > update every 30 seconds or so, based on an SQL DB. > If there is a change in value, I'd like to do some > kinda of fancy graphic thingy to point it out > (secondary issue). > > Will FileReader be the best approach? I figured I'd > need to access some kind of cgi(perl) or php > function that would return a plain text file, maybe > javascript code, with the new data, triggering the > fetch from javascript every 30 seconds or what have > you. > > Is filereader the best way to do this or should I > try to use one of the IOElements directly? > > Does anyone know of any issues with Apache and cgi > scripts that might cause this to fail? I'd prefer > to stay w/perl over php because of the much more > elegant DBI module in perl. > > Thanks in advance for any advise. > > -Bruce > > > > www.bluewolverine.com > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-08 14:04:49
|
See below: --- António_Godinho <to...@ma...> wrote: > Hya, > > I'm writing this email cause I need help about 2 > things. > > 1. I'm trying build an ImageClip Slide Show but > allways changing > the images without any other option. I can onload > call the function to > make the slide show one time, but how can I make it > an infinite cicle? You would have to listen for the onframestop event and then restart the slide show. > > 2. The other problem I had was on other page that I > havei n dynapi > 2.5.7 where I use an external js script for a > mouseover effect ( just to > change an imagem on mouse on and mouse off ). > > > // Roll defined ( like it's on the manual > var p = { > oversrc:'imgs/mouse_on.gif', > downsrc:' imgs/mouse_on.gif ' > } > > var myImage = > dynapi.functions.getImage('imgs/mouse_off.gif',32,32,p); > > var menu = principal.addChild(new > DynLayer(null,0,164,149,326,'black',true,1)); > > menu.setHTML(document.write(myImage.getHTML());); > // NOT WORKING > > > HERE's the problem how to I set the rollovers on the > layer html? Or how > to I pass the code to that layer, I'm open to > sugestions... menu.setHTML(myImage.getHTML()); -- Raymond Irving > > Thanx > > António Godinho > > > > Thanx > > Tó > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: donnaMarie g. <twi...@ya...> - 2003-10-08 01:35:46
|
donnaMarie glischinski <twi...@ya...> wrote:please dont dont send me emails anymore --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search |
From: donnaMarie g. <twi...@ya...> - 2003-10-08 01:27:21
|
please dont dont send me emails anymore --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search |
From: Leif W <war...@us...> - 2003-10-07 23:52:24
|
[-] Fix auto size height related bug/typo This one seemed simple enough so I went ahead and changed it and uploaded to CVS. Leif ----- Original Message ----- From: "Andrew Gillett" <an...@zo...> To: <dyn...@li...> Sent: Tuesday, October 07, 2003 7:25 PM Subject: [Dynapi-Help] Error in dynlayer_base.js > Raymond Irving wrote: > > why not use the setAutoSize() function? > > While trying to get setAutoSize() to work, I noticed that line 51 of dynlayer_base.js contains: > > var ah=this._aSzW; > > which should be: > > var ah=this._aSzH; > > > regards, > Andrew > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Andrew G. <an...@zo...> - 2003-10-07 23:33:18
|
It's now called PanelBar. Andrew. Leif W wrote: > I noticed a couple days ago the window widget disappeared when I did a CVS > update. Was this intentional? Did I miss something? Will it be back? Or > was it moved into another file? > > Leif |
From: Andrew G. <an...@zo...> - 2003-10-07 23:25:45
|
Raymond Irving wrote: > why not use the setAutoSize() function? While trying to get setAutoSize() to work, I noticed that line 51 of dynlayer_base.js contains: var ah=this._aSzW; which should be: var ah=this._aSzH; regards, Andrew |
From: Leif W <war...@us...> - 2003-10-07 20:32:30
|
Hello, see below. > ----- Original Message ----- > From: Bruce Tennant > To: DynApi-Help > Sent: Tuesday, October 07, 2003 3:00 PM > Subject: [Dynapi-Help] FileReader, init function, and advice > > > I was wondering what the point of the init function is in the FileReader? > And what would be the best way to get at the string returned by filereader. I also think it looks a bit confusing at first, at least not intuitive. I believe it's just illustrating two things. First, you have a "hook" in the FileReader constructor so you can pass a function as an argument. Second, I think it shows that you can get the contents of the url using the read function. But it's hard for me to absorb, even though there's barely 1kb of code alltogether. You are declaring an instance "fl" of FileReader. You're passing a function "init" which hasn't been defined at this point. In the constructor, you're calling this undefined "init" function, which refers to "fl" which hasn't even been declared yet. Somehow it works. I'm missing some basic understanding of how JavaScript is parsing this. Hopefully someone can explain this to us? > My other question is this. > > What would be the best way to build a page and have only part > of the page update from content on a server? > > In particular, I'd like to have elements in a table update every 30 seconds > or so, based on an SQL DB. If there is a change in value, I'd like to do > some kinda of fancy graphic thingy to point it out (secondary issue). > > Will FileReader be the best approach? I figured I'd need to access some > kind of cgi(perl) or php function that would return a plain text file, maybe > javascript code, with the new data, triggering the fetch from javascript > every 30 seconds or what have you. This I'm not too sure of. > Is filereader the best way to do this or should I try to use one of the > IOElements directly? > > Does anyone know of any issues with Apache and cgi scripts that might > cause this to fail? I'd prefer to stay w/perl over php because of the much > more elegant DBI module in perl. > > Thanks in advance for any advise. The main problem I'd see is the ioelmsrv.pl file isn't fully tested for robustness, so please use it and find any bugs and fix them and post a patch. :-) There's currently no ioelmsrv.soda.pl file. Feel free to translate from one of the other languages. I've sort of been working on these (ASP -> PHP/PL) but have been busy with other little projects and haven't gotten back to these in a while. Leif > -Bruce > > > > www.bluewolverine.com > > > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search |
From: Leif W <war...@us...> - 2003-10-07 19:05:39
|
I noticed a couple days ago the window widget disappeared when I did a CVS update. Was this intentional? Did I miss something? Will it be back? Or was it moved into another file? Leif ----- Original Message ----- From: "Daniel Tiru" <de...@ti...> To: <dyn...@li...> Sent: Friday, October 03, 2003 9:19 AM Subject: RE: [Dynapi-Help] New List, Label and Window Widgets > Hi Andrew! > > I have looked throught your code and i will make the changes to the > stacker, and aswell the ";" to the window :) > > However i dont really understand the change you did to the window. Do > you want the content layer to set the size of the window? Or am i out of > the game? > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Andrew > Gillett > Sent: den 3 oktober 2003 05:15 > To: dyn...@li... > Subject: Re: [Dynapi-Help] New List, Label and Window Widgets > > > Daniel Tiru wrote: > > Great, atleast someone except me think its useful then :) > > Hi Daniel, > > I have been looking at your stacker and window widgets, and I also think > they are excellent. > > I have a couple of very minor issues that you may like to look at: > > - stacker.js has various methods that use the variable 'i' for a loop > counter without declaring the variable to be local. I had some very > strange side-effects when I used a for-loop with iterator 'i' to add > windows to the stacker. I think that the remove(), move(), and > generate() methods all need a "var i;" declaration. > > - I have made a sub-class of Window that sets the height of the content > layer to the natural height of content HTML. But to do this, I had to > make a couple of minor tweaks to the Window constructor. A "diff" for > my changes is below. > > Firstly, I put most of the constructor code into an > "if(arguments.length>0)" block. This allows the constructor to be > called without any arguments, which is necessary if you want to set > Window as the prototype of a sub-class. > Next, I added an "if(this.h)" test before the line that sets the > content height. This is purely for my purposes as I didn't want to > explicitly set the height of the content layer. > Finally, I added a semi-colon on line 27 to keep the compressor happy > :) > > > $ cvs diff window.js > Index: window.js > =================================================================== > RCS file: /cvsroot/dynapi/dynapi3x/src/gui/window.js,v > retrieving revision 1.1 > diff -r1.1 window.js > 27c27 > < this._tmpcnt=0 > --- > > this._tmpcnt=0; > 28a29 > > if (arguments.length>0){ > 44c45,46 > < this.content.setHeight(this.h-this._mnuheight); > --- > > if (this.h) > > this.content.setHeight(this.h-this._mnuheight); > 51a54 > > } > > > I hope you don't mind me posting these changes. If you would like to > see my sub-class (it's not much), just let me know. > > Thank you for these widgets, and keep up the good work! > > regards, > Andrew Gillett > > > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On Behalf Of Brian > > Hayes > > Sent: den 2 oktober 2003 12:00 > > To: dyn...@li... > > Subject: RE: [Dynapi-Help] New List, Label and Window Widgets > > > > > > Stacker.js is preaty cool.. > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On Behalf Of Raymond > > Irving > > Sent: Wednesday, October 01, 2003 11:54 PM > > To: DynApi-Help > > Subject: [Dynapi-Help] New List, Label and Window Widgets > > > > Hi, > > > > Check out cvs for some of really cool new widgets for DynAPI 3 > > > > > > -- > > Raymond Irving > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Bruce T. <blu...@ya...> - 2003-10-07 19:00:39
|
I was wondering what the point of the init function is in the FileReader? And what would be the best way to get at the string returned by filereader. My other question is this. What would be the best way to build a page and have only part of the page update from content on a server? In particular, I'd like to have elements in a table update every 30 seconds or so, based on an SQL DB. If there is a change in value, I'd like to do some kinda of fancy graphic thingy to point it out (secondary issue). Will FileReader be the best approach? I figured I'd need to access some kind of cgi(perl) or php function that would return a plain text file, maybe javascript code, with the new data, triggering the fetch from javascript every 30 seconds or what have you. Is filereader the best way to do this or should I try to use one of the IOElements directly? Does anyone know of any issues with Apache and cgi scripts that might cause this to fail? I'd prefer to stay w/perl over php because of the much more elegant DBI module in perl. Thanks in advance for any advise. -Bruce www.bluewolverine.com --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search |
From: <to...@ma...> - 2003-10-07 10:41:27
|
Hya, I'm writing this email cause I need help about 2 things. 1. I'm trying build an ImageClip Slide Show but allways changing the images without any other option. I can onload call the function to make the slide show one time, but how can I make it an infinite cicle? 2. The other problem I had was on other page that I havei n dynapi 2.5.7 where I use an external js script for a mouseover effect ( just to change an imagem on mouse on and mouse off ). // Roll defined ( like it's on the manual var p =3D { oversrc:'imgs/mouse_on.gif', downsrc:' imgs/mouse_on.gif ' } var myImage =3D dynapi.functions.getImage('imgs/mouse_off.gif',32,32,p); var menu =3D principal.addChild(new DynLayer(null,0,164,149,326,'black',true,1)); menu.setHTML(document.write(myImage.getHTML());); // NOT WORKING HERE's the problem how to I set the rollovers on the layer html? Or how to I pass the code to that layer, I'm open to sugestions... Thanx Ant=F3nio Godinho Thanx T=F3 |
From: Andrew G. <an...@zo...> - 2003-10-07 05:47:27
|
Thanks for the suggestion! I haven't yet been able to get setAutoSize() to work with PanelBar, but if I can then that would certainly be a much better way of doing what I want. I'll keep trying... Andrew. Raymond Irving wrote: > why not use the setAutoSize() function? > > var pb = new PanelBar() > pb.setWidth(200) > pb.setAutoSize(null,true); > // ^ now the panelbar should adjust > // to the height of it's content > > -- > Raymond Irving > > > --- Andrew Gillett <an...@zo...> wrote: > >>Hi Daniel, >> >>Daniel Tiru wrote: >> >>>Hi Andrew! >>> >>>I have looked throught your code and i will make >> >>the changes to the >> >>>stacker, and aswell the ";" to the window :) >>> >>>However i dont really understand the change you >> >>did to the window. Do >> >>>you want the content layer to set the size of the >> >>window? >> >>Exactly. Currently the height of the window is >>fixed to the number of pixels you specify when you >>create it. I want to create a PanelBar, set its >>content to an arbitrary amount of text, and have the >>window automatically size itself to fit the text. >> >>My main issue with PanelBar as it stands is that it >>does not allow subclassing because its constructor >>fails when invoked with no arguments. >> >>I've attached an example of what I wanted, along >>with a slightly modified version of panelbar.js. I >>hope you'll be able to see what I'm talking about. >> >> >>>Or am i out of >>>the game? >> >>No way :) >> >> >>>Regards >>>Daniel >>> >> >>regards, >>Andrew |
From: Raymond I. <xw...@ya...> - 2003-10-07 02:21:31
|
Try using getHTML(): var lp = new LoadPanel(); ... // some code here ... lp.addEventListener({ onchange : function(e){ var o = e.getSource(); alert(o.getHTML()) } }); -- Raymond Irving --- Yanglong Zhu <yz...@ou...> wrote: > Hi everyone, > > I'm trying to load content to a form dynamically > with LoadPanel(); So > far I can only LoadPanel() as an independent element > as on the 3.x demo > page. Although I could add stuff inside the > loadpanel, I can't find a > way to add the loaded content into a form element. I > tried use innerHTML > and document.getElementById(). I actually can get > the id, but > document.getElementById() yields null. I believe > there is a DynAPI > native way to do this. I DynAPI does have internal > getInnerHTML() > methods. But I don't know how to use that kind > function my self. > > Please help. > > Yanglong Zhu > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-07 01:50:27
|
why not use the setAutoSize() function? var pb = new PanelBar() pb.setWidth(200) pb.setAutoSize(null,true); // ^ now the panelbar should adjust // to the height of it's content -- Raymond Irving --- Andrew Gillett <an...@zo...> wrote: > Hi Daniel, > > Daniel Tiru wrote: > > Hi Andrew! > > > > I have looked throught your code and i will make > the changes to the > > stacker, and aswell the ";" to the window :) > > > > However i dont really understand the change you > did to the window. Do > > you want the content layer to set the size of the > window? > > Exactly. Currently the height of the window is > fixed to the number of pixels you specify when you > create it. I want to create a PanelBar, set its > content to an arbitrary amount of text, and have the > window automatically size itself to fit the text. > > My main issue with PanelBar as it stands is that it > does not allow subclassing because its constructor > fails when invoked with no arguments. > > I've attached an example of what I wanted, along > with a slightly modified version of panelbar.js. I > hope you'll be able to see what I'm talking about. > > > Or am i out of > > the game? > > No way :) > > > > > Regards > > Daniel > > > > regards, > Andrew > > > ATTACHMENT part 2 application/x-zip-compressed name=expaningpanelbar.zip __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-07 01:46:42
|
Yes it's inside cvs. I just downloaded the snapshot and it's there: Go to for the latest snapshot: http://dynapi.sourceforge.net/snapshot/?N=D the filereader examples is inside the examples/ folder as dynapi.util.filereader.html -- Raymond Irving --- Bruce Tennant <blu...@ya...> wrote: > Did this ever make it into cvs? I grabbed the > snapshot for 3.0.x from Oct 6 and I don't seem to > see it. > > Raymond Irving <xw...@ya...> wrote:Hello > Everyone, > > With the new dynapi.util.FileReader class it's now > easier to read the content of any file on the server > with just a few lines of codes: > > var fl = new FileReader(init); > function init(){ > var url = 'dynapi.util.filereader.xml'; > var str = fl.read(url); > alert(str); > } > > That it! See the dynapi.util.filereader.html example > > Check out CVS or wait for the nightly snapshot > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > www.bluewolverine.com > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Leif W <war...@us...> - 2003-10-07 01:00:02
|
Sorry, forgot, not everyone is looking at the updated CVS. :-) You should get the latest nightly snapshot, it'll be there. http://dynapi.sourceforge.net/snapshot/?N=D Leif ----- Original Message ----- From: Yanglong Zhu To: dyn...@li... Sent: Monday, October 06, 2003 7:38 PM Subject: Re: [Dynapi-Help] scrollbar inside layer Leif W wrote: If you are using DynAPI 3, you might want to look at the ViewPane example. dynapi3x/examples/dynapi.gui.viewpane.html I can't find the viewPane (case insensitive) or "view pane" in the whole package. That is: Revised 2003.05.29 Latest version: 3.0.0 (Beta 1) Please read 3.0.0 ChangeLog dynapi.sourceforge.net Now, where can I get the package which contains viewpane? If you're using the older DynAPI 2, try looking at the ScrollPane example. dynapi/examples/dynapi.gui.scrollpane.html Leif ----- Original Message ----- From: "antonio" <an...@co...> To: <dyn...@li...> Sent: Sunday, October 05, 2003 12:37 PM Subject: [Dynapi-Help] scrollbar inside layer hi all, I have a layer where I put some html. How can I put a scrollbar inside my dynlayer to scroll the contents? really thanks antonio ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |