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: Doug M. <do...@cr...> - 2000-12-01 16:06:07
|
Looks sharp dude.. ----- Original Message ----- From: "Ed McNierney" <Ed...@to...> To: <dyn...@li...> Sent: Friday, December 01, 2000 6:29 AM Subject: RE: [Dynapi-Help] Mac users > Sam - > > I'm supporting Mac users with a DynAPI application (see > http://test.topozone.com) and have had no trouble at all with IE 5 on the > Mac. I have not completed testing with other browsers but Netscape 6 works > somewhat with only expected, predictable trouble (same as on PC). I'm > certainly a VERY lightweight user of DynAPI right now, but it's been fine. > > - Ed > > Ed McNierney > Executive Vice President and Chief Mapmaker > TopoZone.com / Maps a la carte, Inc. > 73 Princeton Street, Suite 305 > North Chelmsford, MA 01863 > (978) 251-4242 > ed...@to... > www.topozone.com > > > -----Original Message----- > From: Sam Douglass [mailto:sa...@eb...] > Sent: Thursday, November 30, 2000 5:52 PM > To: dyn...@li... > Subject: [Dynapi-Help] Mac users > > > Hi everyone, > > Are there any other people out there using the DynAPI 2 and targetting > Macintosh users? Things seem OK in the Netscape world on the Mac, but > IE on the Mac appears to be a flaky piece of crap that functions > differently even from it's Windows counterpart. So, I'm trying to make > things work on the Mac side, starting with the features I need, and I > was wondering if anyone out there has experiences with getting features > of the DynAPI 2 to work properly on IE on the Mac. I'd love to hear > about them. If there are enough of us, maybe we could start another > mailing list... > > Sam > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Roger J. <rog...@fr...> - 2000-12-01 15:42:21
|
on 00-11-30 23.52, Sam Douglass at sa...@eb... wrote: > Hi everyone, > > Are there any other people out there using the DynAPI 2 and targetting > Macintosh users? Things seem OK in the Netscape world on the Mac, but > IE on the Mac appears to be a flaky piece of crap that functions > differently even from it's Windows counterpart. So, I'm trying to make > things work on the Mac side, starting with the features I need, and I > was wondering if anyone out there has experiences with getting features > of the DynAPI 2 to work properly on IE on the Mac. I'd love to hear > about them. If there are enough of us, maybe we could start another > mailing list... DynAPI 2 seems to work very well in IE5 on the Mac for me. But then I haven't used every feature of the API. Netscape 6 has a few problems, but most things work. A couple of things I have noticed though: In order for a DynLayer which is completely covered by an image to be draggable on the Mac, it needs a child layer to catch the drag event. Unfortunately this also blocks mouse events from reaching the image - title attributes don't show. For dragging to work properly in Netscape 4.x/Mac (which, in my experience, has no problems with JavaScript as someone here stated), event bubbling needs to be disabled: change line 41 in inc/js/lib/dynapi/api/dragevent.js from e.setBubble(true) to e.setBubble(false). This will disable the "click-and-hold contextual menu". Will this have any bad effects? I did not run into these problems with the "old" Dynamic Duo DynAPI, btw. /R -- Roger Johansson Framfab, Lilla Torget 6, SE-403 17 Gothenburg, Sweden Phone +46 31 13 34 44 http://www.framfab.com/ -- |
From: Richard :o\) <ma...@ri...> - 2000-12-01 14:41:31
|
hi, There's an DynImage example/widget in Dan's newest release (today) ----- Original Message -----=20 From: <mi...@pr...> To: <dyn...@li...> Sent: Friday, December 01, 2000 11:48 AM Subject: [Dynapi-Help] image manipulation > I am working on a simple Dynapi image extension which will be able to = manipulate and control images (image swapping, resizing, etc...) >=20 > I am able to change an image's src like this... >=20 > //DynAPI.document.doc.images['imagenamehere'].src=3Dmyimageobject.src >=20 > In IE5.5 and NS5 I am able to change an image's width and height like = this... >=20 > /* > DynAPI.document.doc.images['imagenamehere'].w=3Dmyimageobject.width > DynAPI.document.doc.images['imagenamehere'].h=3Dmyimageobject.height > */ >=20 > Does anyone know if this works in IE4/IE5 (I currently only have IE5.5 = installed) and of a way to do this in NS4? >=20 > --proteanman > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > ____________________________________________________________ > Get your FREE personal .com domain name and =20 > NAMEzero Personal Portal at: http://www.namezero.com. =20 > For customer service, mailto:cus...@na....=20 >=20 >=20 |
From: Ed M. <Ed...@to...> - 2000-12-01 14:29:46
|
Sam - I'm supporting Mac users with a DynAPI application (see http://test.topozone.com) and have had no trouble at all with IE 5 on the Mac. I have not completed testing with other browsers but Netscape 6 works somewhat with only expected, predictable trouble (same as on PC). I'm certainly a VERY lightweight user of DynAPI right now, but it's been fine. - Ed Ed McNierney Executive Vice President and Chief Mapmaker TopoZone.com / Maps a la carte, Inc. 73 Princeton Street, Suite 305 North Chelmsford, MA 01863 (978) 251-4242 ed...@to... www.topozone.com -----Original Message----- From: Sam Douglass [mailto:sa...@eb...] Sent: Thursday, November 30, 2000 5:52 PM To: dyn...@li... Subject: [Dynapi-Help] Mac users Hi everyone, Are there any other people out there using the DynAPI 2 and targetting Macintosh users? Things seem OK in the Netscape world on the Mac, but IE on the Mac appears to be a flaky piece of crap that functions differently even from it's Windows counterpart. So, I'm trying to make things work on the Mac side, starting with the features I need, and I was wondering if anyone out there has experiences with getting features of the DynAPI 2 to work properly on IE on the Mac. I'd love to hear about them. If there are enough of us, maybe we could start another mailing list... Sam _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: <mi...@pr...> - 2000-12-01 10:48:52
|
I am working on a simple Dynapi image extension which will be able to manipulate and control images (image swapping, resizing, etc...) I am able to change an image's src like this... //DynAPI.document.doc.images['imagenamehere'].src=myimageobject.src In IE5.5 and NS5 I am able to change an image's width and height like this... /* DynAPI.document.doc.images['imagenamehere'].w=myimageobject.width DynAPI.document.doc.images['imagenamehere'].h=myimageobject.height */ Does anyone know if this works in IE4/IE5 (I currently only have IE5.5 installed) and of a way to do this in NS4? --proteanman |
From: Raymond S. <dst...@or...> - 2000-12-01 02:53:47
|
Mac ie5 was applauded by the W3C for standards support. Then good old MS did a full reversal with ie5.5 for the PC (about the time that the justice department told them they couldn't muck up the Java api's anymore) so I think Scott is pointing in a good direction. ----- Original Message ----- From: "Scott Andrew LePera" <sc...@sc...> To: <dyn...@li...> Sent: Thursday, November 30, 2000 4:22 PM Subject: Re: [Dynapi-Help] Mac users > I don't know if this will help, but I heard that IE5 Mac was extremely > W3C DOM/CSS compliant. Maybe we need to apply DynAPI methods used for > NS6/Mozilla, instead of IE? > > -- > scott andrew lepera > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Richard :o\) <ma...@ri...> - 2000-12-01 01:34:28
|
Hi, You do need pre-loading, 'cause the buttons change very slowly. (Nice site BTW) I waited a little to respond hoping someone would give an example of the image and preloading object from DynAPI2, which I have not yet seen working. I do however have another solution: var mycount=0; DynAPI.onLoad=function() {preLoad()} function preLoad() { Load=new DynLayer(null,100,100,200,200) DynAPI.document.addChild(Load) //this is used to write "please wait" message pic1 = new Image(); pic1.onload = (is.ns4b) ? loadCheck() : loadCheck; pic1.src = "images/pic1.gif"; pic2 = new Image(); pic2.onload = (is.ns4b) ? loadCheck() : loadCheck; pic2.src = "images/pic2.gif"; //add all your images here... } function loadCheck() { mycount++; if(mycount == 2) { DynAPI.document.deleteChild(Load) showPage() //this replaces what is now in DynAPI.onLoad } else { if(mycount < 2) { Load.setHTML('<h4>Loading the Image '+(mycount)+' of 2 images...</h4>') }}} reference the images like this: picOne.setHTML('<img src="'+pic1.src+'" >') (although normally referenced images also show faster) You can see this working in this work-in-progress: http://sagar.richardinfo.com (choose one with dark background) On your second question I'm afraid I don't really understand what you want, do you want to insert a scrollbar, or dynamically resize the window, or is it a text wrap/nowrap problem? Richard:o) ----- Original Message ----- From: "b0n3z" <b0...@go...> To: <dyn...@li...> Sent: Thursday, November 30, 2000 1:17 AM Subject: [Dynapi-Help] Image Preloading & Scrolling content in Skinwindow? > First let me say - What an AWESOME piece of work for all of you that helped > build DynAPI 2! > > Now for a newbie question: > Can someone please tell me how to do Image Preloading? I'm using the > dynapi2-16Sept2000 release as most of the examples seem to work for me. I'm > using several core.gui.skinwindow.js for all the small windows on this site. > It seems to be loading the images individually rather than from cache. If > anyone has an example of this or could help - I would be greatfull. Here is > the site in progress. (excuse the mess - it's a work in progress and I'm > sure there are mistakes) http://www.gotapex.com/b0n3z > > Also If anyone can tell me how to put a scrollable auto-resizing width layer > into a skinwindow. I'm have spent countless hours trying to learn. Here is > an example so far: http://www.gotapex.com/b0n3z/test.html > > Hope to understand DynAPI 2 and Javascript as well as "the great ones" on > here one day. > > thanks, > > Ken Jones > b0...@go... > > ps - if anyone could help me on this - I would be greatfull and would return > the favor some way. > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > ____________________________________________________________ > Get your FREE personal .com domain name and > NAMEzero Personal Portal at: http://www.namezero.com. > For customer service, mailto:cus...@na.... > > |
From: Scott A. L. <sc...@sc...> - 2000-12-01 00:27:10
|
I don't know if this will help, but I heard that IE5 Mac was extremely W3C DOM/CSS compliant. Maybe we need to apply DynAPI methods used for NS6/Mozilla, instead of IE? -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Matthew S. <PK...@Tu...> - 2000-12-01 00:26:24
|
I am glad to hear of someone else out there that has to support the Mac on the web. I only have to support IE on the Mac not NS, due to Netscape's SEVERE Java limitations on the Mac. Unfortunately I don't have a whole lot of good news for you. Most things in the DynAPI package do not well on Mac IE. I have made many posts to this list asking for any assistance possible but I have not received any. I suspect there simply are not that many DynAPI users that support the Mac. Personally I cannot stand MacOS. The hardware is great, the OS blows. But I work at an educational institution where the Mac user base is apx 15%. While small that's still enough that I have to support em. I guess I can give you a few pointers that I have learned... * Use inline layers whenever possible. These behave better between IE 4.5 and 5 on the Mac. * IE 4.5 Cannot deal with nested layers that contain text. You cannot place one DynLayer inside another. This causes an interesting rendering problem where the text of child layer is displayed twice on the page in different areas. I suspect this is actually a limitation of the package not the browser because only the text is repeated not background colors or images but I have not received any replies from the list about this. This one is a severe limitation for making advanced DHTML applications. * Test on the Mac FIRST. If it works there then it will most likely work on the PC. I have lost many hours to writing perfect pages only to find out that 90% of them don't not work on the Mac. * Animations (slideTo()) seem to run faster on IE 4.5. Don't ask me why, IE 5 was supposed to have a faster rendering engine. * When defining a DynLayer(), be sure to specify the width and height. These currently cannot be left out. The layer will not resize to the content placed inside the layer as they do on the PC side. This again I feel is a limitation of the package but I have not received any feedback on my opinion. * Don't expect too much Mac help from this list. I think most of the people on the list are PC people and do not even have access to a Mac for testing. I'll help you whenever I can though. Good luck. I would be interested in any information you have to share about your experiences with DynAPI and the Macintosh, -- Matthew -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Sam Douglass Sent: Thursday, November 30, 2000 2:52 PM To: dyn...@li... Subject: [Dynapi-Help] Mac users Hi everyone, Are there any other people out there using the DynAPI 2 and targetting Macintosh users? Things seem OK in the Netscape world on the Mac, but IE on the Mac appears to be a flaky piece of crap that functions differently even from it's Windows counterpart. So, I'm trying to make things work on the Mac side, starting with the features I need, and I was wondering if anyone out there has experiences with getting features of the DynAPI 2 to work properly on IE on the Mac. I'd love to hear about them. If there are enough of us, maybe we could start another mailing list... Sam _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Sam D. <sa...@eb...> - 2000-11-30 22:47:50
|
Hi everyone, Are there any other people out there using the DynAPI 2 and targetting Macintosh users? Things seem OK in the Netscape world on the Mac, but IE on the Mac appears to be a flaky piece of crap that functions differently even from it's Windows counterpart. So, I'm trying to make things work on the Mac side, starting with the features I need, and I was wondering if anyone out there has experiences with getting features of the DynAPI 2 to work properly on IE on the Mac. I'd love to hear about them. If there are enough of us, maybe we could start another mailing list... Sam |
From: Max C. <ma...@bi...> - 2000-11-30 21:17:56
|
Thanks Brandon, This fix works fine. But another contributor has a table widget, so I = will give that a go. Thanks for the idea. Max ----- Original Message -----=20 From: Brandon Myers=20 To: dyn...@li...=20 Sent: Friday, December 01, 2000 5:54 AM Subject: Re: [Dynapi-Help] Tables I had replied to this.. but it didn't seem to go through... Here's a = re-send: Assuming that this is IE only.. it's easy. Apply an ID attribute to each table row that you wish to change. Then use: document.all.tableRowID.innerHTML=3D"new table row html"; the same can be done for table cells. ----- Original Message -----=20 From: Max Campsell=20 To: dyn...@li...=20 Sent: Wednesday, November 29, 2000 10:29 PM Subject: [Dynapi-Help] Tables Does any one have any experience in dynamically changing the data in = a table. I have created my layer and the table using : = myLayer.setHTML("<Table> etc) I would now like to change the contents of the rows as my user pages = through the data. the table name is gridMain. The following will not work : gridMain.innerHTML =3D "new string of data" any ideas? Thanks Max |
From: Doug M. <do...@cr...> - 2000-11-30 20:12:34
|
Yay. thanks. (as if I didn't think of replacing the +' THEN decoding..) <hits self in forehead with a resounding "DOH!"> Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and Support Creative-Workshop.com ----- Original Message ----- From: "Dougal Campbell" <do...@gu...> To: "dynapi-help" <dyn...@li...> Sent: Thursday, November 30, 2000 11:26 AM Subject: Re: [Dynapi-Help] Escape and Unescape.. (or server.urlencode) > On Thu, 30 Nov 2000, Doug Melvin wrote: > > > Could someone please direct me to a chart or list of some sort > > showing exactly what characters are replaced with what codes when > > you Escape a string (encode it so it can go into a URL and is cross > > platform..) . > > > > You see.. my application combines JS and ASP.. unfortunatly the two > > don't escape/unescape strings quite the same way.. I've gottewn it > > to the point where , when the strings get's to javascript and is > > unescaped all is well except that all the spaces are +'s .. I CAN do > > a .replace() except, well, what if one or more of those +'s are > > actually ment to BE +'s? > > How about replace()ing the +'s first, *then* do the urldecode? (Real +'s > should have been encoded as %2B, I think). > > URL encoding just escapes certain characers by converting them to the > hexadecimal equivalent of their ASCII value, preceded by a percent > sign. From RFC 1738, it looks like encoded characters are: > > Control characters: octets 00-1F, >=7F > Special characters: <>"#%;/?:@=& > > Optionally, these might also be encoded: {}|\^~[]` > > It doesn't specically say that '+' should be encoded, but since the > urlencoding scheme uses it in place of spaces, you should assume that it > will be encoded as %2B > > -- > Ernest MacDougal Campbell III, MCP <do...@gu...> > http://www.gunters.org/~dougal/ > Lumber Cartel Unit #1654 (tinlc): http://come.to/the.lumber.cartel/ > "The medium is not the message. The *message* is the message." > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Tomas K. <tom...@ne...> - 2000-11-30 19:27:01
|
The link should be: http://www.endir.se/ecosave/scroll.asp |
From: Dougal C. <do...@gu...> - 2000-11-30 19:26:36
|
On Thu, 30 Nov 2000, Doug Melvin wrote: > Could someone please direct me to a chart or list of some sort > showing exactly what characters are replaced with what codes when > you Escape a string (encode it so it can go into a URL and is cross > platform..) . > > You see.. my application combines JS and ASP.. unfortunatly the two > don't escape/unescape strings quite the same way.. I've gottewn it > to the point where , when the strings get's to javascript and is > unescaped all is well except that all the spaces are +'s .. I CAN do > a .replace() except, well, what if one or more of those +'s are > actually ment to BE +'s? How about replace()ing the +'s first, *then* do the urldecode? (Real +'s should have been encoded as %2B, I think). URL encoding just escapes certain characers by converting them to the hexadecimal equivalent of their ASCII value, preceded by a percent sign. From RFC 1738, it looks like encoded characters are: Control characters: octets 00-1F, >=7F Special characters: <>"#%;/?:@=& Optionally, these might also be encoded: {}|\^~[]` It doesn't specically say that '+' should be encoded, but since the urlencoding scheme uses it in place of spaces, you should assume that it will be encoded as %2B -- Ernest MacDougal Campbell III, MCP <do...@gu...> http://www.gunters.org/~dougal/ Lumber Cartel Unit #1654 (tinlc): http://come.to/the.lumber.cartel/ "The medium is not the message. The *message* is the message." |
From: Brandon M. <bnd...@ho...> - 2000-11-30 18:53:38
|
Actually I think Dan wrote the table widget back when he wrote loadQueue in June. Maybe he's going to re-release it with the new updates. ----- Original Message ----- From: "Robert Rainwater" <rra...@ya...> To: <dyn...@li...> Sent: Wednesday, November 29, 2000 10:48 PM Subject: Re: [Dynapi-Help] Tables > > There was a dynamic table widget for the DynAPI 1 (maybe it was DynAPI 2) > that someone wrote a while back. While it was not truly a table, it had > the features of a table, plus you could dynamically update the fields. > Maybe someone knows where the table widget is at and could update it to > the latest version? > > -- > // Robert Rainwater > > On Thu, 30 Nov 2000 14:29:46 +1100 > "Max Campsell" <ma...@bi...> wrote: > > > Does any one have any experience in dynamically changing the data in a table. > > > > I have created my layer and the table using : myLayer.setHTML("<Table> etc) > > > > I would now like to change the contents of the rows as my user pages through the data. > > the table name is gridMain. > > > > The following will not work : > > gridMain.innerHTML = "new string of data" > > > > any ideas? > > > > Thanks Max > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Brandon M. <bnd...@ho...> - 2000-11-30 18:52:46
|
I had replied to this.. but it didn't seem to go through... Here's a = re-send: Assuming that this is IE only.. it's easy. Apply an ID attribute to each table row that you wish to change. Then use: document.all.tableRowID.innerHTML=3D"new table row html"; the same can be done for table cells. ----- Original Message -----=20 From: Max Campsell=20 To: dyn...@li...=20 Sent: Wednesday, November 29, 2000 10:29 PM Subject: [Dynapi-Help] Tables Does any one have any experience in dynamically changing the data in a = table. I have created my layer and the table using : myLayer.setHTML("<Table> = etc) I would now like to change the contents of the rows as my user pages = through the data. the table name is gridMain. The following will not work : gridMain.innerHTML =3D "new string of data" any ideas? Thanks Max |
From: Brandon M. <bnd...@ho...> - 2000-11-30 18:51:20
|
I found all the URL Escape codes in the O'Riley book: HTML The = Definitive guide. It's in the appendix. The rest of the book is good for beginners, but = for this group it's a little remedial. O'Riley has the DHTML Definitive guide as well wich I use often. But it = doesn't have the list you're looking for. ----- Original Message -----=20 From: Doug Melvin=20 To: dynapi-help=20 Sent: Thursday, November 30, 2000 3:25 PM Subject: [Dynapi-Help] Escape and Unescape.. (or server.urlencode) Could someone please direct me to a chart or list of some sort showing = exactly what characters are replaced with what codes when you Escape a = string (encode it so it can go into a URL and is cross platform..) . =20 You see.. my application combines JS and ASP.. unfortunatly the two = don't escape/unescape strings quite the same way.. I've gottewn it to = the point where , when the strings get's to javascript and is unescaped = all is well except that all the spaces are +'s .. I CAN do a .replace() = except, well, what if one or more of those +'s are actually ment to BE = +'s?=20 =20 :-) =20 Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and = Support Creative-Workshop.com |
From: Tomas K. <tom...@ne...> - 2000-11-30 18:50:29
|
I seem to have forgotten the link to the example: http://www.endir.se/scroll.asp (you have to press the test button to get to the actual page) // Tomas |
From: Tomas K. <tom...@ne...> - 2000-11-30 18:48:00
|
Hi again, thanks for the help with the "idle mouse pointer bug". I have another problem though.. I have tried to adapt IlMaestros scrollbar widget so that two pictures changes size when you drag the scrollknob. For an example of what I want to accomplish (but without the widget, I use a simple layermoving script). But I cant seem to find the function that actually moves the knob, so that I can put in my function that changes the images height. Thanks, // Tomas |
From: Cameron H. <ca...@bi...> - 2000-11-30 18:37:17
|
I'm doing some experiments with the LoadPanel using the DynAPI-2000-11-09 distribution. What I would like the be able to do is set up a handler in my document that is executed when the LoadPanel completes loading a URL. Currently I have a handler that copes with oncreate events. That's fairly straight forward, however if I set up a handler to catch onload events the same way it doesn't seem to catch anything. I am presuming that the LoadPanel gives off an onload event as there is an invokeEvent("load") call in the library code. Is that a correct assumption? Here's some code that sets up the panel and catches the oncreate: this.canvas = new LoadPanel(url) this.canvas.setSize(this.getWidth() - this.buttonWidth,this.getHeight()) this.canvas.moveTo(0,0) this.canvas.setBgColor('#ffffff') //this.canvas.autoW = false this.addChild(this.canvas) var l = new EventListener(this) // on create, check if need the scroll button l.oncreate=function(e) { alert("LoadPanel created") } this.addEventListener(l) Anyone know where an onload handler fit into the scheme of things here? I've tried just making another event by doing l.onload = function(e) etc Any hints appreciated, I haven't really got my head around events yet! Thanks, Cameron. |
From: Doug M. <do...@cr...> - 2000-11-30 17:26:59
|
Could someone please direct me to a chart or list of some sort showing = exactly what characters are replaced with what codes when you Escape a = string (encode it so it can go into a URL and is cross platform..) . You see.. my application combines JS and ASP.. unfortunatly the two = don't escape/unescape strings quite the same way.. I've gottewn it to = the point where , when the strings get's to javascript and is unescaped = all is well except that all the spaces are +'s .. I CAN do a .replace() = except, well, what if one or more of those +'s are actually ment to BE = +'s?=20 :-) Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and = Support Creative-Workshop.com |
From: Tarun R E. <ta...@we...> - 2000-11-30 16:46:20
|
Hi Pascal, There was a patch for it a while back, but it was for the 24th November = release and besides it used to go into an infinite loop. However after = you uploaded the patch you also mailed everybody another inline.js = release. This was the one, that worked properly. But with the 7th November release the bug came back again. If you have a = proper working version of the inline.js of the 7th November release, = could you please upload it to the sourceforge site again ? ----- Original Message -----=20 From: Pascal Bestebroer=20 To: dyn...@li...=20 Sent: Thursday, November 30, 2000 7:10 PM Subject: RE: [Dynapi-Help] Bug in Inline Layers of 7th November = Release I had posted a patch for this a while back, check the archive for it = (unless your talking about NS6, because that's another problem :) Pascal Bestebroer=20 pb...@oi...=20 http://www.oibv.com=20 -----Oorspronkelijk bericht----- Van: dyn...@li... = [mailto:dyn...@li...]Namens Tarun R Elankath Verzonden: donderdag 30 november 2000 14:39 Aan: dyn...@li... Onderwerp: [Dynapi-Help] Bug in Inline Layers of 7th November = Release Hi, Just thought I would bring it to the attention of everyone : There is a bug for capturing the onClick event in Netscape when = images are present in inline layers. ie, when one creates an event listener for the inline layer <div id=3D"bingo"><img blah.blah></div> the eventListener does not capture the onClick event (for Netscape). |
From: Alexey M. <ma...@ca...> - 2000-11-30 16:08:42
|
> God! im really shamed! i use it just because my Sensei tolds me: "It works!" same as <table background=""> ;) points to index.html , but clears BG image in NN :) > mhmmmm... well, I always use href="#" when the <a> tag is used just to > > do you think this syntax can bring some problems? Yes , but only if: > PS. There is no need to put the "return false" statement on the onclick ^^^^^^^^ if you have not set "return false" :) It stops images from loading .. etc.etc. Malx |
From: Pascal B. <pb...@oi...> - 2000-11-30 13:40:24
|
I had posted a patch for this a while back, check the archive for it (unless your talking about NS6, because that's another problem :) Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Tarun R Elankath Verzonden: donderdag 30 november 2000 14:39 Aan: dyn...@li... Onderwerp: [Dynapi-Help] Bug in Inline Layers of 7th November Release Hi, Just thought I would bring it to the attention of everyone : There is a bug for capturing the onClick event in Netscape when images are present in inline layers. ie, when one creates an event listener for the inline layer <div id="bingo"><img blah.blah></div> the eventListener does not capture the onClick event (for Netscape). |
From: Tarun R E. <ta...@we...> - 2000-11-30 12:18:59
|
Hi, Just thought I would bring it to the attention of everyone : There is a bug for capturing the onClick event in Netscape when images = are present in inline layers. ie, when one creates an event listener for the inline layer <div id=3D"bingo"><img blah.blah></div> the eventListener does not capture the onClick event (for Netscape). |