RE: [Dynapi-Dev] Off topic brain-query, expanded..

2001-06-27 Thread Pascal Bestebroer
...a plot or scheme to tab into our pool of knowledge... Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Digital Strider > Ver

[Dynapi-Dev] DynPRD

2001-06-27 Thread Eytan Heidingsfeld
Hi, I think I sent this out before but anyway... I'm currently in the process of writing a Delphi/JavaScript RAD. I have already written quite a lot of code and an early beta will be sent out soon. I was wondering if anyone wants to help. I will publish the source with the first beta too. All help

AW: [Dynapi-Dev] DynPRD

2001-06-27 Thread Andreas Jerke
Do you mean a Rapid DynAPI Development Tool coded in Delphi ? I have no experience in Delphi (I like Java) but would like to help with the JavaScript Stuff. Do you have a specification about this tool ? ::.-Ursprüngliche Nachricht- ::.Von: [EMAIL PROTECTED] ::.[mailto:[EMAIL PROTECTED]]

SV: [Dynapi-Dev] DynPRD

2001-06-27 Thread Petur Valdimarsson
Hi, I think I sent this out before but anyway... I'm currently in the process of writing a Delphi/JavaScript RAD. I have already written quite a lot of code and an early beta will be sent out soon. I was wondering if anyone wants to help. I will publish the source with the first beta too. All hel

[Dynapi-Dev] memory leaks

2001-06-27 Thread Bogdan Pietroiu
it seams to me that there are memory leaks eaven in eventsHandlers(listeners); Is there any chanse that the Event (or mouseEvent ) objects ar not RELEASED ??? Bogdan Pietroiu IT Specialist MIS Department Flamingo Computers SA tel: +40-1-236.2002 fax: +40-1-236.2004 e-mail: [EMAIL PROTECTED] we

[Dynapi-Dev] getAll() function

