Re: [Dynapi-Dev] XML Class in DynAPI?

2003-10-27 Thread Leif W
Looking through some old emails, saw this. Sounds like an interesting idea (bring some XML support to older browsers through the API, and provide a uniform interface across browsers). Wonder why noone replied. :-) Can you elaborate on a scenario or example where this would be used to handle thi

Re: [Dynapi-Dev] Mail problem...

2003-10-27 Thread Leif W
Motivation. To switch to quality mail servers, like sendmail, qmail, or exim. :-) Also, noticed Lookout Express sometimes prepends a message with a random length snippet of what was in my clipboard. (!) The cable company's mail server at charter.net (Communigate pro) is sluggish at times, rand

Re: [Dynapi-Dev] Mail problem...

2003-10-27 Thread Doug Melvin
speaking of mail problems.. Frag. anyways, the text was: May admins around the world (hundreds to thousands) are racing to upgrade and reconfigure their email servers (outgoing) to combat spam and email worms. Of course, this will lead to many miss-configurations and some bad Software choices (w

Re: [Dynapi-Dev] Problems in inheritence (General and PanelBar)

2003-10-27 Thread Peter Romianowski
Hi Daniel, Hi Peter, I am the one to blame :) to blame for these cool tiny widget ;) Whould it be acceptable if I rewrite the PanelBar a bit so that it follows the dynapi-class-paradigm and is "subclassable" (does this word really exist? ;) ? Have had very little time right now, but I will try to

RE: [Dynapi-Dev] Problems in inheritence (General and PanelBar)

2003-10-27 Thread Daniel Tiru
Hi Peter, I am the one to blame :) Have had very little time right now, but I will try to fix the panel bar, would also be great to see what you have done with it. Regards Daniel Tiru -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Romianowski Sent

[Dynapi-Dev] browser history and RPC

2003-10-27 Thread Jacob Levy
I'm trying to learn how to write a SODA server side for Tcl, and in the process got JSRS up and running (http://www.ashleyit.com/rs/jsrs/test.htm) with tclhttpd as a smaller milestone. You can see my meager effort here: http://mod3.net:/jsrs22/test.htm I noticed that even though I use location

Re: [Dynapi-Dev] Problems in inheritence (General and PanelBar)

2003-10-27 Thread Peter Romianowski
Hi, Instead of var p = PanelBar.prototype = new DynLayer it should be var p = dynapi.setPrototype('PanelBar','DynLayer'); Ahhh, that makes everything clear! Works now. Will this be changed in the CVS too? This does not solve the problem I have with the constructor. I saw a discussion about the Pan

Re: [Dynapi-Dev] Mail problem...

2003-10-27 Thread Doug Melvin
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 --- This SF.net email is sponsored by: The SF.net Donation Program. Do you l

[Dynapi-Dev] About the Widgets

2003-10-27 Thread Raymond Irving
Hi Everyone, Just want you to know that the Widgets are coming along very nicely and I should have them ready within a few weeks :) They're much faster now thanks to css borders and the border manager, etc. -- Raymond Irving __ Do you Yahoo!? Exclusive Video Pre

Re: [Dynapi-Dev] Problems in inheritence (General and PanelBar)

2003-10-27 Thread Raymond Irving
The problem PanelBar and isClass() is due to fact that the prototype was not created using dynapi.setPrototype() Instead of var p = PanelBar.prototype = new DynLayer it should be var p = dynapi.setPrototype('PanelBar','DynLayer'); -- Raymond Irving --- Peter Romianowski <[EMAIL PROTECTED]> wrot