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: Raymond I. <xw...@ya...> - 2003-08-05 15:26:38
|
Well, I copied the code and all seems to work well. What browser and version are you using? Have you downloaded the lastest snapshot? PS. I'm unable to regenerate the errors. Please give more info. -- Raymond Irving --- Leif W <war...@us...> wrote: > Hello, > > I tried this example unmodified on DynAPI 3 beta 1 > and it seemed to work ok, > unless the functionality I observed doesn't match > the functionality you > expect. I'm not sure what to expect, that's why I > say it seems to work. > ;-) What I did was make three icon files, a red > block with a white 1 > (eicon1.gif), and a green block with a white 2 > (eicon2.gif) and a blue block > with a white 3 (eicon3.gif). What I observerd was > that both behave exactly > the same. Maybe this is the error? Both start with > the red-1, mouseover to > the blue-3, and click to the green-2. From the > code, myImage2 should > mouseover to green-2, and click to blue-3. I'm not > too familiar with the > Image functions, but I can reproduce the error so > maybe it's a bug in DynAPI > 3 beta 1. Same thing happens in the updated CVS > code, so it may be a new > bug. Will have to look into this some more. > > Leif > > ----- Original Message ----- > From: Kevin Breynck > To: dyn...@li... > Sent: Tuesday, August 05, 2003 9:08 AM > Subject: [Dynapi-Help] Mouseover Bug? - 3.0.0 (Beta > 1) - > dynapi.functions.getimage.html > > > > Hi everyone, > > i have a problem with the example "Other > Demonstrations" / "- Image > rollovers" > > The shown example is very easy, but if i try to > create a second image object > with the same image path like the first image > object, it doesn't work. > I only changed the downsrc with the oversrc for the > second image object but > it doesn't work. > Am i doing something wrong or is this a bug? And if > it is a bug, how can i > fix it? > > ============================================================ > <html> > <head> > <title>DynAPI - Image Rollover</title> > <script language="JavaScript" > src="../src/dynapi.js"></script> > <script language="Javascript"> > dynapi.library.setPath('../src/'); > > dynapi.library.include('dynapi.functions.Image'); > </script> > <script language="Javascript"> > var p = { > oversrc:'images/eicon3.gif', > downsrc:'images/eicon2.gif' > } > > var p2 = { > oversrc:'images/eicon2.gif', > downsrc:'images/eicon3.gif' > } > > var myImage = > dynapi.functions.getImage('images/eicon1.gif',32,32,p); > var myImage2 = > dynapi.functions.getImage('images/eicon1.gif',32,32,p2); > </script> > </head> > <body> > Press move your mouse over the image below and click > on it<br><br> > <script> > document.write(myImage.getHTML()); > document.write(myImage2.getHTML()); > </script> > > </body> > </html> > > ============================================================ > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-08-05 14:59:08
|
Hello, I tried this example unmodified on DynAPI 3 beta 1 and it seemed to work ok, unless the functionality I observed doesn't match the functionality you expect. I'm not sure what to expect, that's why I say it seems to work. ;-) What I did was make three icon files, a red block with a white 1 (eicon1.gif), and a green block with a white 2 (eicon2.gif) and a blue block with a white 3 (eicon3.gif). What I observerd was that both behave exactly the same. Maybe this is the error? Both start with the red-1, mouseover to the blue-3, and click to the green-2. From the code, myImage2 should mouseover to green-2, and click to blue-3. I'm not too familiar with the Image functions, but I can reproduce the error so maybe it's a bug in DynAPI 3 beta 1. Same thing happens in the updated CVS code, so it may be a new bug. Will have to look into this some more. Leif ----- Original Message ----- From: Kevin Breynck To: dyn...@li... Sent: Tuesday, August 05, 2003 9:08 AM Subject: [Dynapi-Help] Mouseover Bug? - 3.0.0 (Beta 1) - dynapi.functions.getimage.html Hi everyone, i have a problem with the example "Other Demonstrations" / "- Image rollovers" The shown example is very easy, but if i try to create a second image object with the same image path like the first image object, it doesn't work. I only changed the downsrc with the oversrc for the second image object but it doesn't work. Am i doing something wrong or is this a bug? And if it is a bug, how can i fix it? ============================================================ <html> <head> <title>DynAPI - Image Rollover</title> <script language="JavaScript" src="../src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../src/'); dynapi.library.include('dynapi.functions.Image'); </script> <script language="Javascript"> var p = { oversrc:'images/eicon3.gif', downsrc:'images/eicon2.gif' } var p2 = { oversrc:'images/eicon2.gif', downsrc:'images/eicon3.gif' } var myImage = dynapi.functions.getImage('images/eicon1.gif',32,32,p); var myImage2 = dynapi.functions.getImage('images/eicon1.gif',32,32,p2); </script> </head> <body> Press move your mouse over the image below and click on it<br><br> <script> document.write(myImage.getHTML()); document.write(myImage2.getHTML()); </script> </body> </html> ============================================================ |
From: Tomlins D. <Dia...@HC...> - 2003-08-05 14:32:01
|
Thanks Joachim, I'll give that a whirl. :) Johu - the menu extension is by 4Level not Helmi, thought I do have an older copy of Helmi's API I haven't used it. Unfortunately, the site only lives on my hard drive at the moment and is an intranet site anyway. No URL to post, sorry. Thanks for the input, we'll see what happens ! Diane R Tomlins -----Original Message----- From: Joachim Lundgren [mailto:lu...@ho...] Sent: Monday, August 04, 2003 7:58 PM To: dyn...@li... Subject: Re: [Dynapi-Help] DynAPI conflict ? - more data At 2003-08-05 00:01, you wrote: >Ok folks. My brain finally kicked in and I have at least isolated the >problem - on onLoad event in the <Body> tag. My new menu system added it >in. If I take it out, DynAPI LoadPanel works just fine - but the menus don't >- obviously. > >Is there a way to get these scripts to live together ? Here's the snippet >that's added to the <body> tag: > >onLoad="initSwipeMenu();" onUnload="macGo()" > > >Any suggestions welcome :) > >Thanks !!! >Diane Use something like this in your script-block: DynAPI.addLoadFunction("initSwipeMenu()"); DynAPI.addUnLoadFunction("macGo()"); Or, you can add it to your DynAPI.onLoad/onUnload functions: DynAPI.onLoad = function() { /* clever(? :-) code here... */ initSwipeMenu(); } DynAPI.onUnload = function() { /* clever(? :-) code here... */ macGo(); } /Lunna ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Kevin B. <Kev...@bb...> - 2003-08-05 13:08:54
|
Hi everyone, i have a problem with the example "Other Demonstrations" / "- Image rollovers" The shown example is very easy, but if i try to create a second image object with the same image path like the first image object, it doesn't work. I only changed the downsrc with the oversrc for the second image object but it doesn't work. Am i doing something wrong or is this a bug? And if it is a bug, how can i fix it? ============================================================ <html> <head> <title>DynAPI - Image Rollover</title> <script language="JavaScript" src="../src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../src/'); dynapi.library.include('dynapi.functions.Image'); </script> <script language="Javascript"> var p = { oversrc:'images/eicon3.gif', downsrc:'images/eicon2.gif' } var p2 = { oversrc:'images/eicon2.gif', downsrc:'images/eicon3.gif' } var myImage = dynapi.functions.getImage('images/eicon1.gif',32,32,p); var myImage2 = dynapi.functions.getImage('images/eicon1.gif',32,32,p2); </script> </head> <body> Press move your mouse over the image below and click on it<br><br> <script> document.write(myImage.getHTML()); document.write(myImage2.getHTML()); </script> </body> </html> ============================================================ |
From: Joy R. <joy...@ho...> - 2003-08-05 12:20:12
|
Hello, If you could send me the sample of code or, even better, the url to the site, we might look in to it a bit. >It is now necessary for me to change the menu system a bit and I've >incorporated new menus using a Dreamweaver extension that plugs in all the >scripting. I wonder if the extension you're using is Helmi DHTML extension? If that's the case you might want to update the libraries used in your site in to version delivered with Helmi DHTML extension. That's because Helmi has a slightly modified version of DynAPI 2.5.7 (we have fixed few bugs there). To do that you may either use Helmi's automatic update function to update the local set of libraries (remember to delete the old libraries from your current site and add some DynAPI objects from Helmi meno so that Helmi writes the new version of libraries in to your site... and don't forget to make a back up copy before you do so, if you have changed anything in it ei. you're not using standard distribution) or download the modified DynAPI from Helmi www-site. - Juho Risku / Helmi Staff http://www.visualway.com/helmi >From: Tomlins Diane <Dia...@HC...> >Reply-To: dyn...@li... >To: dyn...@li... >Subject: [Dynapi-Help] Possible conflict with DynAPI ? >Date: Mon, 4 Aug 2003 15:29:58 -0500 > >Hi all :) > >I have a problem and I'm not expert enough with advanced JS to figure this >one out myself. I have a site in which I use DynAPI and the LoadPanel to >display about 90% of my content. I think the DynAPI version I'm using is >either 2.5.6 or 2.5.7 as the site was created over a year ago. > >It is now necessary for me to change the menu system a bit and I've >incorporated new menus using a Dreamweaver extension that plugs in all the >scripting. Now that I've done that and the new menus work, the LoadPanel >has >totally ceased to function. I've spent days crawling thru the codes and >cannot find what's preventing the DynAPI from working. I have to solve this >or scrap the new menus. > >I realize the new menu system with DynAPI 3.0 would probably work, but my >question then becomes what else, if anything, would break in the switch >from >2.56/2.57 to 3.0 ?? > >If any one of you DynAPI wizards would consider looking at the current >'mixed' code and helping me find the conflict (or determine if one exists >at >all), I'd be grateful for the assistance. If DynAPI 3.0 is the answer >instead, then I'd need to know where to find the info needed to put this >into place. > >Thanks in advance, >Diane > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Joachim L. <lu...@ho...> - 2003-08-05 00:58:12
|
At 2003-08-05 00:01, you wrote: >Ok folks. My brain finally kicked in and I have at least isolated the >problem - on onLoad event in the <Body> tag. My new menu system added it >in. If I take it out, DynAPI LoadPanel works just fine - but the menus don't >- obviously. > >Is there a way to get these scripts to live together ? Here's the snippet >that's added to the <body> tag: > >onLoad="initSwipeMenu();" onUnload="macGo()" > > >Any suggestions welcome :) > >Thanks !!! >Diane Use something like this in your script-block: DynAPI.addLoadFunction("initSwipeMenu()"); DynAPI.addUnLoadFunction("macGo()"); Or, you can add it to your DynAPI.onLoad/onUnload functions: DynAPI.onLoad = function() { /* clever(? :-) code here... */ initSwipeMenu(); } DynAPI.onUnload = function() { /* clever(? :-) code here... */ macGo(); } /Lunna |
From: Tomlins D. <Dia...@HC...> - 2003-08-04 22:01:12
|
Ok folks. My brain finally kicked in and I have at least isolated the problem - on onLoad event in the <Body> tag. My new menu system added it in. If I take it out, DynAPI LoadPanel works just fine - but the menus don't - obviously. Is there a way to get these scripts to live together ? Here's the snippet that's added to the <body> tag: onLoad="initSwipeMenu();" onUnload="macGo()" Any suggestions welcome :) Thanks !!! Diane |
From: Tomlins D. <Dia...@HC...> - 2003-08-04 20:30:07
|
Hi all :) I have a problem and I'm not expert enough with advanced JS to figure this one out myself. I have a site in which I use DynAPI and the LoadPanel to display about 90% of my content. I think the DynAPI version I'm using is either 2.5.6 or 2.5.7 as the site was created over a year ago. It is now necessary for me to change the menu system a bit and I've incorporated new menus using a Dreamweaver extension that plugs in all the scripting. Now that I've done that and the new menus work, the LoadPanel has totally ceased to function. I've spent days crawling thru the codes and cannot find what's preventing the DynAPI from working. I have to solve this or scrap the new menus. I realize the new menu system with DynAPI 3.0 would probably work, but my question then becomes what else, if anything, would break in the switch from 2.56/2.57 to 3.0 ?? If any one of you DynAPI wizards would consider looking at the current 'mixed' code and helping me find the conflict (or determine if one exists at all), I'd be grateful for the assistance. If DynAPI 3.0 is the answer instead, then I'd need to know where to find the info needed to put this into place. Thanks in advance, Diane |
From: Raymond I. <xw...@ya...> - 2003-08-04 17:18:11
|
Hi, Another solution would be to use IOElement's GEt, POST and UPLOAD methods along with some server-side scripting to download or upload your files. In the future an IOElement FileManager will make it easier to create, save and download files. -- Raymond Irving --- Jesse Vitrone <je...@6t...> wrote: > Yeah, JavaScript alone won't let you contact the > server.....but, you > can check out stuff like this: > > http://www.ashleyit.com/rs/main.htm > > It's a JavaScript remote scripting tool. Under the > covers, it just > creates a div that submits a form to the server, but > it works nicely and > gives you a way to conact the server without the > whole page reloading. > I'm using the JS / PHP version right now, and it > works nicely. > > You can have your Javascript "call" a PHP function, > which would read the > file, then return the contents to another Javascript > function. > > Jesse > > Bruce Tennant wrote: > > >Don't think that's possible with just DynAPI. Java > script won't allow > >you to modify files, security issues. > > > >You'll need something like php on the server or > Java applets on the > >client. > > > > > >--- todd and mara <vze...@ve...> wrote: > > > > > >>Hello > >>IN addition to being a test of whether I can post > a question to this > >>list, > >>I have a question! > >>... > >>Please give some advice on the BEST way to Load > and Save a file, in > >>DynAPI 3. > >>Which hopefully works (easily?) locally, as well > as from a server??? > >>simple??? THANKS > >>Todd. > >>I mean an arbitrary file. I'd like to read (to a > layer?) parse some > >>data and save it....easily! > >>big files too? (text). > >>gratsia > >> > >> > >> > >> > >> > > > > > >===== > >www.bluewolverine.com > > > >__________________________________ > >Do you Yahoo!? > >Yahoo! SiteBuilder - Free, easy-to-use web site > design software > >http://sitebuilder.yahoo.com > > > > > >------------------------------------------------------- > >This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > >Data Reports, E-commerce, Portals, and Forums are > available now. > >Download today and enter to win an XBOX or Visual > Studio .NET. > >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-08-04 17:13:47
|
Hi, Seems like this has something to do with the submenus. Will look at it later -- Raymond Irving --- Jesse Vitrone <je...@6t...> wrote: > Hmmm...in playing around, I found that as I roll > over the menus, the > extra white space on the bottom goes away, and the > page is rendered as I > would expect. I still don't know what's going on > though. > > Jesse > > Jesse Vitrone wrote: > > > I think I'm using the menu wrong, but I'm not sure > where. I think > > it's a template thing. > > > > I made a very simple example: > > > > I want my page to have a table, with 2 tr's. > > The first tr will just be a spacer, where menubar > and progress bar > > layers will be hardcoded into place. > > The second tr I need to spread out over the rest > of the page. > > > > The table stuff looks fine, but when I add on the > menu layer, I get a > > white space on the bottom of the page, under my > table, which is giving > > me a scroll bar. > > > > This is only happenning on Mozilla, not IE. > > > > here's it with a menu, and a white space on the > bottom: > > http://6thgearsoftware.com/test/menuTest1.html > > > > here's it with no menu, and no white space. > > http://6thgearsoftware.com/test/menuTest2.html > > > > The only code difference is that I'm not calling > the method that > > creates my menu. > > > > Any idea what's going on? Am I doing something > wrong with the > > templates? Is it a Mozilla rendering bug? > > > > Thanks, > > Jesse > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are > available now. > > Download today and enter to win an XBOX or Visual > Studio .NET. > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > > > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-08-04 17:09:31
|
Hi, That needs to be changed. Include the BorderManager to setBorder and setInnerBorder -- Raymond Irving --- Jack Chung <jac...@ne...> wrote: > Hello all, > When I try to use the setBorder function of a > DynLayer, the browser > complains there's no such function! However I see > it listed in the API > documentation!? > How can I set the border of a DynLayer without using > border manager? I > tried layer.css.borderWidth = 2; but it didn't have > any effect. > > Jack > > -- > Jack Chung <jac...@ne...> > http://www.PerceptiveCorner.com/ > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-08-04 17:06:13
|
Hi, (Just got back from a short vacation) Please see examples/dynapi.functions.imageloader.html for an example on knowing when images havce been downloaded. The getImage() function also support the <a> link. See examples/dynapi.functions.getimage.html for more information. -- Raymond Irving --- Jack Chung <jac...@ne...> wrote: > Oh!! > I just realized that the good old <img> tag actually > defaults to the > behavior that I want! > <img src="mypic.jpg" name="myimg"> > <a > href="javascript:document['myimg'].src='mynewpic.jpg'">change</a> > > Clicking the link will do what I wanted... > But the many levels of abstraction in dynapi makes > this behavior not > longer there.... how can I get it back?? > > -- > Jack Chung <jac...@ne...> > http://www.PerceptiveCorner.com/ > > > On Thu, 31 Jul 2003 22:36:34 -0400 > Jack Chung <jac...@ne...> wrote: > > > Hi, > > > > Is there any way I can change the src of an image > so that the change > > occurs AFTER the new image has been loaded? > > Normall I do it like this: > > var pic=dynapi.functions.getImage('mypic.jpg', > 100,100); > > picarea=new DynLayer("", 0,0,100,100); > > picarea.setHTML(pic.getHTML()); > > > > Then when I want to change picture src, i do: > > pic.src='newpic.jpg'; > > picarea.setHTML(pic.getHTML()); > > > > However, the original picture becomes blank, then > the new image slowly > > appear as it is being downloaded. > > Is there anyway I can let it finish loading first, > then display? > > I cannot preload the image at load time because > the new image src URL is > > input by user. > > So, I want : User says change image > small delay > (nothing changes on > > screen) > new image appear instantly > > Or, at least during the download time, keep the > original image there... > > I don't want it be blank. > > > > Any input is appreciated! > > > > Jack > > > > -- > > Jack Chung <jac...@ne...> > > http://www.PerceptiveCorner.com/ > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are > available now. > > Download today and enter to win an XBOX or Visual > Studio .NET. > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Jesse V. <je...@6t...> - 2003-08-04 14:46:33
|
Hmmm...in playing around, I found that as I roll over the menus, the extra white space on the bottom goes away, and the page is rendered as I would expect. I still don't know what's going on though. Jesse Jesse Vitrone wrote: > I think I'm using the menu wrong, but I'm not sure where. I think > it's a template thing. > > I made a very simple example: > > I want my page to have a table, with 2 tr's. > The first tr will just be a spacer, where menubar and progress bar > layers will be hardcoded into place. > The second tr I need to spread out over the rest of the page. > > The table stuff looks fine, but when I add on the menu layer, I get a > white space on the bottom of the page, under my table, which is giving > me a scroll bar. > > This is only happenning on Mozilla, not IE. > > here's it with a menu, and a white space on the bottom: > http://6thgearsoftware.com/test/menuTest1.html > > here's it with no menu, and no white space. > http://6thgearsoftware.com/test/menuTest2.html > > The only code difference is that I'm not calling the method that > creates my menu. > > Any idea what's going on? Am I doing something wrong with the > templates? Is it a Mozilla rendering bug? > > Thanks, > Jesse > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Jesse V. <je...@6t...> - 2003-08-04 14:20:41
|
I think I'm using the menu wrong, but I'm not sure where. I think it's a template thing. I made a very simple example: I want my page to have a table, with 2 tr's. The first tr will just be a spacer, where menubar and progress bar layers will be hardcoded into place. The second tr I need to spread out over the rest of the page. The table stuff looks fine, but when I add on the menu layer, I get a white space on the bottom of the page, under my table, which is giving me a scroll bar. This is only happenning on Mozilla, not IE. here's it with a menu, and a white space on the bottom: http://6thgearsoftware.com/test/menuTest1.html here's it with no menu, and no white space. http://6thgearsoftware.com/test/menuTest2.html The only code difference is that I'm not calling the method that creates my menu. Any idea what's going on? Am I doing something wrong with the templates? Is it a Mozilla rendering bug? Thanks, Jesse |
From: Jesse V. <je...@6t...> - 2003-08-04 00:58:46
|
Found my answer.....htmlcomponent.js Jesse Jesse Vitrone wrote: > I'm trying to use the html menu stuff, but I'm using the java > compressor stuff, which means it skips the step of using the library. > When I include htmlmenu.js, I get an error when it gets parsed. I get > a pop up error that says "Prototype Error" and then a javascript > console error that says "p has no properties". > > Do I have to include another file that I'm missing? > > I'm including: > dynapi.js > event.js > dyndocument.js > dynlayer_base.js (and the other needed ie or dom js) > graphics.js > htmlmenu.js > > What am I missing? > > Thanks, > Jesse > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Jesse V. <je...@6t...> - 2003-08-03 20:07:09
|
Yeah, JavaScript alone won't let you contact the server.....but, you can check out stuff like this: http://www.ashleyit.com/rs/main.htm It's a JavaScript remote scripting tool. Under the covers, it just creates a div that submits a form to the server, but it works nicely and gives you a way to conact the server without the whole page reloading. I'm using the JS / PHP version right now, and it works nicely. You can have your Javascript "call" a PHP function, which would read the file, then return the contents to another Javascript function. Jesse Bruce Tennant wrote: >Don't think that's possible with just DynAPI. Java script won't allow >you to modify files, security issues. > >You'll need something like php on the server or Java applets on the >client. > > >--- todd and mara <vze...@ve...> wrote: > > >>Hello >>IN addition to being a test of whether I can post a question to this >>list, >>I have a question! >>... >>Please give some advice on the BEST way to Load and Save a file, in >>DynAPI 3. >>Which hopefully works (easily?) locally, as well as from a server??? >>simple??? THANKS >>Todd. >>I mean an arbitrary file. I'd like to read (to a layer?) parse some >>data and save it....easily! >>big files too? (text). >>gratsia >> >> >> >> >> > > >===== >www.bluewolverine.com > >__________________________________ >Do you Yahoo!? >Yahoo! SiteBuilder - Free, easy-to-use web site design software >http://sitebuilder.yahoo.com > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Jesse V. <je...@6t...> - 2003-08-03 14:25:08
|
I'm trying to use the html menu stuff, but I'm using the java compressor stuff, which means it skips the step of using the library. When I include htmlmenu.js, I get an error when it gets parsed. I get a pop up error that says "Prototype Error" and then a javascript console error that says "p has no properties". Do I have to include another file that I'm missing? I'm including: dynapi.js event.js dyndocument.js dynlayer_base.js (and the other needed ie or dom js) graphics.js htmlmenu.js What am I missing? Thanks, Jesse |
From: Jack C. <jac...@ne...> - 2003-08-03 00:45:14
|
I keep answering my own questions ; ) The problem was due to the clip setting. For IE and opear, the border is drawn as an inner border. For Mozilla, it is drawn as outer. Thus will increase the layer's size. However the clipping value is not changed so it cuts away the right and bottom border. I have to decrease the layer's width and height by border width x2, so make it look the same as in IE and opera. Jack -- Jack Chung <jac...@ne...> http://www.PerceptiveCorner.com/ On Sat, 02 Aug 2003 18:47:51 -0400 Jack Chung <jac...@ne...> wrote: > I have figured it out. I forgot to set borderStyle! > Now it works well in IE and opear. However, in Mozilla, only the top > and left border shows. I cannot make the border show on all four sides. > > mylayer.css.border = "1px solid black"; > > Only shows the top and left borders in Mozilla. > > Any one knows solutions to this? > > Jack > > -- > Jack Chung <jac...@ne...> > http://www.PerceptiveCorner.com/ > > > On Sat, 02 Aug 2003 00:34:25 -0400 > Jack Chung <jac...@ne...> wrote: > > > Hello all, > > When I try to use the setBorder function of a DynLayer, the browser > > complains there's no such function! However I see it listed in the API > > documentation!? > > How can I set the border of a DynLayer without using border manager? I > > tried layer.css.borderWidth = 2; but it didn't have any effect. > > > > Jack > > > > -- > > Jack Chung <jac...@ne...> > > http://www.PerceptiveCorner.com/ > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Jack C. <jac...@ne...> - 2003-08-02 22:41:42
|
I have figured it out. I forgot to set borderStyle! Now it works well in IE and opear. However, in Mozilla, only the top and left border shows. I cannot make the border show on all four sides. mylayer.css.border = "1px solid black"; Only shows the top and left borders in Mozilla. Any one knows solutions to this? Jack -- Jack Chung <jac...@ne...> http://www.PerceptiveCorner.com/ On Sat, 02 Aug 2003 00:34:25 -0400 Jack Chung <jac...@ne...> wrote: > Hello all, > When I try to use the setBorder function of a DynLayer, the browser > complains there's no such function! However I see it listed in the API > documentation!? > How can I set the border of a DynLayer without using border manager? I > tried layer.css.borderWidth = 2; but it didn't have any effect. > > Jack > > -- > Jack Chung <jac...@ne...> > http://www.PerceptiveCorner.com/ > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Jack C. <jac...@ne...> - 2003-08-02 04:28:17
|
Hello all, When I try to use the setBorder function of a DynLayer, the browser complains there's no such function! However I see it listed in the API documentation!? How can I set the border of a DynLayer without using border manager? I tried layer.css.borderWidth = 2; but it didn't have any effect. Jack -- Jack Chung <jac...@ne...> http://www.PerceptiveCorner.com/ |
From: Bruce T. <blu...@ya...> - 2003-08-02 02:10:23
|
Don't think that's possible with just DynAPI. Java script won't allow you to modify files, security issues. You'll need something like php on the server or Java applets on the client. --- todd and mara <vze...@ve...> wrote: > Hello > IN addition to being a test of whether I can post a question to this > list, > I have a question! > ... > Please give some advice on the BEST way to Load and Save a file, in > DynAPI 3. > Which hopefully works (easily?) locally, as well as from a server??? > simple??? THANKS > Todd. > I mean an arbitrary file. I'd like to read (to a layer?) parse some > data and save it....easily! > big files too? (text). > gratsia > > > ===== www.bluewolverine.com __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: todd a. m. <vze...@ve...> - 2003-08-02 01:53:05
|
Hello IN addition to being a test of whether I can post a question to this = list, I have a question! ... Please give some advice on the BEST way to Load and Save a file, in = DynAPI 3. Which hopefully works (easily?) locally, as well as from a server??? simple??? THANKS Todd. I mean an arbitrary file. I'd like to read (to a layer?) parse some = data and save it....easily! big files too? (text). gratsia |
From: Jesse V. <je...@6t...> - 2003-08-01 22:32:35
|
That's interesting, I didn't even read the whole page. I assumed that since it worked in Firebird, it would work in IE. I never like the menus that move because of that jumpiness. Too bad IE has a bug that makes it not supported :( Jesse Dan Willemsen wrote: >Yet: (further down on that page) > > FAQ: IE 5 & 6 on Windows? >If you look at this page with Microsoft Internet Explorer 5 or 6 on >Windows ("WinIE5" and "WinIE6"), you'll notice that it doesn't work. At >least not with the current versions as of Sept 2002. Many people ask me >about that, so here is bit of explanation. In brief: the bug is in the >browser, not in this page. > >i was showing a cross-browser example, and with the ones that work >correctly in ie, they do 'jump' > >good catch though > >Dan Willemsen > >On Fri, 2003-08-01 at 16:03, Jesse Vitrone wrote: > > >>Dan, >> I know what you mean about the menu jumping, but it doesn't jump >>like that if you do it right. Check out this w3 example: >> >>http://www.w3.org/Style/Examples/007/menus.html >> >>A site that makes good use of it is http://texturizer.net/firebird/ >>Rollover the menu on the left and you'll see a "lock menu" link on the >>top of the menu. Click it and scroll around. Works very well. >> >>But, I do like the iframe solution better, since I can have my menu load >>different things into the iframe without having the menu reload. >> >>Jesse >> >>Dan Willemsen wrote: >> >> >> >>>The thing i don't like about these is that it will visibly 'jump' most >>>of the time to the correct position while scrolling. The iframe idea >>>that was mentioned by Armin is very similar to what i suggested, it is >>>just a different (container even) way of doing it. >>> >>>On Thu, 2003-07-31 at 21:59, Jack Chung wrote: >>> >>> >>> >>> >>>>Maybe implement the frame the same way as those "floating toolbars"? >>>>You know what I mean? Those that geocities used to put their brand on >>>>all sites? >>>> >>>> >>>> >>>> >> >>------------------------------------------------------- >>This SF.Net email sponsored by: Free pre-built ASP.NET sites including >>Data Reports, E-commerce, Portals, and Forums are available now. >>Download today and enter to win an XBOX or Visual Studio .NET. >>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >>https://lists.sourceforge.net/lists/listinfo/dynapi-help >> >> |
From: Dan W. <dy...@da...> - 2003-08-01 21:13:49
|
Yet: (further down on that page) FAQ: IE 5 & 6 on Windows? If you look at this page with Microsoft Internet Explorer 5 or 6 on Windows ("WinIE5" and "WinIE6"), you'll notice that it doesn't work. At least not with the current versions as of Sept 2002. Many people ask me about that, so here is bit of explanation. In brief: the bug is in the browser, not in this page. i was showing a cross-browser example, and with the ones that work correctly in ie, they do 'jump' good catch though Dan Willemsen On Fri, 2003-08-01 at 16:03, Jesse Vitrone wrote: > Dan, > I know what you mean about the menu jumping, but it doesn't jump > like that if you do it right. Check out this w3 example: > > http://www.w3.org/Style/Examples/007/menus.html > > A site that makes good use of it is http://texturizer.net/firebird/ > Rollover the menu on the left and you'll see a "lock menu" link on the > top of the menu. Click it and scroll around. Works very well. > > But, I do like the iframe solution better, since I can have my menu load > different things into the iframe without having the menu reload. > > Jesse > > Dan Willemsen wrote: > > >The thing i don't like about these is that it will visibly 'jump' most > >of the time to the correct position while scrolling. The iframe idea > >that was mentioned by Armin is very similar to what i suggested, it is > >just a different (container even) way of doing it. > > > >On Thu, 2003-07-31 at 21:59, Jack Chung wrote: > > > > > >>Maybe implement the frame the same way as those "floating toolbars"? > >>You know what I mean? Those that geocities used to put their brand on > >>all sites? > >> > >> > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help -- Dan Willemsen <dy...@da...> |
From: Jesse V. <je...@6t...> - 2003-08-01 21:03:28
|
Dan, I know what you mean about the menu jumping, but it doesn't jump like that if you do it right. Check out this w3 example: http://www.w3.org/Style/Examples/007/menus.html A site that makes good use of it is http://texturizer.net/firebird/ Rollover the menu on the left and you'll see a "lock menu" link on the top of the menu. Click it and scroll around. Works very well. But, I do like the iframe solution better, since I can have my menu load different things into the iframe without having the menu reload. Jesse Dan Willemsen wrote: >The thing i don't like about these is that it will visibly 'jump' most >of the time to the correct position while scrolling. The iframe idea >that was mentioned by Armin is very similar to what i suggested, it is >just a different (container even) way of doing it. > >On Thu, 2003-07-31 at 21:59, Jack Chung wrote: > > >>Maybe implement the frame the same way as those "floating toolbars"? >>You know what I mean? Those that geocities used to put their brand on >>all sites? >> >> |