[Dynapi-Dev] [ dynapi-Bugs-410877 ] Doesn't update page dimesions on resize

2001-03-30 Thread noreply
Bugs item #410877, was updated on 2001-03-23 09:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=410877&group_id=5757 Category: DynAPIX (Depreciated) Group: None >Status: Closed Priority: 5 Submitted By: Jordan Pickup (jpickup) Assigned to: Nobody/Anony

[Dynapi-Dev] [ dynapi-Patches-412268 ] Document Dimension updating on resize

2001-03-30 Thread noreply
Patches item #412268, was updated on 2001-03-29 11:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=305757&aid=412268&group_id=5757 Category: Event Group: None >Status: Closed Priority: 5 Submitted By: Doug Melvin (doug_melvin) Assigned to: Nobody/Anonymous (nobod

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

2001-03-30 Thread noreply
Bugs item #412111, was updated on 2001-03-28 22:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=412111&group_id=5757 Category: Events Group: Verified Status: Open Priority: 5 Submitted By: Alexander Alexandrov (sysalex) Assigned to: (dodoron) Summary:

[Dynapi-Dev] Re: structure change ideas

2001-03-30 Thread Marc van Leeuwen
> >Message: 9 >Message-ID: <002f01c0b88e$e93d0110$c000a8c0@cwworkstation> >From: "Doug Melvin" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >References: <[EMAIL PROTECTED]> >Subject: Re: [Dynapi-Dev] Re: structure change ideas > >Alrighty then, since I can't help very much with bug hunting, >How

[Dynapi-Dev] IBS widget update

2001-03-30 Thread Jordi - IlMaestro - Ministral
I've updated my IBS widgets to work with the latest DynAPI. Not many changes. I made all instances of an object use the same listeners, optimizing resource usage and performance. Notice that under NS6, when a widget inherits from boldlayer the boldlayer is not displayed, but still everything works

[Dynapi-Dev] Javascript Extension file

2001-03-30 Thread Marc van Leeuwen
Just created a new topic name, to differenciate from "structure change ideas". I have just downloaded the latest snapshot, and there are still these anoying parts in the DynAPI.js file: There are many places in the code where "for i in anArray" is used. This is certainly a big "for (i = 0 ...)

RE: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Cameron Hart
It was a workaround for a problem where IE did not receive events in empty layers. So as long as you don't want to catch events on empty layers you can remove it. As for the commments, there was talk of having a fully commented version, and a compressed version. But the compressor (jspack) was pr

Re: [Dynapi-Dev] IBS widget update

