RE: [Dynapi-Help] array.push("item") in MSIE

2001-01-10 Thread Christopher Go
Hi Raymond, Thanks ... I also just found some URL documenting this... (http://www.webreference.com) ... this is ridiculous! Thanks, Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Raymond Smith Sent: Wednesday, January 10, 2001 8:37 PM To: [EMAIL

[Dynapi-Help] array.push("item") in MSIE

2001-01-10 Thread Christopher Go
Hi all, Just wondering if anybody knows what the workaround is for the push() function for arrays in MSIE. Code below works in Netscape 4.7 but not in MSIE 5.0. === Array Test for MSIE var ieArray = new Array; ieArray[0] = "arrayItem1"; ieArray[1] = "arrayItem2"; i

RE: [Dynapi-Help] DynLayer + Arrays

2001-01-10 Thread Christopher Go
Whoops... forget it... I changed the loop variable from i to some obscure name and it works now... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Go Sent: Wednesday, January 10, 2001 6:02 PM To: [EMAIL PROTECTED] Subject: [Dynapi-Help

[Dynapi-Help] DynLayer + Arrays

2001-01-10 Thread Christopher Go
Hi all, Quick question regarding arrays... Is there any secret in creating an array of DynLayers and incrementing through them... I am using some base code from Richard's Tree stuff. Here's the code that I have: == this.items=new Array; this.counter=0; this.selectorHeight=18; object.

RE: [Dynapi-Help] Making progress

2001-01-05 Thread Christopher Go
I saw something strange w/c is maybe what you are referring to.  When the page loads, the "controls" show up briefly on the screen (while the images are loading and the object is "painting"), and then moves up to the upper left hand corner.    Maybe you could move the objects off the scree

RE: [Dynapi-Help] Accessing Inline content?

2001-01-05 Thread Christopher Go
Here's my two cents... may be totally unrelated but started typing already... Does this work? childAuthorDiv.getHTML(); If you used normal divs (and not dynlayers), you may need to figure out how Netscape does it's weird "document.divName" counter. But generally, you should be able to get the t

RE: [Dynapi-Help] combination loadpanel-scrollpane-div

2001-01-04 Thread Christopher Go
Try this ... ...

[Dynapi-Help] Forms + loadpanel.js

2001-01-03 Thread Christopher Go
Hi all, This DynAPI still amazes people I show this to! There is a little problem that we have been encountering with the forms... this is sort of related to the post "Help of Forms" but it adds another layer of complexity I believe and I guess knowing if it can be done will probably help us fig

[Dynapi-Help] scrollwindow.js and MSIE 5.0 bug

2000-12-19 Thread Christopher Go
Hi all, This DynAPI is great stuff. I've been trying it out on something I am working on... temp file is located here: http://www.chrisgo.com/dynAPI/z-temp/scrollWin.htm This is nothing fancy or anything but just to point out a *bug* I discovered in MSIE. The site above is a public site that I