Re: [Dynapi-Help] loading external js files

2001-07-17 Thread Stephan Tolksdorf
> am having a problem loading external js files in ie using document.write() > the following code works fine in netscape however, and as far as i can tell > is the same code used by DynAPI.include(): > > document.write('

Re: [Dynapi-Help] DHTML Forum / Webboard

2001-07-17 Thread Robert Rainwater
http://webfx.eae.net -- Robert Rainwater On 7/17/2001, 9:16:21 PM EST, James wrote about "[Dynapi-Help] DHTML Forum / Webboard": > I'm trying to find an url I have misplaced. > A few weeks back I came across a site authored by some people on this > mailing list. > It is a web-board, or for

[Dynapi-Help] DHTML Forum / Webboard

2001-07-17 Thread James Head
I'm trying to find an url I have misplaced. A few weeks back I came across a site authored by some people on this mailing list. It is a web-board, or forumn of sorts, that has an interface that is very much like for example, the outlook email client, where you select the post in the top frame/pa

RE: [Dynapi-Help] scrollpane/viewport resizing/repositioning problem in NS

2001-07-17 Thread Dan Thom
Hi-- I think I solved my own problem (or avoided it). The Netscape z-index problem (described earlier in this thread) is not an issue when using Chris Shreve's new lighter scrollpane that has been the topic of much discussion in this forum as of late. THANK YOU CHRIS! I do have some minor is

Re: [Dynapi-Help] ARGH!

2001-07-17 Thread Jordi Ministral
image objects have undocumented .x and .y properties "Robyn, Wrene" wrote: > I have a DIV.. > a nice, unassuming, relative positioned div.. > can I get a load panel in that div? > I need to load a .jsp file into a relative positioned layer after the submit > button is clicked. It is a response

[Dynapi-Help] Outer Layer Content rewrite - PLEASE HELP !

2001-07-17 Thread Paul Anderson
Hi There, I would be very grateful if anyone out there could lend me a hand with the following problem. In a page I am writing I have created 2 DynAPI objects called market and price. The market layer (when its created) creates and adds two child layers of type price. Basically, the market laye

[Dynapi-Help] loading external js files

2001-07-17 Thread Jonah
am having a problem loading external js files in ie using document.write() the following code works fine in netscape however, and as far as i can tell is the same code used by DynAPI.include(): document.write('

[Dynapi-Help] ARGH!

2001-07-17 Thread Robyn, Wrene
I have a DIV.. a nice, unassuming, relative positioned div.. can I get a load panel in that div? I need to load a .jsp file into a relative positioned layer after the submit button is clicked. It is a response from some form data. What I have now works beautifully except my return is always in a

RE: [Dynapi-Help] scrollpane/viewport resizing/repositioning problem in

2001-07-17 Thread Dan Thom
Hi-- The code is posted at: http://danthom.dnsart.com/scrolltest/ It's my home server hanging off DSL, so give it a minute. I forgot to add in last night's post that if you've already populated the layers (by using the search function), the expand works just fine in NS. BTW, if anybody has a

[Dynapi-Help] Looking for this example

2001-07-17 Thread Peter J. Luxmore
Hi there Some time ago someone posted a URL to an example which had a list widget on the left and a scrollpane on the right. The List widget was used as a menu which loaded external pages into the scrollpane. Is there still a link somewhere? If it rings a bell I would like to look at it again.

[Dynapi-Help] NS4.7 Problems

2001-07-17 Thread Peter J. Luxmore
Hi I have been away from this newgroup since the beginning of the year, however I'm back into it. I have been looking at an example from www.richardinfo.com dealing with the usage of the combination of LoadPanel and ScrollPane. Problems are as follows: 1. In NS4.7 the height of the loadpanel is

Re: [Dynapi-Help] lighter scrollpane

2001-07-17 Thread Michael Pemberton
they are both scrollboxs. I made a few changes : ) The code is in the download if you want to have a look at it. Chris Shreve wrote: > Whoa. Just checked this site out...cool. Is that a scrollbox on the right? > Looks sweet. > > Chris > > - Original Message - > From: "Michael Pemberto

Re: [Dynapi-Help] lighter scrollpane

2001-07-17 Thread Chris Shreve
Whoa. Just checked this site out...cool. Is that a scrollbox on the right? Looks sweet. Chris - Original Message - From: "Michael Pemberton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 6:46 AM Subject: Re: [Dynapi-Help] lighter scrollpane > Chris Shreve cr

Re: [Dynapi-Help] lighter scrollpane

2001-07-17 Thread Michael Pemberton
This raises an interesting topic. Should there be a theme api developed? I have used a modified version of pascal's Style object in most of my gui widgets. This is what made the theming on my website so easy. In such instances, should we come up with a common structure for such styles so that

Re: [Dynapi-Help] lighter scrollpane

2001-07-17 Thread Chris Shreve
Richard, I think I found the problem. I modified my current 'chairMan' theme (added a couple of images for the slider and up and down arrows) I then included this theme in my cks directory. It can be found in cks/themes/chairman. This new theme has new images my old 'charMain' theme does not.

Re: [Dynapi-Help] lighter scrollpane

2001-07-17 Thread Chris Shreve
Howdy. I have 2 versons of the scrollbox...one without up and down arrows (consists of 4 layers and 2 listeners) and one with up and down arrows (consists of 6 layers, and 4 listeners). I just posted the updated version to Richard. However, there is a strange glitch in the scrollbox on Richards

[Dynapi-Help] ButtonImage and event handling

2001-07-17 Thread Juha . Heljoranta
ButtonImage fires all events in IE5.5 and NS4.77 does nothing. It seems that DynImage inherits all previous DynImage.listener objects.. And every time you add listener for your button, DynImage.listener object gets one listener more... (this is clear bug to me) But I don't understand why NS4.77

Re: [Dynapi-Help] scrollpane/viewport resizing/repositioning problem in NS

2001-07-17 Thread Jordi Ministral
Try to put some example online. Otherwise it is always impossible to figure out what's happening Dan Thom wrote: > > > Hi-- > > I know I'm probably gonna get flamed for this, as I'm doing something > explicitly "unsupported", but here goes... :-) > > I'm modifying the Dynacore treenode to create