2001-03-30 Thread Daniel Holmen
Don't work with IE6 though... - Original Message - From: "Jordi - IlMaestro - Ministral" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 12:47 AM Subject: [Dynapi-Dev] IBS widget update > > > I've updated my IBS widgets to work with the latest DynAPI. Not many >

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Daniel Holmen
What if everyone adds their comments as one-line comments (//). These are easy to strip without any fuzz. - Original Message - From: "Cameron Hart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 1:22 AM Subject: RE: [Dynapi-Dev] SSL error for IE 5.5 > > > It wa

RE: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Cameron Hart
The compression program we use wouldn't have a problem except that it removes new lines, and not everyone is in the habit of putting semicolons at the end of a line. However if we told it not to remove newlines, then we could use it. I actually found a problem with just removing all one line comm

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Daniel Holmen
jspack is a lisp script. there should be no problem not removing newlines. As for http://, this can be avoided by checking for "http:" before the "//"... Unfortunately I'm not that fluent in Lisp, but if this is such a big deal I can write a C++ program that does the same... - Original Messag

RE: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Cameron Hart
jspack is written in perl, not lisp. unless you know of someother jspack? You could check for http://. I think my point is, this brute force approach of creating exceptions for everything that could possible go wrong is not a good approach. It will always be caught out by something. I've tried, I

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Daniel Holmen
of course it's written in perl... sorry my mind wandered off for a moment there... you're right, exceptions for everything is not a good solution. any better ideas? bughunting dynapi right now is a nightmare because of the lack of comments, i'm just trying to find a way to allow for commenting wi

Re: [Dynapi-Dev] Re: structure change ideas

2001-03-30 Thread Joachim Lundgren
At 2001-03-30 10:33, you wrote: >>[...] >>So we need (want): >>array.splice(); > >Yes !, If someone has a complete implementation WebReference.com wrote an article about this in their Array Power series. Part 1 covers background information and shift()/unshift(): http://www.webreference.com/dh

Re: [Dynapi-Dev] [ dynapi-Bugs-412396 ] stupid bug?

2001-03-30 Thread Doug Melvin
what's the bug?!?! You have to tell us what the bug is. Also, what browser the bug appears in, what OS you are using, and maybe what behaviour you expected and did not get - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 10:16 PM Subject

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Doug Melvin
BTW: Thanks - Original Message - From: "Robert Rainwater" <[EMAIL PROTECTED]> To: "Roy Stahl" <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 11:36 PM Subject: Re: [Dynapi-Dev] SSL error for IE 5.5 > > I believe it fixes a bug with events? in IE 5.5. Since you are one of > a few who

Re: [Dynapi-Dev] [Dynapi-Help] Okay then.

2001-03-30 Thread Doug Melvin
How would I go about accessing it? Obviously I can't log in as anon.. - Original Message - From: "Robert Rainwater" <[EMAIL PROTECTED]> To: "DynAPI Development List" <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 11:32 PM Subject: [Dynapi-Dev] [Dynapi-Help] Okay then. > > You need

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Doug Melvin
You don't think anyone's thought of that? You try getting this kind of group to all accept, and MAINTAIN and real coding standard.. Documentation has been one of MY major bugs about this whole project since I got on board.. - Original Message - From: "Daniel Holmen" <[EMAIL PROTECTED]> To

Re: [Dynapi-Dev] Re: structure change ideas

2001-03-30 Thread Doug Melvin
Send it! anything helps i the long run - Original Message - From: "Marc van Leeuwen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 12:33 AM Subject: [Dynapi-Dev] Re: structure change ideas > > > > >Message: 9 > >Message-ID: <002f01c0b88e$e93d0110$c000a8c0@cwwor

Re: [Dynapi-Dev] Javascript Extension file

2001-03-30 Thread Doug Melvin
Well, then, as soon as Robert tells me how to log in to CVS with write permissions.. I will get on that (going to have to if I want to write this extension eh?) - Original Message - From: "Marc van Leeuwen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 1:04 AM Su

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Doug Melvin
Again, While it is easy to set standard, it is not so easy to enforce them - Original Message - From: "Daniel Holmen" <[EMAIL PROTECTED]> To: "DynAPI-Dev list" <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 12:08 PM Subject: Re: [Dynapi-Dev] SSL error for IE 5.5 > What if everyone adds

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Doug Melvin
"a desire to write a parser" While I must admit, I've know a few with such a desire, but it doesn't usually last long.. :-) - Original Message - From: "Cameron Hart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 2:36 AM Subject: RE: [Dynapi-Dev] SSL error for

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Doug Melvin
I too tried to write something of that nature.. I can only say "Holey shit that was hard" I gave up after 4 days - Original Message - From: "Cameron Hart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 2:55 AM Subject: RE: [Dynapi-Dev] SSL error for IE 5.5 > js

RE: [Dynapi-Dev] [ dynapi-Bugs-412396 ] stupid bug?

2001-03-30 Thread Cameron Hart
i think if you read the post, the bug is a syntax error at the end, which I think Robert has fixed in CVS. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Melvin > Sent: 30 March 2001 19:22 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject:

Re: [Dynapi-Dev] [ dynapi-Bugs-412396 ] stupid bug?

2001-03-30 Thread Doug Melvin
Not this post. A later post yes. but not this post - Original Message - From: "Cameron Hart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 7:41 AM Subject: RE: [Dynapi-Dev] [ dynapi-Bugs-412396 ] stupid bug? > i think if you read the post, the bug is a syntax e

Re[2]: [Dynapi-Dev] [Dynapi-Help] Okay then.

