[Dynapi-Help] this.addChild is not a function ...

2001-03-03 Thread Roger Brinkley
I'm getting the following error this.addChild is not a function file with the following code: function TreeNode(pcontents) { this.DynLayer = DynLayer; this.DynLayer(); this.toggle = this.addChild(new DynLayer()); ... } TreeNode.prototype = new DynLayer(); Any idea

Re: [Dynapi-Help] RPG Update

2001-03-03 Thread Richard Bennett
I gave it a look with winME/IE5.5 * I get error line 670 myListener is undefined. * The row of characters doesn't load completely, leaving three or four broken images. * The movement is extremely slow, as the page reloads from the server on each move (or seems to) Cheers, Richard Bennett [EMAIL

Re: [Dynapi-Help] ScrollPane works in document, not in DynLayer

2001-03-03 Thread Robert Rainwater
I'm not having that problem when I tried. If the label is not wide or tall enough, the scrollbars will not show. They only show if the content is bigger than the scrollpane. Do you have an example where it is broken? I did this and it worked: label4 = new Label('label 4 aslk asdkfjd

Re: [Dynapi-Help] RPG Update

2001-03-03 Thread Jon Andersen
I got the same error in ie5.5 on WinNT 4.0, so perhaps it is a transient bug, having to do with myListener being referenced before its defined? If myListener happens to be loaded in a seperate JavaScript file, then you have to deal with synchronizing somehow, so that the code that is referencing

RE: [Dynapi-Help] Paths

2001-03-03 Thread Eytan Heidingsfeld
Maybe you are missing a period shouldn't the src be ../dynapi/src/dynapi.js 8an ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

[Dynapi-Help] Paths

2001-03-03 Thread Jason Hochwender
I developed a web page and all works fine on my machine. I uploaded it to the server and when I view it online I get the error "object expected" If I cut out the entire DynAPI.onLoad function no error. If I leave the DynAPI.onLoad but cut out everything inside of it I get the error. That lead

[Dynapi-Help] ScrollPane works in document, not in DynLayer

2001-03-03 Thread John Vilburn
When I add a scrollpane to the main document, it works fine. When I add it as a child of a DynLayer, the scrollbars don't show. Am I doing something wrong? Thanks, John ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/

Re: [Dynapi-Help] RPG Update

2001-03-03 Thread Henrik Våglin
I wasn't able to load the interface in NS 4.73. The choose character turned up OK, but i wasn't able to chose one and load the interface. "JavaScript Error: http://slasherx1.dynip.com/verthoriz/, line 670: myListener is not defined." it worked OK in ie5.5 though. (This test was performed in w