RE: [Dynapi-Dev] New OOJS

2001-01-09 Thread Pascal
Uhm, not sure where your heading here.. but the DynAPI is an API, yes.. that has nothing to do with class or object based languages. The DynAPI is just sitting in the middle of your own code and the browsers DOM. That's all an API should do. Why (how) are we using it as a language? I don't see w

RE: [Dynapi-Dev] [Bug #128146] netscape addChild() bug

2001-01-09 Thread martin strom
yes it solved the problem. can you update CVS? currently i havent got cvs to work except anonymous-read-access. update in dynlayer.js line #75 and #272 (in my version that is..) /martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Robert > Rai

RE: [Dynapi-Dev] Issues, remaining

2001-01-09 Thread Pascal
1) events work correctly, only event code not working is mouse events on child layers in IE5.5.. Please make sure that your widget is using the correct way (i.e. precreation events.. see other widgets for more info) 2) no clue.. haven't looked at it 3) not a label issue, but a child-event issue

Re: [Dynapi-Dev] W3C DOCTYPE interferes with DynAPI

2001-01-09 Thread Scott Andrew LePera
FWIW, the DOCTYPE declaration forces NS6 to run in either normal, 'quirks', or 'strict' mode. Never mind what that means. For best results, either use 'strict' or no DOCTYPE at all. It won't validate, but who cares? scottandrew -- scott andrew lepera --- web s

RE: [Dynapi-Dev] W3C DOCTYPE interferes with DynAPI

2001-01-09 Thread William Lovett
Same thing happens on IE5 Mac, but you get vague error messages (ie. error on line 600, but your document only has 400 lines). No doctype, and everything works fine. -bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dann > Sent: Monday, January

[Dynapi-Dev] Documents Array

2001-01-09 Thread Michael Pemberton
I've found that there are two sets of arrays that store DynDocument references. If the line in DynDocument is changed from:     DynDocument.dyndocs[DynAPI.documents.length]=this; If the line in DynDocument is changed from:     DynDocument.dyndocs[DynDocument.dyndocs.length]=this; Then there is no

Re: [Dynapi-Dev] New OOJS

2001-01-09 Thread Dann
Great. I myself would be greatful if we all would just get this 'version' to work 100%. I can sympathize with everybody here doing their fancy walks on IDE's, OOP and what not. The problem is, everybody seems to forget that this effort is remarkable in that it attempts to close a gap under very d

[Dynapi-Dev] Issues, remaining

2001-01-09 Thread Raymond Smith
These are remaining issues, that I know of. 1) Event problems. None of my widgets 'on mouseover' work right now in IE or NS since precreation was introduced. If you test ButtonImage you can see what I mean. Also, this widget is throwing an error at line 49 (I believe) in NS. Line 49 is relate

SV: [Dynapi-Dev] New OOJS