2001-03-30 Thread Robert Rainwater
It's all in the FAQ at http://dynapi.sourceforge.net/dynapi/content.php?menu=10&page_id=2 : Unzip ssh-1.2.14-win32bin.zip to a directory (ex. c:\ssh). Add c:\ssh to the PATH variable. Create a HOME directory (ex. c:\home). Create environment variable HOME with value c:\home Restart Start Win

RE: Re[2]: [Dynapi-Dev] [Dynapi-Help] Okay then.

2001-03-30 Thread Cameron Hart
I think it's important that if you have already set up CVS using anonymous access that you delete all the existing dynapi cvs from your machine, and checkout the module again from scratch, otherwise CVS uses the old anonymous settings... > -Original Message- > From: [EMAIL PROTECTED] > [m

RE: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Michael Ellis
I actually posted this over three months ago. I added a 1 x 1 pixel tranparent gif the the images directory "blank.gif" and the following line of code to DynLayer.js (line 155 of CVS) if (is.ie55 && this.bgImage==null && this.html==null) s+=' background-image:url('+DynAPI.librarypath+'dynapi/ima

[Dynapi-Dev] [ dynapi-Bugs-233209 ] PathAnimation.slideTo() doesn't work properly within ns6

2001-03-30 Thread noreply
Bugs item #233209, was updated on 2001-02-20 02:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=233209&group_id=5757 Category: Browser-Specific Group: None Status: Open Priority: 5 Submitted By: mark sjerps (paloucha) Assigned to: Nobody/Anonymous (nob

[Dynapi-Dev] IE 5.5 and SSL and javascript:void

2001-03-30 Thread Roy Stahl
Thanks for all the input. I tried javascript:void and SSL still complains. After the product ships, I will do more testing, but we don't need event trapping here, so it will be commented out for now. Later, Roy ___ Dynapi-Dev mailing list [EMAIL PROT

Re: Re[2]: [Dynapi-Dev] [Dynapi-Help] Okay then.

2001-03-30 Thread Doug Melvin
And thank you as well. It's nice to know these thing in advance, rather than discovering them as you go. :-) - Original Message - From: "Cameron Hart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 9:27 AM Subject: RE: Re[2]: [Dynapi-Dev] [Dynapi-Help] Okay then

Re: Re[2]: [Dynapi-Dev] [Dynapi-Help] Okay then.

2001-03-30 Thread Doug Melvin
Thank you! - Original Message - From: "Robert Rainwater" <[EMAIL PROTECTED]> To: "Doug Melvin" <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 9:02 AM Subject: Re[2]: [Dynapi-Dev] [Dynapi-Help] Okay then. > > It's all in the FAQ at > http://dynapi.sourceforge.net/dynapi/content.php?menu

[Dynapi-Dev] Snapshot widgets posted to test

2001-03-30 Thread David Cushman
Greetings all, I posted the examples from the 3-29 snapshot with a start page so that everyone could test for functionality. If everyone is interested in this, please post any problems to this thread. The examples open in a new window. http://www.merlinsworld.net/dynapi_ri_dcexamples/dynapi

Re: [Dynapi-Dev] Snapshot widgets posted to test

2001-03-30 Thread Robert Rainwater
Several of the DynImage problems have been fixed since the 3-29 snapshot. They should be in the next snapshot. Problems I've noticed (may or may not be in in the 3-29 snapshot): - Problems with the button widget using labels (see dynapi.gui.button.html) in Mozilla/NS 6 (they have a width of of

Re: [Dynapi-Dev] Re: [Dynapi-Widgetdev] Buffer widget for loadpanel

2001-03-30 Thread Robert Rainwater
The DynAPI has absolutely no support for IE 6. Please dont post bug reports just yet. MS will probaly change the scripting engine 100 times before the final release. So there is no need wasting our times with it yet. If we start changing code for the first beta, then we will have to do it for

Re: [Dynapi-Dev] SSL error for IE 5.5

2001-03-30 Thread Robert Rainwater
I will try to write a perl script this weekend to strip comments using a certain commenting style. Then, they will be stripped for the official releases, but not for the snapshots. Robert --- Daniel Holmen <[EMAIL PROTECTED]> wrote: > of course it's written in perl... sorry my mind > wande