2001-06-27 Thread Bogdan Pietroiu
Title: wrigth now, the function looks like this (in dynapi.js)DynObject.prototype.getAll = function() {    var ret = [];    var temp;    var l = this.children.length;    for(var i=0;i        ret[this.children[i].id] = this.children[i];        temp = this

Re: [Dynapi-Dev] getAll() function

2001-06-27 Thread Jordi Ministral
True ( watching the game, having a Bud ) Bogdan Pietroiu wrote: > > > wrigth now, the function looks like this > > (in dynapi.js) > > DynObject.prototype.getAll = function() { > var ret = []; > var temp; > var l = this.children.length; > for(var i=0;i

Re: [Dynapi-Dev] getAll() function

2001-06-27 Thread Jordi Ministral
Hey, just looked into the latest code and it reads: for(var j in temp) ret[j] = temp[j]; That is correct. What version are we talking about ? ( Why do I always end up asking this same question ? ) Bogdan Pietroiu wrote: > > > wrigth now, the function looks like this > > (in dynapi.js) > > Dyn

RE: [Dynapi-Dev] getAll() function

2001-06-27 Thread Pascal Bestebroer
> That is correct. What version are we talking about ? ( Why do I always > end up asking this same question ? ) oeh! I know! I know! plz sir! I know! I know! Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com _

Re[2]: [Dynapi-Dev] getAll() function

2001-06-27 Thread Robert Rainwater
The for loop has to be a for (i in j) type loop because it is an associative array and the length will return null in some browsers. I believe this was changed a while back and quickly reverted back to the correct way. -- Robert Rainwater On 6/27/2001, 10:26:58 AM EST, Jordi wrote about "[Dyn

RE: [Dynapi-Dev] getAll() function

2001-06-27 Thread Bogdan Pietroiu
do you agree or disagree with what i said ??? -Original Message- From: Jordi Ministral [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 5:27 PM To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] getAll() function Hey, just looked into the latest code and it reads: for(var j in te

Re[2]: [Dynapi-Dev] getAll() function

2001-06-27 Thread Robert Rainwater
Your right, but that code is obsolete anyways. When using a for (i in j) loop, it is indexed by the name correctly (which is how it is in CVS). -- Robert Rainwater On 6/27/2001, 11:16:48 AM EST, Bogdan wrote about "[Dynapi-Dev] getAll() function": > do you agree or disagree with what i said

RE: Re[2]: [Dynapi-Dev] getAll() function

2001-06-27 Thread Bogdan Pietroiu
then i should get the CVS version :) -Original Message- From: Robert Rainwater [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 6:23 PM To: Bogdan Pietroiu Subject: Re[2]: [Dynapi-Dev] getAll() function Your right, but that code is obsolete anyways. When using a for (i in j)

[Dynapi-Dev] memory leak

2001-06-27 Thread Bogdan Pietroiu
why in IE the simpe action of draging a layer causes memory leak's ? smime.p7s

[Dynapi-Dev] [ dynapi-Bugs-432229 ] Konqueror support

2001-06-27 Thread noreply
Bugs item #432229, was opened at 2001-06-11 15:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=432229&group_id=5757 Category: DynAPI 2 Browser-Specific Group: Feature Request >Status: Closed >Resolution: Later Priority: 5 Submitted By: Manuel Amador (R

[Dynapi-Dev] [ dynapi-Bugs-412111 ] Error in scrollpane 'onscroll' events.

2001-06-27 Thread noreply
Bugs item #412111, was opened at 2001-03-28 22:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=412111&group_id=5757 Category: DynAPI 2 Events Group: Verified >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Alexander Alexandrov (sysa

RE: [Dynapi-Dev] memory leak

2001-06-27 Thread Eytan Heidingsfeld
smime.p7m

Re: [Dynapi-Dev] Off topic brain-query

2001-06-27 Thread Doug Melvin
can you define "collaborative browsing" ? - Original Message - From: "Digital Strider" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 5:49 PM Subject: [Dynapi-Dev] Off topic brain-query > Checking to see if you "wonderboys" have any insight or leads on differing

[Dynapi-Dev] Feedback for my Filmstrip

2001-06-27 Thread Hershel Robinson
DynAPI'ers, I made a cute filmstrip page. If anyone is interested, I would appreciate any feedback. Please don't comment on the actual photos--they're just samples we found and put up at random. I would also appreciate very much if anyone could tell me how long such a page would take him to co

[Dynapi-Dev] Feedback for my Filmstrip

2001-06-27 Thread Hershel Robinson
Ooops. That post was supposed to go to DynAPI-Dev. I just changed from Outlook Express to Outlook 2000 and I am now seeing that all the posts in my DynAPI Chat folder appear to have been sent to [EMAIL PROTECTED], so that's where my response to one of them went. Sorry. ___

Re: [Dynapi-Dev] memory leak

2001-06-27 Thread Richard Bennett
Are you sure? this was normally solved in version 2.53 - lets start testing with the latest release, 2.54 released today, so we are all talking about the same thing. Memory leaks were a thing of the past AFAIK. BTW your posts are not always readable due to a security warning. Richard. - Or

Re: Re[2]: [Dynapi-Dev] getAll() function

2001-06-27 Thread Richard Bennett
Robert, wasn't there an issue with using "for - in" loops? something to do with Mac compatibility? I was wondering how to loop associative arrays without using it. - Original Message - From: "Robert Rainwater" <[EMAIL PROTECTED]> To: "Jordi Ministral" <[EMAIL PROTECTED]> Sent: 27 June, 20

Re: [Dynapi-Dev] Feedback for my Filmstrip

2001-06-27 Thread Matthew Alan Shirey
Well, wherever it was supposed to go, it's pretty cool. =) Nice work. M. - Original Message - From: "Hershel Robinson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 12:09 PM Subject: [Dynapi-Dev] Feedback for my Filmstrip > Ooops. > > That post was suppose

[Dynapi-Dev] [ dynapi-Bugs-233785 ] NS 4 onclick & DragEvent

2001-06-27 Thread noreply
Bugs item #233785, was opened at 2001-02-23 09:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=233785&group_id=5757 Category: DynAPI 2 Browser-Specific Group: None Status: Open Resolution: None Priority: 5 Submitted By: Scott Severtson (scottsevertson)

Re: [Dynapi-Dev] Feedback for my Filmstrip

2001-06-27 Thread Richard Bennett
Hi, Ok, very nice it is. Now the comments: "FullScreen slide show" doesn't do anything for me (IE5.5winMe) - it opens something on the bar, that I have to close with ctrl/alt/del The "Bethar " slide show does nothing. Some images are broken. "Jerusalem" works well. The scrolling action to the le

[Dynapi-Dev] [ dynapi-Bugs-436808 ] html not set in DynLayer constructor

2001-06-27 Thread noreply
Bugs item #436808, was opened at 2001-06-27 11:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=436808&group_id=5757 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ernest MacDougal Campbell III (emc3) Assigned to: Nob

[Dynapi-Dev] [ dynapi-Bugs-233785 ] NS 4 onclick & DragEvent

2001-06-27 Thread noreply
Bugs item #233785, was opened at 2001-02-23 09:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=233785&group_id=5757 Category: DynAPI 2 Browser-Specific Group: None Status: Open Resolution: None Priority: 5 Submitted By: Scott Severtson (scottsevertson)

Re: [Dynapi-Dev] Off topic brain-query, expanded..

2001-06-27 Thread Richard Bennett
I gave myself half an hour to think this one over, do you mean you want to teach people how to use their software, from a remote location? You want a chat - not that hard. A shared desktop? I guess you want to share theirs, not the other way around. + you want to have access to their system to ins

Re: [Dynapi-Dev] [ dynapi-Bugs-436808 ] html not set in DynLayer constructor

2001-06-27 Thread Robert Rainwater
I was not aware that it was designed to pass the html in the parameter. But if people want we can change it so it can be. -- Robert Rainwater On 6/27/2001, 2:57:40 PM EST, noreply wrote about "[Dynapi-Dev] [ dynapi-Bugs-436808 ] html not set in DynLayer constructor": > Bugs item #436808, w

Re: [Dynapi-Dev] [ dynapi-Bugs-436808 ] html not set in DynLayerconstructor

2001-06-27 Thread Dougal Campbell
On Wed, 27 Jun 2001, Robert Rainwater wrote: > > I was not aware that it was designed to pass the html in the > parameter. But if people want we can change it so it can be. I was basing that on http://dynapi.sourceforge.net/doccenter/index.php?Creating%20and%20Deleting%20DynLayers Under "Sh

Re[2]: [Dynapi-Dev] [ dynapi-Bugs-436808 ] html not set in DynLayer constructor

2001-06-27 Thread Robert Rainwater
I updated CVS with the change. It should be in the next snapshot. -- Robert Rainwater On 6/27/2001, 5:13:08 PM EST, Dougal wrote about "[Dynapi-Dev] [ dynapi-Bugs-436808 ] html not set in DynLayer constructor": > On Wed, 27 Jun 2001, Robert Rainwater wrote: >> >> I was not aware that it w

SV: Re[2]: [Dynapi-Dev] getAll() function

2001-06-27 Thread Bart Bizon
There is no issue with for-in loops in mac from what I've experienced. Neither in Opera. It's a integral JS language feature and those tend to be aprox. 99% cross-browser. And I've built a superclass that relies HEAVILY on for-in loops. Where there might be an issue, is if you mix an accossiativ