2001-01-09 Thread Bart Bizon
This is infact interesting.. I am interested to see how it goes :)) I have created(still working on it) a SuperClass object which enables "true" OO inheritance for any function... (I used Brandon Myers SuperClass as a starting point.) It includes: - Platform/browser compatability (currently work

Re: [Dynapi-Dev] Making progress on a Java gui tool

2001-01-09 Thread Raymond Smith
I was beginning to wonder where Dan went off to, now we know. It does appear that we've created a bit of a two headed hydra here, as others mentioned might happen. Dan's off working on a DynBuilder while other pontificate about the holy-grail of RAD tools to speed up "the still bugged version of

Re: [Dynapi-Dev] Making progress on a Java gui tool

2001-01-09 Thread Doug Melvin
- Original Message - From: "Dan Steinman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 6:58 PM Subject: [Dynapi-Dev] Making progress on a Java gui tool > Just wanted to let you guys know I'm taking on the task of getting a basic foundation laid down for a

[Dynapi-Dev] Making progress on a Java gui tool

2001-01-09 Thread Dan Steinman
Just wanted to let you guys know I'm taking on the task of getting a basic foundation laid down for a DynAPI authoring tool in Java. I'm not a professional Java programmer but capable of getting a good start to the app. Hopefully after I get the initial code working, others can pick away at m

[Dynapi-Dev] New OOJS

2001-01-09 Thread Eytan Heidingsfeld
Like I have mentioned many times before I don't like how DynAPI is used. It is an API not a language, but I'm getting ahead of myself. Let's start at the beginning. In the beginning there is JS. Problem number one is that JS is class oriented and not object oriented therefore the "weird" inheriti

[Dynapi-Dev] [Bug #128201] Duplicating layers in case of NS4 when resizing the browser

2001-01-09 Thread noreply
Bug #128201, was updated on 2001-Jan-09 11:39 Here is a current snapshot of the bug. Project: DynAPI 2 Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: Duplicating layers in case of NS4 when resizing the browser Details:

Re: [Dynapi-Dev] Latest Issues

2001-01-09 Thread Richard :o
Hi, It's nice to see you're updating your site, it's been a great reference point. (and blue's a lot better than green :o) > PS: How is it that a machine capable to run Q3A, Messiah, Carmageddon 2000, Colin > McRae 2 You know all these programming languages??? Cheers, Richard :o [EMAIL PROTECT

Re: [Dynapi-Dev] NS4 and document size adjustment when adding children

2001-01-09 Thread Doug Melvin
As if it where that simple!!! I spent a good month trying to do just that.. Shows you waht can happen when you gather many minds into a forum such as this eh? Good job.   Doug Melvin - Original Message - From: Michael Pemberton To: [EMAIL PROTECTED] Sent: Tuesday,

Re: [Dynapi-Dev] [Bug #128146] netscape addChild() bug

2001-01-09 Thread Robert Rainwater
A possible fix is to use: if (dlyr.clip) That should fix the problem I think. -- // Robert Rainwater On 1/9/2001, 3:50:22 AM EST, noreply wrote about "[Dynapi-Dev] [Bug #128146] netscape addChild() bug": > Bug #128146, was updated on 2001-Jan-09 00:50 > Here is a current snapshot of the bu

[Dynapi-Dev] NS4 and document size adjustment when adding children

2001-01-09 Thread Michael Pemberton
I've found a oneway method of allowing NS4 to increase the document size if the child is outside the current dimensions.  Unfortunately, once the size is increased, it can't be decreased. Just add the following at the end of the Dynlayer.prototype.addChild:     if (this.isDynDocument && is.ns4) {

Re: [Dynapi-Dev] [Bug #128155] Overriding setHTML method in sub class of DynLayer problem

2001-01-09 Thread Eytan Heidingsfeld
First of all I agree you should check for created. Also you might leave an old reference to the old setHTML (call it oldsetHTML or some other creative name) then if you ever need to use it (let's say that IE needs it then just perofrm a check if not created call the original.   8an

Re: [Dynapi-Dev] [Bug #128155] Overriding setHTML method in sub class of DynLayer problem

2001-01-09 Thread Michael Pemberton
Can you give an example of your custom method.  If you place a check for "this.created==true", it should stop it from executing during the initial creation stage. [EMAIL PROTECTED] wrote: Bug #128155, was updated on 2001-Jan-09 03:49 Here is a current snapshot of the bug. Project: DynAPI 2 Catego

RE: [Dynapi-Dev] [Bug #128146] netscape addChild() bug

2001-01-09 Thread martin ström
oh i'm sorry, it was me posting the bug, thought i already was logged in.. well /martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Pascal > Sent: den 9 januari 2001 10:27 > To: [EMAIL PROTECTED] > Subject: RE: [Dynapi-Dev] [Bug #128146] netsca

[Dynapi-Dev] [Bug #128155] Overriding setHTML method in sub class of DynLayer problem

2001-01-09 Thread noreply
Bug #128155, was updated on 2001-Jan-09 03:49 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: camhart Assigned to : nobody Summary: Overriding setHTML method in sub class of DynLayer problem Detai

RE: [Dynapi-Dev] Latest Issues

2001-01-09 Thread Pascal
> PS: How is it that a machine capable to run Q3A, Messiah, > Carmageddon 2000, Colin > McRae 2, etc... can't create and move several layers in a > reasonable time ? > Browser developers might as well go back to college and try > to learn something > this time. run them at once.. that would be

Re: [Dynapi-Dev] Latest Issues

2001-01-09 Thread Jordi 'IlMaestro' Ministral
I am currently working on an scalable menu interface that should provide a solution for most of these. I hope to release it as soon as it is fully tested an I can write some related docs and tutorials. Releasing a standalone bunch of cross-related js files would only add more confusion to the curr

[Dynapi-Dev] [Bug #128150] scrollpane

2001-01-09 Thread noreply
Bug #128150, was updated on 2001-Jan-09 02:53 Here is a current snapshot of the bug. Project: DynAPI 2 Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: digitalstrider Assigned to : nobody Summary: scrollpane Details: In IE5.5 on Win ME the scroll bars and kn

RE: [Dynapi-Dev] [Bug #128146] netscape addChild() bug

2001-01-09 Thread Pascal
small request, but if you submit a bug could you atleast specify your name somewhere, if your not loged on to sourceforge, please type it in the description or something. thanks, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > ---

[Dynapi-Dev] [Bug #128146] netscape addChild() bug

2001-01-09 Thread noreply
Bug #128146, was updated on 2001-Jan-09 00:50 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: netscape addChild() bug Details: this basic code: DynAPI.onLoad