Re: [Dynapi-Dev] Old Browser Support

2003-10-24 Thread Doug Melvin
"JavaScript Error: too much recursion" does not nessesarily mean just recursion. It can also be triggered by a very large loop. Generally though, it will be tiggered by a recursive loop, just as one that manipulates children. I found in previous version I got the error in my tree widget. and som

RE: [Dynapi-Dev] Old Browser Support

2003-10-24 Thread Raymond Irving
This might have something to do with NN4.03 and mouse_ns4.js. Something to do with the event listeners for the document object. -- Raymond Irving --- C Kissinger <[EMAIL PROTECTED]> wrote: > Well I got the examples from Create Layer to Hover > Animation in that > snapshot to work in old browsers

RE: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-24 Thread Daniel Tiru
Hi again! What i was thinking about is that we maybee make a separate "function" for each widget that is implemented to the VDE returning the things needed in a nice format. Like getWidgetInfo(mywidget) { // returns two arrays or something with all the arguments // needed for th

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-24 Thread Michael Bystrom
>> I also wrote a VDE wrapper that lets you import the >> saved vde xml file >> directly into the dynapi, and it will recreate the >> project for you. > > Not sure how this works but will look into it. It's a simple little thing could be useful later I. I have a gut feeling something like this w

[Dynapi-Dev] Object / Widget documentation

2003-10-24 Thread Daniel Tiru
Hi! I was thinking of a way to keep the widget and object documentation up to date better, that is that I could set up a database and make a webadmin to that so we could update the docs smoothly and have a better overview of what objects/widgets that needs to be documented, and what is missing and

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-24 Thread Raymond Irving
--- Michael Bystrom <[EMAIL PROTECTED]> > > This is the sytem I'm using now to collect the info > > array[array.length] = { > dynlayer:c.name, > x:c.getX(), > y:c.getY(), > w:c.getWidth(), > h:c.getHeight(), > color:c.getBgColor(), > v

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-24 Thread Doug Melvin
Hey, what browsers is the vde supposed to work in? I can't draw layers in IE6 and Moz 1.3.1 crashed when I tried to draw a layer. - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 24, 2003 2:12 PM Subject: Re: [Dynapi-Dev] VDE-0.1

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-24 Thread Michael Bystrom
Hi Doug, It was written on Macintosh Mozilla and should run on all versions from 1.2 VDE has never had a crash on my Mac. Well not true IE5 crashed the original dynapi 2.55 version in beginning. I just started to debug IE6 Win on virtual PC and found some errors. Fu"""##""#" Don't worry I realy l

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-24 Thread Doug Melvin
Possible a seperate "descripter" file. These would mean not loading the function outside of the VDE.. Like: DynTree.js and DynTree.Descriptor.js and put the descriptors in a seperate folder for managability. - Original Message - From: "Daniel Tiru" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

[Dynapi-Dev] Debug mode

2003-10-24 Thread Michael Bystrom
Hello IE list folk. It's my mistake I know but I think that Mozilla is a better browser then Microsoft's IE and I missed this... I just booted IOS, VED and other in IE mac, win and all HELL broke loose I know dynapi3 is beta but still. p.setPageLocation = function(x,y) { if (this.isChild) {

Re: [Dynapi-Dev] DragIcon bounding box

2003-10-24 Thread Háber János
2003. október 20. 19.06 dátummal Raymond Irving ezt írta: > use > setDragEnabled(true,{top:0,right:0,bottom:0,left:0},true); I try it, because it's not work. I can drag out of screen. Any other idea? Cow --- This SF.net email is sponsored by:

[Dynapi-Dev] Anchor

2003-10-24 Thread Daniel Tiru
Hi! If i have a layer that i need to positioned in the middle and it is 500,500 in size how do i do this? If the window is bigger the layer will still be in the middle and so on... I am stuck.. Regards Daniel --- This SF.net email is sponsor

RE: [Dynapi-Dev] Anchor

2003-10-24 Thread C Kissinger
I know I've seen mydynlayer.setAnchor({centerH:left,centerV:top}) used somewhere. I'm not exactly sure yet how to use anchors, but I hope this helps. Christopher Kissinger Web Development Consultant >>> -Original Message- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On