Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-22 Thread Michael Bystrom
...and that paper (3 words or more) where you explain the inner workings of the windows kernel (in detail) was due last week... So little time, so many algorithms. Stay warm :) Micke Den 03-10-22 05.14, skrev "Leif W" <[EMAIL PROTECTED]>: > As always I've got many little side projects going

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-22 Thread Raymond Irving
Wow! Visual DynAPI Editor is here and it's looking real good! >From my test it works in Mozilla 1.4 on windows! Lot's of stuff to comment on but I'll only focus on the save and load feature for now: Why not use the SODA format to convert a JavaScript object into XML and then save that format to

[Dynapi-Dev] Old Browser Support

2003-10-22 Thread C Kissinger
I first started using DynAPI because I needed a cross-browser solution for consistency across DOM/non-DOM browsers in ecommerce web apps. This seemed to have been the original focus with CBScript and DynAPI2, but lately the focus seems to have changed to more of an advanced app factory (st

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-22 Thread Michael Bystrom
Raymond, Exactly what I needed :) I've implemented this SODA feature and it looks like it's working fine ( I had to change some of the copy and paste methods), I will just do some more fine tuning and then I upload it with some other fixes. Cheers Michael Den 03-10-21 18.50, skrev "Raymond Ir

Re: [Dynapi-Dev] Old Browser Support

2003-10-22 Thread Doug Melvin
I understood we where still supporting NS 4 and IE 4 Although it is true that not many people actually test in these browsers.   When I am finished my current contract (assuming I don't sign another) I will devote some time to a complete end-to-end testing of DynAPI..   What was that tentative

Re: [Dynapi-Dev] Old Browser Support

2003-10-22 Thread Raymond Irving
I say we also try and include NN 4.03 but it's just that NN4.03 has a major problem with functions not return a value. "With the DOM, anything is possible, so the need for a JS wrapper API becomes less imperative." I don't think so! I thought that DOM-Browsers would make DynAPI go away but I was

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-22 Thread Raymond Irving
I'm glad to hear that it's working fine. Let's have a cup of SODA :) -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > Raymond, > > Exactly what I needed :) > > I've implemented this SODA feature and it looks like > it's working fine ( I > had to change some of the copy and p

Re: [Dynapi-Dev] Old Browser Support

2003-10-22 Thread Kevin
The focus should include NS4 & IE4 as IMO that is what makes Dynapi3. DOM only APIs are out there but do we want another one?   - Kevin   - Original Message - From: C Kissinger To: [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 6:41 PM Subject: [Dynapi-Dev]

Re: [Dynapi-Dev] Old Browser Support

2003-10-22 Thread Raymond Irving
We should have a release early next year. -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > MessageI understood we where still supporting NS 4 > and IE 4 > Although it is true that not many people actually > test in these browsers. > > When I am finished my current contract (assumi

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-22 Thread Michael Bystrom
Version 2.1 is ready SODA is working you can now load saved files Preview, save, load, save html There are examples in the "example" folder. Changed some of the structure and fixed some bugs here and there. New splash graphics and new welcome page Version tag is now living inside the vde.js Th

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-22 Thread Michael Bystrom
I deiced on a version system 0.1rc2 this will hopefully Important if you change name of the folder you need to change it inside the "vde.js" script file. The parameter you need to change is the dynapi.vdeName ="VDE-0.1rc2" So if you change the folder name to "Jabberwocky" you need to change thi